/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }


  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: Georgia, sans-serif;
      background-image: url('../img/clouds.jpg');
      background-size: 100% 100%
    }

    .container {
      width: 989px;
      margin: 0 auto;

    }

    .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }

  .fa:hover {
  opacity: 0.7;
    } 


    .topnav {
  overflow: hidden;
  background-color: #333;
    }

    .topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 20px 28px;
  text-decoration: none;
  font-size: 19px;
    }

    .topnav a:hover {
  background-color: #ddd;
  color: black;
    }

    .topnav a.active {
  background-color: #176666;
  color: white;
    }
    
  .ol, .ul {
  list-style: none;
  }

     .floated-image {
      float: center;

     }

    .footer {
      text-align: center;
    }

        .fixed {
      position: fixed;
      bottom: 0;
      right: 0;
     }

input[type=text], select, textarea {
  width: 100%;
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical
}

input[type=submit] {
  background-color: #176666;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div.transbox {
  margin: 30px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

div.transbox p {
  margin: 5%;
  font-weight: normal;
  font-family: Georgia, sans-serif;
  color: #000000;
  line-height: 2
}
