body {
    width: 100%;
    height: 100%;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
     font-family: 'bignoodletitlingregular';
    /*background-color: #ff0e7a;*/
    background: url(https://www.vorstival.nl/images/menu-bg.png) repeat-x bottom center;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #faef73;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    color: #fff;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}
.navbar-custom.top-nav-collapse .nav li.active a {
    color: #fff;
}

@media(max-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        background-color: #ed0058;
        height: initial;
        /*background: #ff0e7a;*/
    }
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: url(https://www.vorstival.nl/images/menu-bg.png) repeat-x bottom center;
        height: 70px;
        /*background: #ff0e7a;*/
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

#about {
        background: url(https://www.vorstival.nl/images/wood-bg.jpg) repeat-x top center scroll;
        background-color: #aa0642;
        background-size: contain;
        padding: 80px 0;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(https://www.vorstival.nl/uploads/images/vorstival-bg-intro.jpg) no-repeat bottom center fixed;
    background-color: #000;
    background-size: 100%;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media (max-width: 1200px) {
.download-section {
    background-size: cover;
        background-attachment: scroll;
}
#about {
    background-size: cover;

}
    
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #dc4287;
    color: #dc4287;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #dc4287;
    outline: 0;
    color: #000;
    background-color: #dc4287;
}

.btn-warning {
    /*border: 1px solid #fff;*/
    color: #f6e528;
    background-color: #ed0058;
}

.btn-warning:hover,
.btn-warning:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #dc4287;
    background-color: #fff;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

/* Stylesheet: vorstival_bootstrap_theme Modified On 2019-10-08 10:34:00 */
/* @ FONT FACE */
@font-face {
    font-family: 'bignoodletitlingregular';
    src: url('//www.vorstival.nl/scripts/fonts/big_noodle_titling-webfont.eot');
    src: url('//www.vorstival.nl/scripts/fonts/big_noodle_titling-webfont.eot?#iefix') format('embedded-opentype'),
         url('//www.vorstival.nl/scripts/fonts/big_noodle_titling-webfont.woff2') format('woff2'),
         url('//www.vorstival.nl/scripts/fonts/big_noodle_titling-webfont.woff') format('woff'),
         url('//www.vorstival.nl/scripts/fonts/big_noodle_titling-webfont.ttf') format('truetype'),
         url('//www.vorstival.nl/scripts/fonts/big_noodle_titling-webfont.svg#bignoodletitlingregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frostyregular';
    src: url('//www.vorstival.nl/scripts/fonts/frosty-webfont.eot');
    src: url('//www.vorstival.nl/scripts/fonts/frosty-webfont.eot?#iefix') format('embedded-opentype'),
         url('//www.vorstival.nl/scripts/fonts/frosty-webfont.woff2') format('woff2'),
         url('//www.vorstival.nl/scripts/fonts/frosty-webfont.woff') format('woff'),
         url('//www.vorstival.nl/scripts/fonts/frosty-webfont.ttf') format('truetype'),
         url('//www.vorstival.nl/scripts/fonts/frosty-webfont.svg#frostyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body.content {
background: url(https://www.vorstival.nl/uploads/images/vorstival-bg-intro.jpg) no-repeat top center;
background-size: cover;
background-attachment: fixed;
}

.header {
    margin-top: 110px;
}

.lef-logo {
  margin-top: 10%;
}


.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(https://www.vorstival.nl/uploads/images/vorstival-bg-intro.jpg) no-repeat top center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:1650px) {
    .intro {
        background: url(https://www.vorstival.nl/uploads/images/vorstival-bg-intro.jpg) no-repeat bottom center scroll;
        background-size:cover;

    }
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .intro-text {
    font-size: 18px;
    color: #313131;
    text-shadow: 2px 2px 15px #fff;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-warning {
    margin-bottom: 30px;
}

.borderdotted {
width:100%; 
height:15px; 
margin: 10px 0 0;
background: url(https://www.vorstival.nl/images/border-dotted.png); 
display:block; 
float: left;
}

#inhoud {
    background: #4598cb;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff8f5;
}

#inhoud table {
    
}

@media (min-width: 1200px) {
.container.container-small {
        max-width: 900px;
    }
}

.no-padding {
    padding: 0;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

/* --------- */
/* NAVIGATIE */
/* --------- */

.navbar-nav > li > a {
     font-family: 'bignoodletitlingregular';
     font-size: 30px;
     color: #fdda21;
     text-shadow: 4px 4px 20px rgb(0, 0, 0);
}

.navbar a.menuactive {
    color: #fff;
}

.menulogo {
 display: none;   
}

.top-nav-collapse .menulogo {
    display: block;
}

.navbar-nav {
        float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

/* ------ */
/* OPMAAK  */
/* ------ */


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 17px;
        line-height: 1.4;
    }
}

a {
    color: #f6e528;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #100913;
}

.light {
    font-weight: 400;
}


h1 {
    font-family: 'frostyregular',arial;
    color: #f6e528;
    letter-spacing: 6px;
}

h2 {
    font-family: 'bignoodletitlingregular',arial;
    background: #ed0058;
    color: #f6e528;
    font-size: 42px;
    margin: 0 0 10px 0;
    padding: 11px 13px 0 13px;
    display: inline-block;
}


h3 {
    color: #7a1743;
}

.header h1 {
    margin: 0;
    font-size: 72px;
    text-shadow: 1px 4px 20px #14292f;
    font-family: frostyregular;
    color: #fff23c;
    font-weight: normal;
    letter-spacing: 1px;
}

h1.brand-heading {
    font-size: 40px;
    font-family: 'bignoodletitlingregular';  
    letter-spacing: -1px;
    color: #ffbb2e;
}

h3.slogan {
    font-family: 'frostyregular',arial;
    text-transform: capitalize;
    font-size: 82px;
    color: #d7f3fe;
    letter-spacing: 1px;
    font-weight: normal;
    text-shadow: 1px 13px 20px #401716;
}

/* ------- */
/* TABEL */
/* ------- */

.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #2e688c
}

/* ------- */
/* FOOTER */
/* ------- */

footer {
    background: url(//www.vorstival.nl/images/wood-bg.jpg) repeat-x top center scroll;
}

footer p, footer a {
    font-size: 15px;
}

/* ------ */
/* RESPONSIVE VIDEO  */
/* ------ */

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 3px solid #fff;
    line-height: 1.42857;
    max-width: 100%;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);

}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

/* Stylesheet: vorstival_bootstrap_custom Modified On 2019-10-08 11:26:09 */
