/*__________ basic __________ */
@font-face {
    font-family: 'manropebold';
    src: url('assets/fonts/manrope-bold-webfont.woff2') format('woff2'),
    url('assets/fonts/manrope-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #262626;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
a.nav-link {
    font-family: manropebold, Helvetica, 'Open sans', Arial;
}

p {
    font-family: 'Open sans', Helvetica, Arial;
    font-weight: 400;
    font-size: 1.1rem;
}

h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #414954;
}

h2 {
    margin-bottom: 2rem;
    color: #414954;
}

aside a {
    color: #fff;
}

.btn {
  font-family: manropebold, Helvetica, 'Open sans', Arial;
}

aside a:hover, aside a:focus,
footer a:hover, footer a:focus {
    color: #414954;
    text-decoration: none;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 1s;
}

.shadow_top {
  -webkit-box-shadow: 0px -20px 101px -42px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -20px 101px -42px rgba(0,0,0,0.75);
  box-shadow: 0px -20px 101px -42px rgba(0,0,0,0.75);
}

.brown {
    color: #434954;
}

.white {
    color: #fff;
}

.text-muted {
    color: lightgray !important;
}

.dark_brown {
    color: #434954;
}

.bg_black {
    background-color: #414954;
}

.bg_gray {
    background-color: #f2f2f2;
    background: #f2f2f2;

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

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

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

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

    /* IE6-9 */
}

.bg_brown {
    background-color: #434954;
    background: #434954;

    /* Old browsers */
    background: -moz-linear-gradient(top, #778091 0%, #4F5763 100%);

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

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

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

    /* IE6-9 */
}

.border_left {
    border-left: 2px solid #d3d7dd;
    padding-left: 1rem;
}

.border_bottom {
  border-bottom: 2px solid #d3d7dd;
  margin-bottom: 2rem;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bg-light {
    background-color: #fff !important;
}

/*__________ brand __________ */
.navbar-brand img {
    height: 3.4rem;
}

/*__________ carousel __________ */
.carousel-caption {
    position: initial;
    color: #000;
    text-align: right;
    border-right: 2px solid #000;
    margin-right: 1rem;
    padding-bottom: 0px;
    padding-right: 1rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    margin-top: -4rem;
}

/*__________ nav __________ */
.block {
    transition: all 1s ease;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #414954;
}

.menu_line {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #414954;
}

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

button:focus {
    outline: none;
}

.toggle-btn {
    height: 2px;
    width: 25px;
    background-color: #000;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler {
    padding: 0;
}

.toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.active .toggle-btn {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

.active .toggle-btn:before {
    top: 0;
    transition: all 0.3s ease-in-out;
}

.active .toggle-btn:after {
    top: 0;
    transition: all 0.3s ease-in-out;
}

.active .menu_icon {
    background-color: #000;
}

.active .menu_icon:before {
    box-shadow: 0 0 0 0 #000;
}

.active .menu_icon:after {
    box-shadow: 0 0 0 0 #000;
}

/*__________ about intro __________ */
main.about_intro {
    position: relative;
}

main.about_intro img {
    width: 80%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-left: auto;
    display: block;
    -webkit-box-shadow: -19px 16px 56px -30px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -19px 16px 56px -30px rgba(0, 0, 0, 0.75);
    box-shadow: -19px 16px 56px -30px rgba(0, 0, 0, 0.75);
}

/*__________ special section __________ */
.col-md-7.left-img {
    padding-right: 0;
    padding-left: 0;
}

.left-img {
    background-image: url('assets/img/Balie-YoungCapital.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 18rem;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 15px 0px 50px -30px rgba(0,0,0,0.75);
    -moz-box-shadow: 15px 0px 50px -30px rgba(0,0,0,0.75);
    box-shadow: 15px 0px 50px -30px rgba(0,0,0,0.75);
}

/*__________ footer __________ */
footer a {
    color: #fff;
}

footer img {
    width: 18rem;
}

footer h4 {
    color: #262626;
}

/*__________ projecten __________ */
.final-tiles-gallery .ftg-filters {
    text-align: left;
}

.caption-block {
    background-color: rgba(0, 0, 0, 0.5882352941176471);
    padding: 0.5rem 1rem;
}

.final-tiles-gallery .tile .caption-block .title {
    font-size: 12px;
}

.final-tiles-gallery .ftg-filters a {
    border: none;
    color: #000;
}

.final-tiles-gallery .ftg-filters a:hover,
.final-tiles-gallery .ftg-filters a:focus {
    color: #414954;
}

#gallery {
    font-family: manropebold, Helvetica, 'Open sans', Arial;
}

/*__________ contact __________ */

label {
  font-family: manropebold, Helvetica, 'Open sans', Arial;
  padding-left: 0 !important;
}

.form-control {
    background-color: #f2f2f2;
    -webkit-box-shadow: inset 0px 0px 125px -60px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 125px -60px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 125px -60px rgba(0,0,0,0.75);
    border: none;
}

textarea#bericht {
    max-height: 19.7rem;
}

.form-control:focus {
    border-color: #414954;
    box-shadow: 0 0 0 0.2rem rgba(197, 114, 89, 0.25);
}

button.btn.btn-primary {
    background-color: #414954;
    border-color: #414954;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

button.btn.btn-primary:hover, button.btn.btn-primary:focus {
    background-color: #5B6573;
    border-color: #5B6573;
}

form button {
  margin-top: 2rem;
}

.contact small.muted {
    color: #c9c9c9;
}

.lb-outerContainer {
  background-color: transparent;
}

.bg-danger {
    border-radius: 5px;
    padding: 0.3rem 0.5rem 0.3rem 0.8rem;
    margin-top: 1rem;
    background-color: #c20000 !important;
    color: #fff;
    font-size: 0.9rem;
}

button.btn.btn-link, button.close a {
    color: #414954;
}
button.close a {
    margin-right: 1rem;
}

button.close a:hover, button.close a:focus {
    text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 112, 87, 0.37);
    background-color: #414954;
    border-color: transparent;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 112, 87, 0.37);
}

/*__________ responsive __________ */
@media (min-width: 576px) {
    .navbar .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .heading_intro p, .subheading_intro p {
        width: 60%;
    }

    .about_intro, .about, .contact {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .half h2,
    .half p {
        width: 70%;
    }

    .left-img {
        min-height: 25rem;
    }
}

@media (min-width: 768px) {
    .heading_intro p, .subheading_intro p {
        width: inherit;
    }

    main.about_intro img {
        position: absolute;
        right: 0;
        top: 10rem;
        width: 45%;
    }

    .half h2,
    .half p {
        width: inherit;
    }

    .half h2 {
        padding-left: 1rem;
    }

    .half .border_left {
        margin-left: 1rem;
    }

    .half p {
        padding-right: 1rem;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem !important;
    }

    .navbar-brand img {
        height: 3.2rem;
    }

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

    .heading_intro p, .subheading_intro p {
        width: 90%;
    }

    .about_intro.pt-5, .about.pt-5, .contact.pt-5 {
        padding-top: 10rem !important;
    }

    .about_intro.pb-5, .about.pb-5, .contact.pb-5 {
        padding-bottom: 10rem !important;
    }

    .right-img.pt-5 {
        padding-top: 8rem !important;
    }

    .right-img.pb-5 {
        padding-bottom: 8rem !important;
    }

    main.about_intro img {
        top: 10rem;
        max-width: 30rem;
    }

    .half h2,
    .half p {
        width: 80%;
    }
}

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

    h2 {
        font-size: 2.5rem !important;
    }

    .heading_intro {
        padding-left: 4rem;
    }

    main.about_intro img {
        max-width: 35rem;
    }

    .half h2,
    .half p {
        width: 60%;
    }

    .pl-lg-5 {
        padding-left: 8rem !important;
    }

    .about p {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}
