/* custom style sheet cargoshell */

.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}

body {
    background-color: aqua;
    font-family: 'Montserrat', sans-serif!important;
}

@font-face {
    font-family: Montserrat;
    font-weight: normal;
    src: url('../fonts/Montserrat-Regular.otf');
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    src: url('../fonts/Montserrat-SemiBold.otf');
}

@font-face {
    font-family: Montserrat;
    font-weight: Lighter;
    src: url('../fonts/Montserrat-UltraLight.otf');
}

p {
    color: #000 !important;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
}

h1,
h2 {
    color: #fff !important;
}

h3 {
    font-size: 40px!important;
    color: #9bb909!important;
    font-weight: bold!important;
    text-align: center;
}

h4 {
    font-size: 20px!important;
    color: #9bb909!important;
    font-weight: bold!important;
    text-align: center;
    padding-bottom: 25px;
}

h5 {
    color: #000 !important;
    font-size: 20px!important;
    text-align: center;
    line-height: 30px !important;
}

.navbar li a {
    color: #0084c0!important;
    font-weight: normal!important;
}

.navbar li a:hover {
    color: #9bb909!important;
    text-decoration: underline!important;
}

.navbar-default navbar-nav active a {
    background-color: #fff!important;
    text-decoration: underline!important;
}

.navbar-header {
    height: 75px !important;
}

.navbar-right {
    margin-top: 15px !important;
}

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

.header_image {
    margin-bottom: 100px;
    background-image: url(../imgs/headerimage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    min-height: 800px;
    text-align: center;
}

.header_image_2 {
    margin-bottom: 100px;
    background-image: url(../imgs/headerimage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    min-height: 300px;
    text-align: center;
}

.header_image h1 {
    margin-top: 425px;
    font-size: 55px;
    font-weight: bold;
}

.header_image h2 {
    font-size: 30px;
    font-weight: lighter;
    margin-top: -10px;
}

.header_image_2 h1 {
    float: left;
    padding-top: 150px;
    font-size: 55px;
    font-weight: bold;
}

.over_ons {
    margin-top: 50px;
    margin-bottom: 50px;
}

.nieuwsbrieven {
    margin-top: 100px;
    margin-bottom: 50px;
    background-image: url(../imgs/nieuwsbrieven_bg.jpg);
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    height: 100%;
    padding-bottom: 50px;
    text-align: center;
}

.nieuwsbrieven h3 {
    color: #fff!important;
}

.nieuwsbrieven p {
    color: #fff !important;

}

.nieuwsbrieven img {
    height: auto;
    width: 250px;
}

@media (max-width: 992px) {
    .nieuwsbrieven {
        text-align: center;
    }
}

.nieuws {
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn_klein {
    margin: 0 auto;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #9bb909;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    width: 150px;
    height: 35px;
    text-align: center;
}

.btn_klein p {
    font-weight: normal;
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 15px;
    color: #fff !important;
}

.btn_klein p:hover {
    color: #fff;
    text-decoration: underline;
}

.media {
    margin-top: 100px !important;
    margin-bottom: 50px;
    background-image: url(../imgs/media_bg.jpg);
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    height: 100%;
    padding-bottom: 50px;
}

.media img {
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.media img:hover {
    -webkit-filter: brightness(75%);
}

.media h3 {
    color: #fff!important;
}

.media p {
    color: #fff !important;
}

.footer_1 {
    margin-top: 25px;
}

.footer_1 p {
    color: #999999 !important;
    font-weight: bold;
}

.footer_2 {
    margin-top: 25px;
    background-color: #edecec;
    padding: 5px;
}

.footer_2 p {
    line-height: 40px;
}



a {
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;   
}

.row-centered {
    text-align:center;
}



.imgAbt img {
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.imgAbt img:hover {
    -webkit-filter: brightness(75%);
}

@media (max-width: 575px) {
.video video {
    width: 162px;
    height: 108px;
}
    
}


@media (max-width: 1200px) {

.nieuwsbrieven img {
    height: auto;
    width: 220px;
}

}