/* rothrock irrigation and drainage */
html {
    background-color: rgb(250, 232, 210);;
    font-family: "Gelasio", serif;
    color:rgb(94, 78, 39);
    text-align: center;
    
}
ul {
   list-style-type: square;
   list-style-position: inside;
   font-weight: bolder;
   font-size:17px;
}
address {
    font-size: 18px;
    font-weight: bolder;
}

p{
    font-style: italic;
    font-size: 18px;
    font-weight: bolder;
}
h2 {
    position: static;
    font-style: italic;
    font-weight: bolder;
}
img{
    width:150px;
    height:150px;
    position:absolute;
    top: 0;
    left: 0;
}
p2 {
    font-size: 18px;
}
p3
{
    font-weight:bold;
    font-size: 19px;
}
h4{
    font-size: 17px;
}
form{
    display: block;
}
div {
    text-align: center;
    
}
a {
    text-decoration: none;
    color: rgb(94, 78, 39);
    font-weight: bolder;
    font-size: 17px;
    padding-inline: 13px;
    
}
a:hover {
    color: rgb(77, 170, 131);
    transition: color 1.2s ease;
}

menu {
    font-weight: bolder;
    font-size: larger;
}
.container {
     width: 50%; 
    margin: 0 auto;
    font-size: 18px;
}
@media screen and (max-width: 481px)
    {
        html{
            font-size: 5vw;
        }
        .container {
            width: 75%; 
            margin: 0 auto;
            font-size: 19px;
        }
        img {
            position:static;
            
        }
    }

