html {
    scroll-padding-top: 80px; 
    scroll-behavior: smooth;  
}




.background-jumbotron{
    
    background-image: url("image/foto2.jpg");
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.4);
    
}
#jumbotron{
    text-shadow: #000 1px;
}
#jumbotron h1{
    font-family:arial;
    color: white;
}
#jumbotron p{
    font-family: sans-serif;
    color: white;
}

.clr-blue{
    color: lightskyblue;
}