/* 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
    =========================================*/

    @viewport {
      width: device-width ;
      zoom: 1.0 ;
    }

    @-ms-viewport {
      width: device-width ;
    }

    .container {
      max-width: 1500px;
      background: white;
      margin: 0 auto;
      padding: 10px;
      height: 100%;
    }

    header {
      background-color: #005b96;
      padding: 20px;
      border: solid 1px black;
      text-align: center;
      height: 100%;
    }

    footer {
      background-color: #005b96;
      padding: 20px;
      border: solid 1px black;
      text-align: center;
      height: 100%;
    }

    footer p {
      color: white;
    }

    body {
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      align-content: center;
      height: 100%;
      width: 100%;
    }

    .column {
      float: left;
      width: 25%;
      padding: 10px;
    }

    .row {
      content: "";
      display: table;
      clear: both;
    }

    .projectolumn {
      float: left;
      width: 50%;
      padding: 10px;
    }

    .projectrow {
      content: "";
      display: table;
      clear: both;
    }

    .maincolumn {
      float: left;
      width: 33%;
      padding: 10px;
      background-color: #f0f5f5;
      text-align: center;
    }

    .mainrow {
      content: "";
      display: table;
      clear: both;
      padding-bottom: 20px;
    }

    .othercolumn {
      float: right;
      width: 40%;
      padding-right: 50px;
    }

    .otherrow {
      content: "";
      display: table;
      clear: both;
    }

    #homemain {
      border: solid 1px #ccc;
      border-radius: 5px;
      color: #202020;
      margin: 20px 0;
      background: url(http://www.geocities.ws/elysewolf/img/homebackground.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 40px;
    }

    #servicesmain {
      border: solid 1px #ccc;
      border-radius: 5px;
      color: #202020;
      margin: 20px 0;
      background: url(http://www.geocities.ws/elysewolf/img/homebackground.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 40px;
    }

    #othermain {
      border: solid 1px #ccc;
      border-radius: 5px;
      color: #202020;
      margin: 20px 0;
      background-color:#f0f5f5;
      padding: 40px;
    }

    #project {
      color: #202020;
      margin: 20px 0;
      background-color:#f0f5f5;
      padding: 10px;
    }

    #testsmain {
      border: solid 1px #ccc;
      border-radius: 5px;
      color: #202020;
      margin: 20px 0;
      background-color:#f0f5f5;
      padding: 40px;
    }

    #servicesmain h2 {
      font-family: 'Bree Serif', serif;
      font-size: 35px;
      color: #011f4b;
      background-color: #f0f5f5;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      margin-left: 200px;
      margin-right: 200px;
      text-align: center;
    }

    .sidenav-column {
      float: left;
      width: 20%;
    }

    .testimonials-column {
      float: left;
      width: 80%;
      text-align: center;
    }

    .testimonials-row:after {
      content: "";
      display: table;
      clear: both;
    }

    .logo {
      text-align: left;
      padding-left: 150px;
    }

    #main {
      color: #202020;
      margin: 0 auto;
      padding: 5px;
      text-align: center;
      border: solid 1px #ccc;
      border-radius: 5px;
      background-color: #f0f5f5;
    }

    #license {
      align-items: center;
    }

    .page-heading {
      margin: auto;
      width: 50%;
    }

    .project-list li {
      list-style-type: square;
    }

    h1 {
      font-family: 'Bree Serif', serif;
      font-size: 50px;
      color: #FFFFFF;
      display: inline-block;
      float: right;
      text-align: center;
      padding-right: 150px;
      padding-top: 80px;
    }

    h2 {
      font-family: 'Bree Serif', serif;
      font-size: 35px;
      color: #011f4b;
      background-color: #f0f5f5;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      padding: 15px;
      margin-right: -20px;
      text-align: center;
    }

    h3 {
      font-family: 'Bree Serif', serif;
      font-size: 30px;
      color: #011f4b;
      font-weight: bold;
      text-align: center;
    }

    h3 a {
      color: #011f4b;
      text-decoration: none;
    }

    h3 a:hover {
      text-decoration: underline;
      background-color: darkblue;
      color: white;
    }

    h4 {
      font-family: 'Bree Serif', serif;
      font-size: 25px;
      font-weight: bold;
      color: #011f4b;
    }

    .bordered-image {
      border: solid 1px #444;
      border-radius: 2px;
    }

    .footer-image {
      border: solid 1px #444;
      border-radius: 2px;
      float: right;
    }

    .example-image {
      border: solid 1px #444;
      border-radius: 2px;
      height: 350px;
      max-width: 100%;
      float: center;
    }

    iframe {
      display: block;
      margin: 0 auto;
      border: 0;
    }

    table {
      margin: 0 auto;
    }

    th {
      height: 50px;
    }

    td {
      height: 30px;
    }

    .table {
      background-color: #f0f5f5;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
    }

    .footer {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center;
    }

    .nav {
      border:2px solid #ccc;
      border-width: 2px 0;
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 30px;
    }

    .nav li {
      display: inline;
      color: white;
    }

    li a:hover:not(.active) {
      background-color: #111;
    }

    .footer a {
      color: white;
    }

    .nav a {
      display:inline-block;
      padding:10px;
      color: white;
    }

    .sidenav {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 200px;
      background-color: #f0f5f5;
      border: 1px solid #555;
    }

    .sidenav li a {
      display: block;
      color: #000;
      padding: 8px 16px;
      text-decoration: none;
    }

    .sidenav li a:hover {
      background-color: #555;
      color: white;
    }

    .contactform {
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
    }

    #contactus input[type="text"],
    #contactus input[type="email"],
    #contactus input[type="tel"],
    #contactus input[type="url"],
    #contactus select,
    #contactus textarea,
    #contactus button[type="submit"] {
      font: 400 20px/24px "Roboto", Helvetica, Arial, sans-serif;
    }

    #contactus {
      background: #F9F9F9;
      padding: 5px;
      margin: 100px 0;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }

    #contactus h2 {
      display: block;
      margin-bottom: 10px;
      font-size: 35px;
      color: #011f4b;
      text-align: center;
      background-color: #F9F9F9;
      margin-right: 20px;
    }

    #contactus h3 {
      display: block;
      font-size: 30px;
      font-weight: 300;
      margin-bottom: 10px;
    }

    fieldset {
      border: medium none !important;
      margin: 0 0 10px;
      min-width: 100%;
      padding: 0;
      width: 100%;
    }

    #contactus select {
      width: 25%;
      min-height: 40px;
    }

    #contactus input[type="text"],
    #contactus input[type="email"],
    #contactus input[type="tel"],
    #contactus textarea {
      width: 100%;
      border: 2px solid #ccc;
      background: #FFF;
      margin: 0 0 5px;
      padding: 10px;
    }

    #contactus input[type="text"]:hover,
    #contactus input[type="email"]:hover,
    #contactus input[type="tel"]:hover,
    #contactus input[type="text"]:hover,
    #contactus textarea:hover {
      -webkit-transition: border-color 0.3s ease-in-out;
      -moz-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out;
      border: 1px solid #aaa;
    }

    #contactus textarea {
      height: 100px;
      max-width: 100%;
      resize: none;
    }

    #contactus button[type="submit"] {
      cursor: pointer;
      width: 100%;
      border: none;
      background: #005b96;
      color: #FFF;
      margin: 0 0 5px;
      padding: 10px;
      font-size: 20px;
    }

    #contactus button[type="submit"]:hover {
      background: #43A047;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out;
    }

    #contactus button[type="submit"]:active {
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    }

    #contactus input:focus,
    #contactus textarea:focus {
      outline: 0;
      border: 1px solid #aaa;
    }

    ::-webkit-input-placeholder {
      color: #888;
    }

    :-moz-placeholder {
      color: #888;
    }

    ::-moz-placeholder {
      color: #888;
    }

    :-ms-input-placeholder {
      color: #888;
    }
