html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    /*margin-bottom: 270px; !* Margin bottom by footer height *!*/

    background: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    line-height: 180%;
}

H1,H2,H3,H4,H5,H6 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}


.devider H1:after, .devider H2:after, .devider H3:after {
    content : "";
    display: block;
    width:40px;
    height: 4px;
    margin:20px 0px;
    background-color:#FFba00;

}
#navbar {
    /*overflow: hidden;*/
    z-index: 100;
}
.footer-title {
    font-size:24px;
    font-weight: 200;
    text-transform: uppercase;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */

    background-color: #001C38;

    font-size:0.9rem;
}

.footer A {
    color:#FFF;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 79px;
}


.navbar {
    padding:0px;

}

#navbar {
    background-image: linear-gradient(330deg, #162856 0%, #0A1534 100%);

    z-index: 2000;
}

.navbar .nav-item {
    padding:20px 10px;
    font-weight: bold;
    text-transform:uppercase;
    color:#212426;
}

.navbar  .nav-link {
    color:#FFF !important;
}


.row-slideshow {
    background-color:#212426;
}

.row-slideshow .slogan {
    /*font-size:80px;*/
    color:#FFF;
    text-align: center;
    z-index: 4000;
    position: relative;
    padding-top:200px;



    /*margin-top:200px;*/
}

.row-slideshow .slogan H1 {
    font-size: 50px;
    text-align: left;
}
.row-slideshow .slogan P {
    font-size: 25px;
    line-height: 200%;
    text-align: left;
}
.btn {

    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}


.bg-grey {
    background-color: #EBEBEB;
}

.card-text {

}

.row-3{
    background-image:url('/images/body-row-bkgnd.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}


.row-3 p {
    font-weight: 100;
}

.card {
    box-shadow: 0px 0px 5px #d6d6d6;
    border-radius: 0px;
}

.card-title {
    font-weight: bold;
}

.card-subtext {
    color:#8E9091;
    font-size:0.8rem;
}

.bg-dark {
    background-color: #212426;
}

.btn-outline-secondary {
    color:#FFF;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color:#FFF !important;
}

.specificatie-tabe {
    font-size: 0.85rem;
}
.specificatie-tabel .label {
    color:#AAA;
}


.form-control {
    border-radius: 0px;
    border:1px solid #818a91;
}
.modal-content {
    border-radius: 0px;
}


.slideshowcontainer {
    background-size: cover;
    background-repeat: no-repeat;
}

.slideshowcontainerOverlay {
    background-color: #081736;
    opacity: 0.83;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.row-slideshow {
    border-bottom:8px solid #ffba00;

}

.btn-secondary{
    color:#FFF;
}


.swiper-container {
    width: 100%;
    height: 400px;
}

.swiper-container-klanten {
    width: 100%;
    height: 150px;
    overflow: hidden;

}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 100px;

}
.swiper-container-klanten .swiper-slide {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 100px;

}

.row-home-projecten {
    background-color:#535A77;
    border-bottom:8px solid #ffba00;
}

.bg-yellow {
    background-color: #ffba00;
}

#overons_header {
    min-height:700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#overons_header .col-md-6 {

}



.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

