html, body { padding: 0 0 0 0;
             margin: 0 0 0 0 ;
             color: cadetblue;
           }


 main {
         padding-top: 1em;
         background-image: url('../images/glen_yard.jpg');
         background-repeat:no-repeat;
         background-position: top center;
         background-size: 50% auto;
        /*background-size: 100%;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 600px;
       }

main > .container { padding: 60px 15px 0 ;
                  }

.masthead { font-size: 90%;
            color: red;
          }

.masthead h1 { font-size: 90%;
             }

.masthead h2 { font-size: 90%;
             }

.masthead h3 { font-size: 90%;
               font-style: italic;
             }

.subhead h2 {
           background-color: red;
           color: #333333;
           font-family: sans-serif;
	   font-weight: 600;
         }
