body {
    background-color: #333333;
}
#nav{
    background-color: #E6EED6;
    height: 150px;
}
#nav a{
    color: #c07616;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 66px;
}
.navbar-toggler{
    font-size: 20px;
}
.margin-right-nav{
    margin-right: 20px;
}
  
.big-image{
    background-color: white;
    margin: auto;
    height: 800px;
    width: 100%;
}
.width-height{
    background-color: white;
    border: 5px solid #c07616;
    height: 300px;
    margin: 50px auto;
    width: 300px;
}
@media screen and (max-width: 992px) {
    .navbar-nav{
        display: none;
    }
    #nav a{
        color: #c07616;
        font-family: "Oswald", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 46px;
    }
    .b{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .h{
        display: none;
    } 
     
}
  


