body {
   font-family: 'Libre Baskerville', serif;
   font-size: 24px;
   color: #fff;
}

p {
   text-align: center; 
   line-height: 1.6;
}

.grid-options p {
    width: 80%;
    margin: 0 auto;
}

.contact address {
    text-align: left;
}

.contact p, .fax, .phone {
    background: #ae8b51;
    width: 80%;
    padding: 10px;
    text-align: right;
    margin-bottom: 10px;
}

.contact a:hover {
    color: black;
}

h1 {
    font-size: 60px;
    text-align: center;
    line-height: 1.6;
}

.contact-us h1 {
    font-size: 48px;

}

h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
}

.grid-options h2 {
    margin-bottom: 30px;
}

a {
  text-decoration: none;
  color: white
}

a:hover {
    color: #999;
}

address {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;    
}

label {
    color: white;
}

input[type="submit"] {  
    display: block;
    width: 50%;
	margin: 0 auto;
    padding: 10px 5px;
    font-family: 'Libre Baskerville', serif;
   font-size: 24px;
   background-color: #442f0c;
   border: none;
   color: white;
} 

input[type="text"], textarea {
    font-size: 24px;
}


@media only screen and (max-width: 900px){

    .contact address {
    text-align: center;
    }

    .contact p, .fax, .phone {
    background: #ae8b51;
    width: 90%;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    
    }

}