body {
    margin-top: 56px;
    font-family: 'Open Sans', arial, sans-serif;
}

h1,
h2 {
    font-weight: 800;
}

h3 {
    font-weight: 600;
}

.border_b {
    border-bottom: 3px solid #075ca9;
    width: 5%;
    display: inline-block;
    bottom: 0;
}

.text_white {
    color: #fff;
}

.text_blue {
    color: #075ca9;
}

header h1.text_white,
header h1.text_blue {
    margin-top: 12rem;
}

.bg-danger {
    margin-top: 0.5rem;
    padding: 0.2rem 0.5rem;
    background-color: #a90000 !important;
    color: #fff;
}

.form-control {
    border-radius: 0;
    background-color: #f3f3f3;
}

button.btn.btn-primary {
    border-radius: 0;
    background-color: #075ca9;
    border-color: #075ca9;
    width: 7rem;
}

.modal-header .close {
    margin-right: auto;
    margin-left: 0;
    margin-top: -10px;
}

.modal-header .close a {
    color: #075ca9;
}

.btn-link {
    font-weight: 400;
    color: #075ca9;
    text-decoration: none;
}

.bg_blue {
    background: #075ca9;

    /* Old browsers */
    background: -moz-linear-gradient(top, #075ca9 2%, #044a88 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #075ca9 2%, #044a88 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #075ca9 2%, #044a88 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#075ca9', endColorstr='#044a88', GradientType=0);

    /* IE6-9 */
    color: #fff;
}

p.info_white {
    margin-top: 60px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    color: #075ca9;
    text-align: center;
    border-bottom: 2px solid #d6d6d6;
}

p.info_blue {
    margin-top: 59px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #075ca9;
    color: #fff;
    text-align: center;
}

/*__________ nav __________*/
.bg-light {
    background-color: #fff !important;
}

.navbar li.nav-item {
    font-weight: bold;
}

.navbar a.nav-link {
    margin-right: 1rem;
}

.navbar-brand img {
    height: 2.4rem;
    margin-top: 5px;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

nav.navbar {
    -webkit-box-shadow: 0px -4px 31px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -4px 31px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -4px 31px -7px rgba(0, 0, 0, 0.75);
}

button:focus {
    outline: none;
}

li.nav-item.active a {
    color: #075ca9 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgb(7, 92, 169);
}

/*__________ home_header __________*/
header#home {
    min-height: 35.3rem;
    background-color: lightgray;
}

#carouselConnect img {
    position: relative;
    height: 35.09rem;
    object-fit: cover;
}

#carouselConnect .carousel-inner {
    margin-top: -13rem;
}

#carouselConnect {
    background-color: #00002b;
}

header#home h1 {
    color: #fff;
    font-size: 2.5rem;
    position: absolute;
    margin-top: 16.6rem;
    z-index: 1015;
}

/*__________ info_block __________*/
.info_block {
    background: #075ca9;

    /* Old browsers */
    background: -moz-linear-gradient(top, #075ca9 2%, #044a88 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #075ca9 2%, #044a88 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #075ca9 2%, #044a88 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#075ca9', endColorstr='#044a88', GradientType=0);

    /* IE6-9 */
    color: #fff;
    z-index: 1010;
    margin-left: auto;
    top: 22.1rem;
}

ul.info_item {
    list-style: none;
}

ul.info_item li {
    margin-top: 0.8rem;
}

ul.info_item li:before {
    content: "\f058";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

/*__________ diensten __________*/
.diensten {
    background: #f5f5f5;

    /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #d2d2d2 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #d2d2d2 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f5f5 0%, #d2d2d2 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#d2d2d2', GradientType=0);

    /* IE6-9 */
    padding-bottom: 15rem;
}

.dienst {
    background-color: #fff;
}

.dienst h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.dienst img {
    height: 3rem;
    float: left;
    margin-right: 1rem;
}

.diensten aside h4 {
    color: #075ca9;
}

.dienst a {
    color: #000;
    text-decoration: none;
}

.dienst a:hover, .dienst a:focus {
    color: #075ca9;
}

aside.meer img {
    height: 4rem;
    display: block;
}

.selection {
    margin-top: -10rem;
}

.selection .mb-4 {
    margin-bottom: 28px !important;
}

.selection .img-fluid {
    width: 100%;
}

/*__________ blockquote __________ */
.curly-quotes:before,
.curly-quotes:after {
    color: #075ca9;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 48px;
    font-size: 4rem;
}

.curly-quotes:before {
    content: '\201C';
    margin-right: 4px;
    margin-left: -8px;
}

.curly-quotes:after {
    content: '\201D';
    margin-left: 4px;
    margin-right: -8px;
}

/*__________ carousel testimonial __________ */
#myCarousel {
    min-height: 14rem;
}

/*__________ kom in contact __________ */
.text_white a {
    color: #fff;
}

.text_white .border_b {
    border-color: #fff;
}

/*__________ footer __________ */
footer {
    background: #3e0000;
    background-image: url('../img/Hout.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

footer h4 {
    font-size: 1rem;
    font-weight: bold;
}

/*__________ over ons __________ */
#over_ons {
    background-image: url('../img/Gereedschap-timmerman.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 363px;
}

/*__________ werkgebied __________ */
#werkgebied {
    background-image: url('../img/Kantoor.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 363px;
}

#gebied .img {
    margin-top: -13rem;
}

/*__________ portfolio __________ */
#portfolio {
    background-image: url('../img/Portfolio.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 363px;
}

/*__________ portfolio __________ */
#contact {
    background-image: url('../img/Portfolio.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 363px;
}

.final-tiles-gallery .ftg-filters {
    text-align: left;
}

.final-tiles-gallery .ftg-filters a {
    color: #0d60ab;
    border: 1px solid #0d60ab;
}

#gallery {
    padding-bottom: 2rem;
}

/*__________ responsive __________ */
@media (min-width: 576px) {
    #Welkom .showimg,
    #about .showimg,
    #gebied .showimg,
    #contactform .showimg {
        max-height: 30rem;
        width: 260px;
        object-fit: cover;
        margin-left: auto;
        display: block;
    }
}

@media (min-width: 768px) {
    header h1 {
        font-size: 3rem;
    }

    header#home h1 {
        font-size: 3rem;
    }

    .info_block {
        max-width: 350px;
        left: 5px;
    }

    #Welkom .showimg {
        min-width: 350px;
        max-height: 35rem;
        object-fit: cover;
    }

    #about .showimg {
        max-height: 50rem;
        width: 350px;
    }

    #gebied .showimg {
        max-height: 51.5rem;
        width: 350px;
    }

    #contactform .showimg {
        max-height: 61rem;
        width: 350px;
    }

    .dienst {
        background-color: #fff;
        min-height: 240px;
    }

    p.info_white,
    p.info_blue {
        max-width: 350px;
        border-bottom: none;
        margin-top: 307px;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    header#home {
        min-height: 40rem;
    }

    #carouselConnect img {
        height: 40rem;
    }

    header h1 {
        font-size: 4rem;
    }

    header#home h1 {
        font-size: 4rem;
    }

    .info_block {
        top: 27rem;
        left: -15px;
    }

    aside.meer img {
        height: 6rem;
    }
}

@media (min-width: 1200px) {
}
