body{
    font-family: 'Open Sans',sans-serif;
}
h1{
    font-size: 3rem;
    font-weight: 600;
}
h2{
    font-size: 2rem;
    font-weight: 600;
    color: black;
}
h3{
    font-size: 1.5rem;
}
p{
    font-size: 16px;
}
.banner{
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../img/banner.jpg);
    background-position: 50% 50%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .container, .banner .row, .banner .col-md-8 {
    height: 100% !important;
}
.logo-holder {
    background-color: white;
    border-bottom-left-radius: 16px; 
    border-bottom-right-radius: 16px; 
    padding: 1rem;
}
.section-margin{
    margin: 80px 0;
}

.font-extra-large{
    font-weight: 900;
}
.font-large{
    font-weight: 700;
}
.client-logo img{
    width: 100%;
    aspect-ratio: 3/3;
    object-fit: contain;
}
.project-border{
    border-top: 3px solid #ffc107;
    width: 300px;
    margin-bottom: 10px;
}
.project img{
    filter: brightness(50%);
}

.about-border{
    border-bottom: 2px solid #ffc107;
    width: 100px;
}

.about-project img{
    filter: brightness(40%);
    height: 300px;
}

.text-dark-blue{
    color: #2c4776;
}
.bg-dark-blue{
    background-color: #2c4776;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.icons-social i{
    font-size: 20px;
}
@media only screen and (max-width: 600px){
    .client-logo img{
        width: 100%;
    }
    .banner p{
        width: 100% !important;
    }
    h1{
        font-size: 2rem;
        font-weight: 600;
    }
    h2{
        font-size: 1.75rem;
    }
    h3{
        font-size: 1.25rem;
    }
    .lead {
        font-size: 1rem;
    }
}
