/* Algemeen */
.hide-desktop {
    display: none;
}

.jumbotron .h1, .jumbotron h1 {
    font-family: 'Arvo', serif;
    font-size: 46px;
    background: -webkit-linear-gradient(left, #ce267f, #e96f38);
    background: linear-gradient(left, #ce267f, #e96f38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    font-weight: 700;
}

.jumbotron p {
    font-size: 16px;
    margin-bottom: 30px;
}

.link {
	background: -webkit-linear-gradient(left, #ce267f, #e96f38);
    background: linear-gradient(left, #ce267f, #e96f38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-family: 'Arvo', serif;
    font-size: 35px;
    color: #fff;
    cursor: default;
}

h3 {
    font-family: 'Arvo', serif;
    font-size: 24px;
    cursor: default;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    cursor: default;
}

p {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 200;
    cursor: default;
    line-height: 28px;
}

.gradient {
    background: -webkit-linear-gradient(left, #ce267f, #e96f38);
    background: linear-gradient(left, #ce267f, #e96f38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    font-weight: 700;
}

.button-1 {
    font-family: 'Arvo', serif;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    background: #ce267f; /* Old browsers */
    background: -moz-linear-gradient(left, #ce267f 0%, #e96f38 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ce267f), color-stop(100%,#e96f38)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ce267f 0%,#e96f38 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ce267f 0%,#e96f38 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ce267f 0%,#e96f38 100%); /* IE10+ */
    background: linear-gradient(to right, #ce267f 0%,#e96f38 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce267f', endColorstr='#e96f38',GradientType=1 ); /* IE6-9 */
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 30px;
}
.button-1 img {
    margin-left: 10px;
}

.button-1:hover, .button-1:focus  {
    text-decoration: none;
    background: #e96f38;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

@media (max-width: 767px) {
    .jumbotron .h1, .jumbotron h1 {
        font-size: 36px;
    }

    .button-1 {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/* Navigatie */
.navbar-brand {
    float: right;
}

.navbar-brand>img {
    margin-top: -15px;
}

.navbar-inverse {
    height: 60px;
    border-bottom: none;
    background: #ce267f; /* Old browsers */
    background: -moz-linear-gradient(left, #ce267f 0%, #e96f38 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ce267f), color-stop(100%,#e96f38)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ce267f 0%,#e96f38 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ce267f 0%,#e96f38 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ce267f 0%,#e96f38 100%); /* IE10+ */
    background: linear-gradient(to right, #ce267f 0%,#e96f38 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce267f', endColorstr='#e96f38',GradientType=1 ); /* IE6-9 */
}

.navbar-inverse .navbar-nav>li>a {
    font-family: 'Arvo', serif;
    color: #fff;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-right: 25px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    opacity: 1;
}

.collapse,
.navbar-collapse.collapse,
.collapse.in,
.collapsing {
    background: #ce267f; /* Old browsers */
    background: -moz-linear-gradient(left, #ce267f 0%, #e96f38 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ce267f), color-stop(100%,#e96f38)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ce267f 0%,#e96f38 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ce267f 0%,#e96f38 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ce267f 0%,#e96f38 100%); /* IE10+ */
    background: linear-gradient(to right, #ce267f 0%,#e96f38 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce267f', endColorstr='#e96f38',GradientType=1 ); /* IE6-9 */
}

@media (min-width: 768px) {
    .navbar-nav {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        margin-top: -50px;
    }

    .navbar-brand>img {
        position: relative;
        z-index: 9999;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none;
    }

    .navbar-collapse {
        box-shadow: none;
        border-top: none;
    }
}


/* Top banner */
.top-banner {
    background: url("../img/header.jpg") top no-repeat;
    min-height: 700px;
    margin-top: -20px;
    margin-bottom: 50px;
}

.intro-tekst {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .intro-tekst {
        margin-top: 60px;
    }
}


/* Bestuur banner */
.bestuur-banner {
    background: #ce267f; /* Old browsers */
    background: -moz-linear-gradient(left, #ce267f 0%, #e96f38 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ce267f), color-stop(100%,#e96f38)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ce267f 0%,#e96f38 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ce267f 0%,#e96f38 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ce267f 0%,#e96f38 100%); /* IE10+ */
    background: linear-gradient(to right, #ce267f 0%,#e96f38 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce267f', endColorstr='#e96f38',GradientType=1 ); /* IE6-9 */
    margin: 50px 0;
}

.bestuur-banner p  {
    color: #fff;
    margin: 40px 0;
    line-height: 25px;
    line-height: 28px;
}

.bestuur-banner .bestuurslid p  {
    color: #000;
}

.bestuur-banner .bestuurslid h3 {
    margin-top: 0;
}

.bestuur {
    margin: 60px 0;
}

.bestuurslid {
    background: url("../img/textbox.png") bottom right no-repeat;
    padding: 15px;
    min-height:450px;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bestuurslid:hover {
    opacity: 1;
}

.profielfoto {
    position: absolute;
    top: 10px;
    right: 25px;
}

@media (max-width: 767px) {
    .bestuurslid {
        margin-bottom: 40px;
    }

    .bestuurslid h3 {
        font-size: 20px;
    }
}


/* Locaties */
.locaties {
    background: url("../img/textbox.png") bottom right no-repeat;
    padding: 15px;
    min-height:420px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: -500px;
}

@media (max-width: 767px) {
    .locaties {
        padding: 0;
        margin-top: -640px;
    }

    #google-container {
        margin-top: 480px;
    }
}


/* Footer */
.footer {
    background: #eef3f6;
    margin-bottom: 0;
    margin-top: 60px;
    padding: 24px 0;
}


@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    #navbar {
        margin-right: -42px;
        margin-left: -42px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 27.5px;
        text-align: center;
        padding-bottom: 15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar-collapse.collapse > ul > li:nth-child(8) > a {
        margin-right: 27px;
    }

    .nav {
        margin-right: -2px;
    }

    .nav > li > a {
        padding: 10px 4px;
    }

    .navbar-inverse .navbar-toggle {
        float: left;
        margin-left: 15px;
        margin-top: 10px;
    }

    .hide-desktop {
        display: block;
    }

    .hide-mobile {
        display: none;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        border: none;
        background: transparent;
    }
    .navbar-inverse .navbar-toggle {
        border: none;
    }
    .navbar-brand>img {
        position: relative;
        z-index: 9999;
    }
    .navbar-inverse .navbar-nav>li>a {
        margin-right: 0;
        opacity: 1;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .bestuurslid {
        min-height: 490px;
    }
}