
/*-------GENERAL-------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: effra, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    font-size: 20px;
    color: #6e6e6e;

    background: url(img/mavbg.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*-------CENTER-------*/
.row {
    max-width: 1140px;
    margin: 0 auto;
}

/*-------HEADER-------*/
header{

    margin-bottom: 30px;

}
/*.not-home{

    height: 10vh;
}*/


.hero-text-box{
padding-left: 20%;
padding-top: 10%;
padding-bottom: 30%;


}
/*-------iFrame-------*/
.video-play{
    background-color: rgba(255, 255,255, 0);
    border: none;

}


/*-------text setup-------*/
h1, h2, h3 {
    margin-top:0;
       color: rgb(255, 255, 255);

}

h1{
    font-family: "effra";
    font-size: 270%;
    font-weight: 100;
    word-spacing: 4px;
    margin-bottom: 20px;
    line-height: 110%;
}

h2{
    font-family: "effra";
    text-transform: lowercase;
    text-align: center;
    font-size: 100%;
    font-weight: 100;
    word-spacing: 2px;
    margin-bottom: 50px;
}

h3{
    font-family: "effra";
    text-transform: uppercase;
    text-align: center;
    font-size: 100%;
    word-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 100;
}


h3:after{
display: block;
height: 2px;
background-color: #3cb4e5;
content: " ";
width: 80%;
margin: 0 auto;
margin-top: 10px;
}

/*-------Buttons-------*/

.btn:link, 
.btn:visited {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 20px;
    margin-top: 20px;
    font-weight: 300;
    text-decoration: none;
   
}

.btn-full:link,
.btn-full:visited{
    background-color: #3cb4e5;
    border-radius: 200px;
    border: 1px solid #3cb4e5;
    color:white;
    
}

.btn:hover,
.btn:active{
    background-color: #fff;
    color: #3cb4e5;
    transition: background-color 0.4s;
}


.btn-ghost:link,
.btn-ghost:visited{
    border: 1px solid #3cb4e5;
    border-radius: 200px;
    color: #3cb4e5;
}

/*-------LOGO-------*/
.logo{
    height: 60px;
    width: auto;
    float: left;
    margin-left: 4%;
    margin-top: 30px;
}
/*-------NAVIGATION BAR-------*/
.main-nav {
    float: right;
    margin-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
}


.main-nav li{
    display: inline-block;
    margin-left: 40px;
   
}

.main-nav li a:link,
.main-nav li a:visited {
color: white;
text-decoration: none;
text-transform: uppercase;
font-size: 80%;
border-bottom: 2px solid transparent;
transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {

    border-bottom: 2px solid #3cb4e5;
}

/*-------SECTION-------*/
section {

    height: 40vh;
}


.longTDtext{
    text-align: justify;
    line-height: 145%;
    padding: 0px 30px;
    color: #c9c9c9;
    font-family: "effra";
}
/*-------footer-------*/

.social-links{

    padding:10%;

}
.social-links li{
list-style: none;

}

.footnote {
    text-transform: lowercase;
    font-family: "effra";
    font-weight: 100;
    text-align: center;
    font-size: 60%;
    word-spacing: 2px;
    margin-bottom: 10px;
    color: white;
}


.foot{
clear: both;

}

/*-------other pages-------*/



.png-locator img{

    width: 100%;
    margin-bottom: 30%;

    }

.strip-locator img{
    
        
     width: 100%;
     margin-bottom: 10%;
    }
.klaar
{
    clear: both;
}
.klaarform
{
    clear: both;
    background-color: green;
}

.ondervideo{

    height: 110px;
}
