html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Work Sans', sans-serif;
}

#services, #gallery, #about{
    scroll-margin-top: 70px;
    scroll-snap-margin-top: 70px;
}

hr:not([size]){
    height: 3px;
}

hr{
    opacity: 1;
    width: 30%;
    margin: auto;
}

.navbar-brand img{
    width: 200px;
}

.navbar-light{
    background-color: #fff8f0;
}

.navbar-dark .navbar-nav .nav-link{
    font-weight: 600;
    color:#f6f6f6;
}

.navbar-dark .navbar-nav .nav-link:hover{
    color: #dba858;
}

.header-item{
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headertxt{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    z-index: 15;
    font-weight: 700;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #f6f6f6;
}

#headertxt div:has(img){
margin: auto;
text-align: center;
}

#headertxt img{
    width: 230px;
}

#headertxt h1{
    font-size: 2.3rem;
    font-weight: 600;
}

#headertxt h2{
    font-size: 1.3rem;
}

#mobhead > a, #deskhead > a{
    text-decoration: none;
    color: #f6f6f6;
    font-weight: 600;
    background-color: #ef5523;
    padding: .7rem;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#mobhead > a:hover, #deskhead > a:hover{
    background-color: #fba91f;
}

#about, #services{
    background-color: #eeeeee;
}

#about img{
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

#services h2, #about h2{
    font-weight: 600;
    color: #031b28;
}

#services .card{
    border: none;
}

#services .card-text{
    font-weight: 600;
}

#services hr{
    margin-left: 0;
    width: 50%;
    height: 4px;
    background: linear-gradient(90deg, #ef1c23 0%, #fd9620 63%, rgba(140,14,15,0) 100%);
}

#contact{
    background-image: linear-gradient(135deg, rgba(250, 250, 250, 0.9) 0%, rgba(250, 250, 250,0.9) 81%), url('../assets/contact.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #000000;
}

#contact h2{
    font-weight: 600;
}

#contact hr{
    background: linear-gradient(90deg, #ef1c23 0%, #fd9620 63%, rgba(140,14,15,0) 100%);
    height: 4px;
    margin-left: 0;
}

#cellanchor, #emailanchor, .contdesknum > a{
    text-decoration: none;
    color: #0e0e0e;
    font-weight: 700;
}

#cellanchor:hover, #emailanchor:hover , .contdesknum > a:hover{
    color: #010101;
}

footer{
    background-color: #010101;
}

@media (min-width: 576px){

    #headertxt h1{
        font-size: 1.8rem;
    }
    
    #headertxt h2{
        font-size: 1.3rem;
    }
}

@media (min-width: 768px){
    #headertxt h1{
        font-size: 2.3rem;
    }
    
    #headertxt h2{
        font-size: 1.5rem;
    }
}

@media (min-width: 992px){

    #headertxt h1{
        font-size: 3rem;
    }
    
    #headertxt h2{
        font-size: 2.2rem;
    }

    .card-text{
        font-size: 1.2rem;
    }

    #contact p{
        font-size: 1.1rem;
    }

    #about p{
        font-size: 1.1rem;
    }
}

@media (min-width: 1200px){
    #headertxt h1{
        font-size: 3.4rem;
    }
    
    #headertxt h2{
        font-size: 2.3rem;
    }

    .card-text{
        font-size: 1.1rem;
    }
}

@media (min-width: 1400px){
    #headertxt h1{
        font-size: 3.7rem;
    }
    
    #headertxt h2{
        font-size: 2.5rem;
    }
}