/* 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;
  }
  .main-image {
    line-height: 1;
    background-image: url("https://i.imgur.com/POWArVy.jpg");
    background-color: #cccccc;
    height: 1000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .main-text {
    text-align: center;
    text-shadow: 3px 3px 4px black;
    font-family: 'Montserrat', sans-serif,900;
    font-weight: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: White;
  }

  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    margin-left: 5%
  }
  table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0;
  }
  iframe {
    margin-left: 25%
  }
.sub-image {
    line-height: 1;
    background-image: url("https://i.imgur.com/POWArVy.jpg");
    background-color: #cccccc;
    text-shadow: 3px 3px 4px black;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .sub-text {
    text-align: center;
    font-family: 'Montserrat', sans-serif,900;
    font-weight: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: White;
  }

.bodytext {
  padding: : 100px;
  text-indent: 50px;
}
.form {
  margin-left: 100px;
  margin-right: 1000px;
  border: 2px solid black;
}


/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      margin: 0;
      margin-top: 0;

    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
    }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #2B60DE;
}

li {
  float: left;
}

li a {
  text-shadow: 3px 3px 4px black;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}
.active {
  background-color: #4CAF50;
}
