.title { 
      width:100%;
      text-align: center;
    font-size:2.5vw;
    color: black;font-family: 'Raleway', sans-serif;
     line-height: 1.5em;
     text-shadow: 2px 2px 2px #000;
     line-height: 1.5em;
     text-shadow: 2px 2px 2px #000;
     color: grey;
     padding-top: 50px;
        }

body{

  margin:0px;

}

#grass{
    
    width: 100%;
    height: auto;
}


#navbar {
  overflow: hidden;
  background-color: #333;
}

#navbar a:hover {color:darkgrey;}


/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  width:30%;
    font-family: sans-serif;
}

body{
    background:#f5f5f0;
}


.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}


.freecontactform {
  margin:0 auto;
  margin-top:30px;
width: 460px;
font-family: arial;
border: 1px solid #AAA;
padding:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color: lightgrey;
}
.freecontactformheader {
font-size:18px;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
text-align:center;
}
.freecontactformmessage {
text-align:center;
padding-bottom:10px;
}
.freecontactform td {
padding:4px;
font-size:12px;
margin:0 auto;
}
.freecontactform p {
padding:4px;
}
.freecontactform label {
padding:4px;
}
.freecontactform label {
padding-right:10px
}
.required {
font-weight:bold;
}
.required_star {
font-weight:bold;
color:#F00;
}
.not-required {
font-weight:normal
}
.antispammessage {
padding:10px;
border-top:1px solid #AAA;
border-bottom:1px solid #AAA;
font-weight:bold
}
.antispamquestion {
font-weight:normal;
}


@media screen and (max-width:900px) { 

#navbar a{width:100%;

        }

    }
