@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

html {
    scroll-behavior: smooth;
}

body{
    font-family: Montserrat;
}

nav{
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(248,248,248,0.9)
}

.container{
    max-width: 1600px;
}

.masthead{
    background: url('/assets/images/masthead.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 120vh;
    width: 100%;
    height: 100vh;
    min-height: 35rem;
}

.nav-item{
    margin-right: 100px;
    border-bottom: 2px solid transparent;
}

@media screen and (max-width: 991px){
    .nav-item{
        margin-right: 0;
    }
}

.nav-link.active{
    border-bottom: 1px solid #f36300;
}

.nav-item .nav-link{
    color: #252525 !important;
    transition: 0.4s;
}

.nav-item .nav-link:hover{
    color: #f36300 !important;
}

.nav-item:last-child{
    margin-right: 0;
}

.navbar-brand-text{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    /*font: normal normal 600 21px/25px Montserrat;*/
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 19px;
    color: #252525;
}

.masthead h1{
    font-size: 73px;
}

.masthead h2{
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.4;
    font-size: 29px;
}

.btn-donesquare{
    background: #fff;
    border-color: #f36300;
    color: #f36300;
}

.btn-donesquare:hover{
    background: #f36300;
    border-color: #fff;
    color: #fff;
}

@media screen and (max-width: 860px) {
    .masthead h1{
        font-size: 3rem;
    }

    .masthead{
        background: none;
    }
}

#projects, #contact, #about-us{
    padding-top: 100px;
    padding-bottom: 100px;
}

.project-image{
    height: 450px;
    margin: auto;
    overflow: hidden;
}

.project-image img{
    margin: auto;
}

.project-element{
    padding-bottom: 100px;
    border-bottom: 1px solid #f36300;
    background-color: #F4F4F4;
    padding-top: 20px;    
}

.project-element:last-child{
    padding-bottom: 100px;
    border-bottom: none;
}

.donesquare-font-color{
    color: #f36300 !important;
}

.section-title{
    color: #494949;
    word-spacing: 5px;
    font: normal normal bold 26px Montserrat;
    letter-spacing: 0px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 100px;
    padding-top: 30px;
    text-transform: uppercase;
}

.section-title-alter{
    margin-bottom: 70px;
}

.title-underlined{
    border-bottom: 3px solid #f36300 !important;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer{
    text-align: center;
    padding: 25px;
    color: #fff;
    width: 100%;
    background: #F36300;
}

.img-rounded{
    border-radius: 10px;
    height: 300px;
    width: auto;
}

.team{
    padding:60px 0px;
    font-family: 'Raleway', sans-serif;
}

.team .social .fa::before{
    font-size: 20px !important;
}
.team h4 {
    margin-top: 20px;
    color: #f36300;
}

.team .fa{
    color: #f36300;
    font-size: 18px;
    margin-top: 10px;
    padding: 3px;
}

.text-primary {
    color: #f36300 !important;
}

a.donesquare-font-color:hover{
    color: #e35f03 !important;
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.svg-inline--fa.fa-w-10 {
    width: .625em;
}

@media screen and (min-width: 992px){
    .featured-text:nth-child(n) {
        padding-right: 25px;
    }

    .featured-text:nth-child(n+1) {
        padding-left: 25px;
    }
}

.fa{
    font-family: Montserrat;
}

.fa::before{
    font: normal normal normal 14px/1 FontAwesome !important;
}
