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{
    font-family: "Georgia";
    padding-top: 175px;
    font-weight: bold;
}
h2, h3, h4{
    font-family: "Georgia";
    font-weight: bold;
    font-style: italic;
}
h4{
    font-size: 20px;
}
#header-box{
    height: 500px;
    background-image: url("../img/blocks.jpg");
    color: white;
    font-family: "Georgia";
}
#header-box p{
    font-size: 18px;
}
.img-properties{
    background-repeat: none;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: grey;
}
#texaspic img{
    height: 500px;
    margin: auto;
}
#texastext{
    height: 500px;
}
#texastext h2, header-box h1{
    font-family: "Georgia";
    font-weight: bold;
}
#texastext p:first-of-type{
    padding-top: 150px;
    color: darkgrey;
}
#rods{
    height: 350px;
    background-image: url("../img/rods.jpg")
}
#rods h2{
    color: white;
    font-family: "Georgia";
}
#rods p{
    color: white;
}
#fb{
    background-color: blue;
    text-decoration: none;
}
.products{
    margin-bottom: 30px;
    padding: 0 75px;
    background-color: darkgray;
}
.products img{
    height: 250px;
    background color: gray;
}
.product-img{
    background-color: tan;
}
.product-text{
    background-color: pink;
}
.shop{
    background-color: rgb(145, 160, 92);
    border: none;
    padding: 5px 10px;
    font-weight: bold;
    color: white;
}
.fb{
    height: 60px;
    padding-top: 10px;
}
.fb button {
    font-style: "Open Sans";
    padding: 10px 15px;
    border: none;
    background-color: #3b5998;
    color: white;
    font-weight: bold;
    font-size: 15px;
    transition: color .2s ease-out, background .2s ease-in;
    border-radius: 10px;
}
.fb button:hover {
    background-color: #3a4543;
}
/*tablet*/
@media(min-width: 768px) and (max-width: 991px){  
}

@media(min-width: 992px){
    #rods h2{
        padding-top: 125px;
    }
}
/*everything looks good in a loading forms, so im not sure what to query*/