/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
  nav {
  width: 100%;
  height: 100px;
    
  }
  ul {
    margin-top: 0;
    margin-left: 100px;
  }
  ul li {
    list-style: none; 
    display:inline-block;
    line-height: 50px;
  }
  ul li a {
    display: block;
    text-decoration: none;
    font-size: 25px;
    font-family: serif;
    color: white;
    padding: 30px 50px;
  }
  ul li a:hover {
    color: red;
  }
  body{
    margin: 0px;
    background-image: url(../img/backback.jpg);
    padding: ;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .container {
    color: #FFF0F3;
    font-family: sans-serif;
    text-align: center;
    position: relative;
    min-height: 100vh;
  }
   
  footer { 
      font-size: 20px;
      text-align: center;
      position: relative;
      color: #051501;
      bottom: 0;
      width: 100%;
      height: 2.5rem;
    }
  .about {
    color: #FFF0F3;
    padding-top: 0;
    margin-bottom: 80px;
    width: 80%;
    margin-left: 130px;
    padding-bottom: 2.5rem;
    font-size: 14pt;
    text-align: center;
    align-content: center;
    word-spacing: 3px;
    word-wrap: break-word;
  }
  .contact {
    color: #FFF0F3;
    padding-bottom: 2.5rem;
    font-size: 22pt;
    float:right;
    width:50%;
    word-wrap: break-word;
  }
  .menu {
    padding-top: 150px;
    padding-bottom: 2.5rem;
    font-size: 14pt;
    float:right;
    width:50%;
    word-wrap: break-word;
  }
  .map {
    margin-right: 40px;
  }
  
  .find {
    padding-top: 150px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 190px;
    font-size: 18pt;
    color: white;
    text-align: center;
    width:600px;
    word-spacing: 3px;
    word-wrap: break-word;
  }
  .form {
    color: #FFF0F3;
    font-size: 22pt;
    text-align: left;
    padding-left: 110px;
  }
  input[type="text"] {
    color: black;
    font-size: 14pt;
    border:  1;
    padding: 2px;
    background: #B8B8B8;
    
  }
  textarea[type="textarea"] {
    color: black;
    border:  1;
    padding: 10px 20px;
    background: #B8B8B8;
    
  }
  input[type="submit"] {
    color: black;
    border-radius: 10px;
    border: 0 none;
    padding: 10px 30px;
    background: #727677;
    cursor: pointer;
  }
  #map {
    padding-top: 150px;
    padding-bottom: 2.5rem;
    font-size: 14pt;
    float:right;
    width:50%;
    word-wrap: break-word;
  }