html{
    scroll-behavior: smooth;
}

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

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

/*navbar*/
.navbar{
    box-shadow: 0px 5px 29px 0px rgba(0,0,0,0.3);
    background-color: #ffffff;
    border-bottom: #317ab5 2px solid;
}

/*home*/
header.masthead{
    height: 100vh;
    background-image: linear-gradient(90deg, rgba(245,245,245,0.6474964985994398) 0%, rgba(94,94,94,0.5970763305322129) 0%, rgba(94,94,94,0.6) 0%, rgba(33,33,33,0.8) 0%, rgba(33,33,33,0.804359243697479) 100%), url("../assets/header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

header.masthead h1{
    font-weight: 700;
}

#down{
    background-color: #317ab5;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#info h2{
    background: #317ab5;
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    /*bottom: -25px;
    right: -30px;
    height: 70px;
    width: 180px;*/
    
}

#info a{
    text-decoration: none;
}

#info img{
    border: #317ab5 2px solid;
    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;
}

.service-container{
    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;
}

#info .service-container:hover{
    box-shadow: 10px 10px 33px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 33px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 33px -5px rgba(0,0,0,0.75);
}

/*footer*/
footer{
    background-color: #555555;
}

footer svg{
    width: 30px;
    height: 30px;
}

footer p{
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 600;
    color: #fefefe;
    font-weight: 300;
}

footer a{
    text-decoration: none; 
    color: #fefefe; 
    font-weight: 700;
}

footer a:hover{
    text-decoration: none; 
    color: #fefefe; 
}

.numdesk{
    display: inline;
}

@media (min-width: 992px){
    header.masthead{
        height: 100vh;
        background-image: none;
    } 

    .main{
        overflow-x: hidden;
    }
}

@media (min-width: 1200px){
    .main{
        overflow-x:visible;
    }
}