html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Assistant', 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;
}

/*home*/
header.masthead{
    height: 100vh;
    padding-top: 6rem;
    padding-bottom: calc(10rem - 4.5rem);
    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;
    font-size: 3rem;
}

#sub{
    font-size: 1.7rem;
    color: #ffffff;
    font-weight: 700;
}

#cta{
    font-size: 1.5rem;
    text-decoration: none;
    background-color: #13453c;
    color: #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/*info*/
hr{
    opacity: 1;
    color: #13453c;
    width: 40%;
}

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

h3{
    font-weight: 600;
}

#info a{
    text-decoration: none;
    color: #13453c;
    font-weight: 600;
}

.banner{
    background-color: #13453c;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2rem;
}

#info img{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/*footer*/
footer{
    background-color: #13453c;
}

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; 
}

.nummobholder{
    display: none;
}

.numdesk{
    display: inline;
}

@media (max-width: 768px){
    .numdesk{
        display: none;
    }

    .nummobholder{
        display: inline;
    }
}

@media (min-width: 768px){
    header.masthead h1{
        font-size: 3.5rem;
    }
    
    #sub{
        font-size: 1.9rem;
    }
    
    #cta{
        font-size: 1.8rem;
    }
}