main{
    text-align: center;
    font-family: "Open Sans";
    margin-top: 50px;
}
nav{
    height: 50px;
    margin: auto;
}
#navbar{
    background-color: rgba(248,248,248,0.5);
}
p {
    font-size: 16px;
}
#navbar a {
    color: black;
}
h1{
    padding-top: 175px;
    font-weight: bold;
}
h1, h2, h3, h4{
    font-family: "Georgia";
    font-weight: bold;
    font-style: italic;
}
h4{
    font-size: 20px;
}
#header-box{
    height: 500px;
    background-image: url("../img/Classroom.jpg");
    color: white;
}
.img-properties{
    background-repeat: none;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: grey;
}
/*
#est-pic img{
    height: 500px;
    margin: auto;
}
#est-text{
    height: 500px;
}
#est-text p:first-of-type{
    padding-top: 175px;
    color: darkgrey;
}
#quote{
    height: 350px;
    background-image: url("../images/Red%20Rods.jpg")
}
#quote h2{
    padding-top: 100px;
    color: white;
    font-family: "Georgia";
}
#quote p{
    color: white;
}
.products{
    margin-bottom: 30px;
    padding: 0 75px;
}
.products img{
    height:250px;
}
.shop{
    background-color: rgb(145, 160, 92);
    border: none;
    padding: 5px 10px;
    font-weight: bold;
    color: white;
} */
/*tablet*/
@media(min-width: 768px) and (max-width: 991px){
    
}
/*everything looks good in a loading forms, so im not sure what to query*/