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

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

@font-face {
    font-family: 'geomanist';
    src: url(../fonts/Geomanist-Bold.ttf);
    font-weight: 700;
}

.hero-section{
    background: url(../images/banner.jpg) center center no-repeat;
    height: 720px;
    background-size: cover;
}

.container-height{
    height: 625px;
    display: flex;
    align-items: center;
}

.hero-section h1{
    color: #FFFFFF;
    font-family: 'geomanist';
    font-size: 2.5rem;
    line-height: 46px;
    letter-spacing: 0.2px;
}

.navbar li{
    margin-right: 40px;
}

.navbar li:last-child{
    margin-right: 0;
}

.navbar li a{
    color: #fff;
    font-family: 'montserrat';
}

.navbar-nav{
    margin-right: 9%;
}

footer{
    background: #151515;
    padding: 50px 0;
}

footer ul{
    padding-left: 0;
}

footer h5{
    color: #fff;
    font-family: 'montserrat';
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
}

footer ul li{
    margin-bottom: 20px;
}

footer p{
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

footer ul li{
    list-style: none;
}

footer h4{
    font-size: 18px;
    font-family: 'montserrat';
    line-height: 21.6px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

footer form{
    margin-top: 30px;
    max-width: 300px;
}

footer form input.form-control{
    margin-bottom: 20px;
    background-color: #151515;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-left: 0;
}

footer form input.form-control::placeholder{
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
    line-height: 14.4px;
}

footer form .btn{
    background: #333333 !important;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
    padding: 10px 30px;
    margin-top: 10px;
}

.footer-bottom{
    background: #000000;
    padding: 15px 0;
}

.footer-bottom ul{
    display: flex;
    margin-bottom: 0;
}

.footer-bottom p{
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    font-family: 'montserrat';
    line-height: 23px;
}

.footer-bottom ul li:first-child{
    margin-left: 0;
}

.footer-bottom ul li{
    list-style: none;
    margin-left: 30px;
}

.section-2{
    padding: 180px 0;
}

.section-2 .left-column{
    display: flex;
    justify-content: center;
}

.section-2 h2{
    font-size: 26px;
    color: #162133;
    font-family: 'montserrat';
    font-weight: 700;
    margin-bottom: 30px;
}

.section-2  ul{
    margin-bottom: 0;
    padding-left: 1rem;
}

.section-2 p, .section-2  ul li{
    margin-bottom: 0;
    line-height: 25px;
    font-size: 14px;
    font-family: 'montserrat';
}

.section-3 .content-wrapper{
    min-width: 320px;
    max-width: 320px;
    background: #fff;
    padding: 20px;
    margin-right: 70px;
}

.section-3 .content-wrapper p{
    margin-bottom: 0;
    margin-bottom: 15px;
    font-family: 'montserrat';
    font-size: 12px;
    line-height: 19.2px;
    color: #58595B;
}

.section-3 .content-wrapper p strong{
    color: #231F20;
}

.section-3 .content-wrapper h3{
    font-size: 26.34px;
    line-height: 31.6px;
    font-family: 'montserrat';
    font-weight: bold;
    margin-bottom: 20px;
    color: #162133;
}

.section-4{
    padding-bottom: 90px;
}

.section-4 h2{
    font-family: 'montserrat';
    font-weight: bold;
    font-size: 26.34px;
    line-height: 31.6px;
    text-align: center;
    margin-top: 115px;
    color: #162133;
}

.section-4 h3{
    color: #58595B;
    text-align: center;
    font-size: 18px;
    line-height: 19.2px;
    font-family: 'montserrat';
    color: #58595B;
    margin-bottom: 70px;
}

.navbar-white{
    box-shadow: 7px 7px 5px rgba(0,0,0,0.05);
}

.navbar-white .nav-link{
    color: #162133;
    font-weight: 500;
}

.navbar-white .nav-link.active{
    border-bottom: 2px solid #162133;
}

.founder-section-1{
    padding:100px 0 160px 0;
}

.founder-section-1 h1, .projects-section-1 h1{
    text-align: center;
    font-family: 'geomanist';
    font-size: 2.5rem;
    letter-spacing: 0.8px;
    line-height: 14.4px;
    position: relative;
    color: #1D1D1B;
    margin-bottom: 80px;
}

.founder-section-1 h1::after, .projects-section-1 h1::after{
    content: "";
    position: absolute;
    width: 74px;
    left:0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 4px solid #1D1D1B;
    bottom: -20px;
}

.founder-container{
    max-width: 1000px;
}

.founder-section-1 .intro-text, .heritage-section-3 .intro-text{
    color: #58595B;
    font-family: 'montserrat';
    font-size: 18px;
    line-height: 27px;
    color: #58595B;
}

.founder-section-1 p, .heritage-section-3 p{
    font-size: 14px;
    font-family: 'montserrat';
    line-height: 25px;
    color: #58595B;
}

.founder-section-1 .additional-info{
    margin-top: 35px;
}

.founder-section-1 .profile li{
    list-style:none;
    position: relative;
    font-family: 'montserrat';
    font-size: 14px;
    line-height: 25px;
}

.founder-section-1 .profile ul{
    counter-reset: list;
}

.profile ul > li:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
    position: absolute;
    left: -2em;
}

.profile .display-pic h4{
    font-family: 'montserrat';
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    color: #58595B;
}

.profile .display-pic h6{
    text-align: center;
    color: #58595B;
    font-family: 'montserrat';
    font-size: 14px;
}

.founder-section-2 .left-column{
    background: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 665px;
    position: relative;
}

.founder-section-2 .right-column{
    position: relative;
}

.founder-section-2 .right-column img{
    position: absolute;
    left:-100px;
}

.founder-section-2 .left-column p{
    max-width: 378px;
    font-size: 14px;
    font-family: 'montserrat';
    line-height: 25px;
    font-weight: 400;
}

.heritage-section-1{
    padding-bottom: 75px;
}

.heritage-section-2{
    padding-bottom: 190px;
}

.heritage-section-2 .left-column .content{
    max-width: 415px;
    font-family: 'montserrat';
    font-size: 14px;
    line-height: 25px;
    color: #58595B;
}

.heritage-section-2 .left-column .content h2{
    font-family: 'montserrat';
    color: #162133;
    font-weight: bold;
    font-size: 26.34px;
    line-height: 31.6px;
}

.heritage-section-2 .left-column .content ul{
    padding-left: 15px;
}

.heritage-section-2 .left-column .content li{
    list-style-type: decimal;
}

.heritage-section-3{
    background: #F7F7F7;
    padding: 70px 0;
}

.projects-section-1{
    padding-bottom: 0;
}

.projects-section-1 .book-rack{
    border-radius: 20px;
}

.projects-section-1 h4{
    color: #162133;
    font-family: 'montserrat';
    font-weight: bold;
    text-transform: 26.34px;
    margin-bottom: 30px;
}

.projects-section-1 .intro-text{
    margin-bottom: 40px;
}

.projects-section-1 p{
    margin-bottom: 25px;
}

.projects-section-2{
    background: url(../images/project-section-2-80.jpg) center center no-repeat;
    background-size: cover;
    min-height: 718px;
    margin-top: -85px;
}

.projects-section-3{
    padding: 90px 0 140px 0;
}

.projects-section-3 h4{
    text-align: center;
    font-family: 'montserrat';
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 45px;
    color: #162133;
}

.projects-section-3 .right-column{
    min-height: 665px;
    background: #F7F7F7;
    
    align-items: center;
}

.projects-section-3 .left-column{
    position: relative;
}

.projects-section-3 .left-column img{
    position: absolute;
    left: 100px;
}

.projects-section-3 .right-column .content{
    width: 450px;
}

.projects-section-3 .right-column p{
    font-family: 'montserrat';
    font-size: 14px;
    line-height: 27px;
    color: #58595B;
}

.projects-section-3 .intro-text{
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    font-family: 'montserrat';
    margin-bottom: 80px;
    max-width: 740px;
    color: #58595B;
}

.projects-section-3 .content p, .projects-section-3 .content ul li{
    font-size: 14px;
    font-family: 'montserrat';
    line-height: 25px;
}

.projects-section-3 .content{
    padding-top: 106px;
    padding-bottom: 50px;
}

.projects-section-3 .placeholder-text .placeholder-content{
    background: rgba(35, 31, 32, 0.7); 
    display: flex;
    align-items: flex-end; 
    justify-content: center;
    width: 100%;
    padding: 15px 0;
}

.projects-section-3 .content ul{
    padding-left: 17px;
}

.projects-section-3 .placeholder-text .placeholder-content h5{
    color: #fff;
    text-align: center;
    font-family: 'montserrat';
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-white .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(29,29,27, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media screen and (max-width: 667px) {
    /* .navbar{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    } */
    .navbar{
        position: absolute;
        width: 100%;
        z-index: 1;
    }
    .navbar-nav{
        background: #162133;
        padding-left: 15px;
        margin-right: 0;
    }

    .navbar-white .nav-link{
        color: #fff;
    }
    .section-2 h2{
        margin-top: 40px;
        text-align: center;
    }
    .section-3 .content-wrapper{
        margin-right: 10px;
    }
    .section-3 .col-lg-6{
        min-height: 240px !important;
    }
    .section-4 img{
        margin-top: 20px;
    }
    footer h4{
        margin-top: 20px;
    }
    .heritage-section-2{
        padding-bottom: 0;
    }
    .founder-section-1 .profile img{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }
    .founder-section-1 h4{
        margin-top: 30px;
    }
    
    .founder-section-2 .right-column img{
        position: static;
    }
    .founder-section-2 .left-column p{
        padding-left: 15px;
        padding-right: 15px;
    }
    .founder-section-2 .left-column{
        min-height: auto;
        padding-top: 30px;
    }
    .projects-section-2{
        margin-top: 0;
        min-height: 190px;
    }
    .projects-section-3 .left-column img{
        position: static;
    }
    .projects-section-3 .content{
        padding: 20px;
    }
    .projects-section-3 .right-column .content{
        width: auto;
    }
    .projects-section-3 .right-column{
        min-height: 400px;
    }
    .projects-section-3 .placeholder-text .col-lg-3{
        margin-bottom: 10px;
    }
    .hero-section {
        background: url(../images/banner-mobile.jpg) center center no-repeat;
        height: 310px;
        background-size: cover;
        position: relative;
    }
    .container-height{
        height: 235px;
    }
    .hero-section h1{
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        line-height: 33px;
        background: rgba(0,0,0,0.5);
        padding: 10px 0;
        width: 100%;
        margin-top: 150px;
    }
    .founder-section-1 h1, .projects-section-1 h1{
        margin-top: 80px;
    }
}

@media screen and (max-width: 667px) and (orientation: landscape){
    .section-2 img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media screen and (max-width: 1024px) and (orientation: portrait){
    .founder-section-1 .profile img{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }
    .founder-section-2{
        padding-top: 0;
    }
    .navbar-white .nav-link.active{
        max-width: 73px;
    }
    .heritage-section-2 .left-column .content{
        max-width: 100%;
    }
    .heritage-section-3 .intro-text{
        margin-top: 20px;
    }
    .heritage-section-2{
        padding-bottom: 0;
    }
    
}

@media screen and (max-width: 1024px) and (orientation: landscape){
    .projects-section-2{
        margin-top: -19px;
        min-height: 500px;
    }
    .projects-section-3 .right-column .content{
        width: 280px;
    }
    .navbar-nav{
        margin-right: 0;
    }
}        