/*!
 * This Custom CSS is based on - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #36237a;
}

html {
    width: 100%;
    height: 100%;
}

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;
}

.contact-form {
    margin-top:70px;
}

.contactformulier {
padding: 0 30px;
}

a {
    color: #42dca3;
    -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: #1d9b6c;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.light {
    font-weight: 400;
}
.fa-active {
	color: #fff !important;
}
.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-nav {
	padding-top: 21px;
	padding-right: 30px;
}

.navbar-nav li a {
	padding: 10px 0 0 15px;
}

.navbar-custom .container {
	width: 100%;
	padding: 0;
}

.navbar-custom .container .navbar-brand {
	margin-left: 45px;
}


.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: #fff;
}

.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 {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
    .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: rgba(38, 36, 121, 0.9);/*rgba(0,0,0,.1)*/
 		height: 74px;
 		border-bottom: 1px solid rgba(255,255,255,.2); ;
    }
        .navbar-custom.top-nav-collapse .container .navbar-header .navbar-brand img {
		width: 35%;
		height: auto;
	}
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/home_carousel.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 55%;
    padding-left: 45px;
    padding-right: 45px;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
    text-shadow: 1px 1px #333;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 24px;
        text-align: left;
        margin: 0;
        max-width: 610px;
    }

    .intro .intro-body .intro-text {
		color: #333;
        font-size: 14px;
        text-align: left;
		font-style: italic;        
    }
}

.content-top {
	color: #fff;
	background: url(../img/content-bg.jpg) no-repeat bottom center scroll;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height: 600px;
  	position: relative;
}
/*.content-body {
    display: table;
    width: 100%;
    height: auto;
    min-height: 600px;
    padding: 210px 0 60px 0;
    text-align: center;
    color: #fff;
    background: #f5f5f5 url(../img/content-bg.jpg) no-repeat top center scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
.content-body {
	background-color: #f5f5f5;
	padding-bottom: 60px;
}
.content-body .container {
	margin-top: -376px;
	padding: 0 0 60px 0;
	background: #fff;
	color: #333;
	position: relative
}
/*.content-body .container .row {
	padding-bottom:30px;
}*/
.content-body .container p {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0;
	margin: 0;
}
.content-body .container p {
	font-family: Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
}
.content-body .container .intro-content {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.content-body .container p.intro-content {
	font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}
.content-body .container h1 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 45px;
	padding-bottom: 45px;
	margin: 0;
}
.content-body .container h2, h1 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin: 0;
}
.content-body .container h1 {
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #262479;
}
.content-body .container h2 {
	font-family: Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
}
footer {
    padding: 50px 0;
    background-color: #36237a;
    height: 130px;
}

footer p {
    margin: 0;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 1px;
}

::-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);
}

.intro .intro-body .container {
	width: 100%;
	padding: 0;
	margin: 0;
}

@media (max-width: 940px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        z-index: 99;
    }
    .navbar-collapse {
        border: none;
        background: #36237a;
        position: absolute;
        width: 100%;
        margin-top: -84px;
        margin-left: 0px;
        padding-left: 15px;
		padding-bottom: 15px;
    }
    .navbar-fixed-top {
		top: 0;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 45px;
    }
    .collapse.in{
  		display:block !important;
  		padding-bottom: 25px;
	}
	.navbar-toggle i.fa {
		font-size: 28px;
	}
	.navbar-custom.top-nav-collapse {
        border:0;
        background: none;
    }
    	.navbar-custom.top-nav-collapse .container .navbar-header .navbar-brand img {
		display: none;
	}
	.navbar-custom.top-nav-collapse .container .navbar-header .navbar-toggle i.fa {
  		color: rgba(54, 35, 122, .5);
	}
	    .content-body {
    	padding-bottom: 30px;
    }
}
@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;
    }
	.content-body .container {
		margin-top: -400px;
	}
    .container>.navbar-collapse {
        border: none;
        margin-left: 0px;
        margin-right: 0px;
    }
    .intro {
    display: table;
    width: 100%;
    height: 70%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/home_carousel.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 70%;
    padding-left: 0;
    padding-right: 0;
}

.intro .intro-body .brand-heading {
    font-size: 28px;
    text-shadow: 1px 1px #333;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
 .intro .intro-body .intro-text {
		color: #fff;
        font-size: 14px;
        text-align: center;
		font-style: italic;
		padding: 0;        
    }
    .content-body {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}
	.content-body .container {
		padding-bottom: 30px;
	}
	.content-body .container .row{
		padding-bottom: 0;
	}
    .content-body .container p, .content-body .container .intro-content,     .content-body .container h1,    .content-body .container h2 {
    padding-left: 10px;
    padding-right: 10px;
    
    }
}
@media(max-width:640px) {
.navbar-brand {
	padding:15px 0;
}
.navbar-custom .container .navbar-brand img {
	max-width: 100px;
	height: auto;
}
.content-body .container {
		margin-top: -490px;
	}
}
@media(max-width:480px) {
.intro {
    height: 60%;
    padding: 100px 0;
}
.intro .intro-body {
    top: 65%;
    padding-left: 0;
    padding-right: 0;
}
.intro .intro-body .brand-heading {
    font-size: 20px;
    text-shadow: 1px 1px #333;
    margin-bottom: 0px;
    padding: 0;
}
 .intro .intro-body .intro-text {
		color: #fff;
        font-size: 12px;
        text-align: center;
		font-style: italic;        
}
.content-body {
	padding-left: 0;
	padding-right: 0;
}
.navbar-custom.top-nav-collapse .container .navbar-header .navbar-brand img {
		display: none;
	}
	.navbar-custom.top-nav-collapse .container .navbar-header .navbar-toggle i.fa {
  		color: rgba(54, 35, 122, .5);
	}
	
}