#mNav a:hover{
    background: #C0C0C0;
}

#cont {
    padding-left: 10%;
    padding-right: 10%;
}
body{
    background-image: url("Images/w1.jpg");
    background-color: #white;
    background-repeat: no-repeat;
    background-size: cover;
}
#lCon{
    background-color: C8C8C8;
    margin-top: -10px;
    margin-bottom: 0px;
}
#tCon{
    margin-bottom: 0px;
    margin-top: -10px;
}
#fCon{
    background-color: #A9A9A9;
    margin-top: -10px;
    margin-bottom: 0px;
    padding: 5px;
}
#map{
    padding: 10px;
}
#pic{
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}
#pT{
    margin: 0px;
}

.jumbotron{
    border-radius: 0px;
}

#addToHomeScreen{
 display: block;
 margin-top: 20px;
 padding: 0px;
 display: none;
}
#addToHomeScreen img{
 max-width: 57px;
 margin: 10px;
 float: left;
}
#addToHomeScreen button{
 background-color: #264de4;
 color: white;
 border: 1px #2965f1 solid;
 margin: 5px 10px;
} 
#instructions{
    text-align: center;
    background-color: #f2f4f4;
    position: fixed;
    bottom: 0px;
    right: 20px;
    left: 20px;
    width: calc(100%-40px);
    padding: 0px 10px 10px 10px;
    display: none;
    
}
#instructions img{
    max-width: 64px;
}
#instructions button{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #264de4;
    color: white;
    border: 1px #2965f1 solid;
} 