html{
    scroll-behavior: smooth;
}

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

a{
    text-decoration: none;
    color:rgb(77, 152, 152);
}

a:hover{
    color: #555555;
}

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

.navbar{
    background-color: #ffffff !important;
    box-shadow: 0px 5px 29px 0px rgba(0,0,0,0.5);
}

.navbar-nav .nav-link{
    color: #ffffff;
}

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

.navbar-brand{
    color: #ffffff;
}

.navbar-toggler{
    background-color: #b2d3f6;
}

/*head*/
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: rgb(77, 152, 152);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/*about*/
#about{
    background-color: rgb(77, 152, 152);
}

#about p{
    color: #ffffff;
}

#about a{
    color: #cccccc;
}

#about a:hover{
    color: #ffffff;
}

/*footer*/
footer{
    background-color: rgb(77, 152, 152);
}

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){
    #about p{
        font-size: 1.1rem;
    }
}