html{
    scroll-behavior: smooth;
}

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

h2{
    font-weight: 700;
}

.navbar{
    background-color: #ffffff;
}

.navbar .nav-item .nav-link:hover{
    color: #7b1518;
}

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

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

hr{
    background-color: #c2a86e;
    opacity: 1;
    width: 30%;
    margin: auto;
    margin-bottom: 2.2rem;
}

#services{
    scroll-margin-top: 50px;
    scroll-snap-margin-top: 50px;
}

.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;
    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%);
}

#deskhead{
    color: #dddddd;
}

#headertxt h1{
    font-weight: 700;
    color: #ffffff;
    font-size: 2.5rem;
}

#headertxt h2, #headertxt h3{
    color: #fff;
}

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

#headertxt a {
    font-size: 1.3rem;
    text-decoration: none;
    background: #c2a86e;
    color: #ffffff;
    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;
    border: #ffffff00 2px solid;
}

#headertxt a:hover{
    background-color: #3c6030;
    border-color: #ffffffff;
}

/*services*/
#services{
    background-color: #efefef;
}

#services h2{
    font-size: 2rem;
    color: #001803;
}

.card{
    background-color: #a82b2f;
    color: #ffffff;
    font-weight: 600;
    border: 0;
    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;
}

.card:hover{
    background-color: #7b1518;
}

#contact{
    color: #000000;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0.825) 81%), url('../assets/stylish-scandinavian-living-room-with-design-mint-sofa-furnitures-mock-up-poster-map-plants-eleg.jpg');
    background-position: center 54%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

#contact h2{
    color: #001803;
    font-size: 2rem;
}

#cellanchor, #contdesknum > a, #emailanchor{
    text-decoration: none;
    color: #7b1518;
    font-weight: 600;
}

footer{
    background-color: #7b1518;
}

@media (min-width: 576px){
    #headertxt h1{
        font-size: 3rem;
    }

    .navbar .navbar-brand{
        font-size: 1.2rem;
    }
}

@media (min-width: 768px){

    #headertxt{
        width: 700px;
    }

    #headertxt h1{
        font-size: 2.8rem;
    }

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

    #headertxt a{
        font-size: 2.6rem;
    }
}

@media (min-width: 992px){
    #headertxt{
        width: 990px;
    }

    #headertxt h1{
        font-size: 4.4rem;
        padding-top: 6rem;
    }

    #headertxt #deskhead{
        font-size: 2.5rem;
    }

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