html, body {
    height: 100%;
    width: 100%;
}
body * {
    font-family: 'Roboto Condensed', sans-serif;
}
body{
    background-image: url('./Website_BG.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: repeat-y;
}
.logo{
    width: 200px;
}
.nav-item{
    font-size: 20px;
}
.nav-item > a{
    padding: 10px 0px !important;
    margin: 0px 20px;
    color: #000;
    display: inline-flex;
    border-bottom: 5px solid transparent;
}
.nav-item > .active, .nav-item > a:hover{
    border-bottom: 5px solid #bc9b58;
}
.nav-item > a:hover{
    transition: 300ms;
}
.nav-download{
    color: #bc9b58 !important;
    font-weight: bold !important;
}
.section2 {
    background: #001338;
    display: flex;
    justify-content: space-evenly;
    color: #fff;
    text-transform: uppercase;
    padding: 2rem;
    text-align: center;
    align-items: center;
  }
.divider{
    width: 2px;
    background-color: #bc9b58;
    display: block;
    height: 18px;
    align-items: center;
}
.h1-underline{
    border-bottom: 6px solid #bc9b58;
    padding-bottom: 10px;
    display: inline-block;
}
.footer{
    text-align: center;
    padding: 3rem 1rem 2rem 1rem;
    color: #000;
    font-weight: bold;
}
.section2, .section3, .section4, .section5, footer{
    font-size: 1.3rem;
}
.section3 h1, .section4 h1, .section5 h1{
   margin-top: 3rem;
   margin-bottom: 2rem;
}
.bi-icon, .pro-num{
    color: #bc9b58;
    font-weight: 600;
}
.bi-icon{
    font-size: 2rem;
}

.project-content{
    border: 1px solid #000;
    padding: 20px;
}

.pro-img-left{
    position: relative;
    margin-bottom: 30px;
    margin-left: -70px;
    overflow: hidden;
    margin-top: 2rem;
    width: 100%;
}

.contact{
    /* margin-top: 4rem !important;
    align-content: space-around;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center; */
    color: #000;
    justify-items: center;
}

.contact-link{
    color: #000;
}
.fixed-top{    
    background-image: url('./Website_BG.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    margin: auto;
  }
.banner{
    margin-top: 110px;
}
.content{
    text-align: center;
    padding-bottom: 3rem;
    max-width: 1050px !important;
    margin: auto;
}
.title{
    color: #bc9b58;
    font-size: 4rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.download{
    /* opacity: 0.8; */
    color: #fefefe !important;
    padding: 8px 28px;
    font-size: 22px;
    border: none;
    background-image: radial-gradient(#b8b06a, #b89150);
}
.default-text{
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 3rem;
}
.img-container .pro-img-left{
    cursor: pointer;
 }
@media only screen and (max-width:320px) {
    .contact-flex{
       flex-direction: column;
    }
    .default-text{
       font-size: 30px;
    }
    .download{
       font-size: 20px;
    }
    .title{
       font-size: 3rem;
       margin-top: 2rem;
    }
    .section2, .section3, .section4, .section5, footer{
       font-size: 14px;
    }
    .logo{
        width: 100px;
    }
    .col-xxs{
        width: 100% !important;
    }

   }
@media screen and (max-width:480px) {
    .contact-flex{
        flex-direction: column;
    }
    .default-text{
        font-size: 30px;
    }
    .download{
        font-size: 32px;
    }
    .title{
        font-size: 3rem;
        margin-top: 2rem;
    }
    .section2, .section3, .section4, .section5, footer{
        font-size: 16px;
    }
}
@media screen and (max-width:500px) {
    .section2{
        flex-direction: column;
    }
    .divider{
        display: none;
    }
    .download{
        font-size: 18px;
    }
    .section2, .section3, .section4, .section5, footer{
        font-size: 16px;
    }
    .logo{
        width: 150px;
    }
}
@media screen and (max-width: 1023px) {

    .project-content{
        border: none;
    }
    .pro-img-left{
       margin-left: 0px;
    }
}
@media screen and (max-width:1024px) {
    .fixed-top{
        width: 100%;
     }
     .download{
        font-size: 22px;
     }
}
