/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("http://fonts.googleapis.com/css?family=Noto+Sans:400,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
	   color: #0033CC;
       text-decoration: none;
       -webkit-transition: color .3s ease-in; 
       -moz-transition: color .3s ease-in;
       -o-transition: color .3s ease-in;   
       transition: color .3s ease-in;
       font-weight: 500;
}       

     a:hover {
          color: red;
     }  

	 
a:active, a:hover {
  outline: 0; }

  aside  { 
  width:80%
  margin-right:auto;
  margin-left:auto;
  font-size:.8em
  background:#eeff99;
  padding:20px;
  border:1px solid #696;
  border-radius:10px;
    }
  
  
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {

  box-sizing: border-box;
  background: #151515;
  height: 100%;
  width: 100%; }


        
                   .TextWrap {
                             float: right;
                             margin-top: 10px;
                             margin-left: 10px;
                             margin-bottom: 10px;
							 box-shadow:3px 3px 5px 1px #cccccc;
                             clear: left
                                  }

                  .TextWrapLeft {
                             float: left;
                             margin-top: 10px;
                             margin-right: 10px;
                             margin-bottom: 10px;
							 box-shadow:3px 3px 5px 1px #cccccc;
                             clear: right;
                                  }


  



#wrapper {
  height: 100%;
  width: 100%;
  overflow: auto;
}
body {
  font-family: "Noto Sans", Helvetica, sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #333; }

*, *:before, *:after {
  box-sizing: inherit; }

.infobox {
  margin: auto;
  position: absolute;
  top: 20%;
  top: calc(50% - 100px);
  width: 100%;
  left: 0;
  padding: 10px; }

.register {
  display: block;
  position: relative;
  width: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }
  .register .email {
    display: block;
    width: 100%; }
  .register .zip {
    width: 100%; }
  .register input {
    outline: none;
    float: left;
    margin-right: 5px;
    display: inline-block;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    box-shadow: none; }
    .register input:focus {
      border: 1px #F5F5F5; }
  .register .submit {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    width: 100%;
    color: white;
    text-align: center;
    background: #26A25A; }
    .register .submit:hover {
      background: #27ae60; }
    .register .submit:active {
      background: #26A25A; }

#downarrow {
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -16px;
  opacity: 0.5;
  outline: none; }

.notification {
  height: 30px;
  line-height: 30px;
  color: white;
  text-align: center;
  margin-top: 10px;
  font-size: 3.5vw;
  display: none; }

.say {
  text-align: center;
  display: block;
  width: 100%;
  color: #FFF; }

@media screen and (max-width: 599px) {
  .infobox {
    top: calc(50% - 100px); }

  .infobox .say {
    font-size: 4.8vw; }

  .email, .zip {
    margin-bottom: 5px; } }
@media screen and (min-width: 600px) {
  .notification {
    font-size: 18px;
    display: none; }

  .infobox {
    margin: auto;
    position: absolute;
    top: calc(50% - 100px);
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 160px; }

  .say {
    font-size: 30px; }

  .register {
    display: block;
    position: relative;
    width: 570px;
    overflow: auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
    .register .email {
      width: 300px; }
    .register .zip {
      width: 100px; }
    .register input {
      outline: none;
      float: left;
      margin-right: 5px;
      display: inline-block;
      height: 50px;
      padding-left: 15px;
      padding-right: 15px;
      border: 0;
      box-shadow: none; }
      .register input:focus {
        border: 1px #F5F5F5; }
    .register .submit {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      display: inline-block;
      cursor: pointer;
      height: 50px;
      line-height: 50px;
      width: 150px;
      color: white;
      text-align: center;
      background: #26A25A; }
      .register .submit:hover {
        background: #27ae60; }
      .register .submit:active {
        background: #26A25A; } }
#main {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px; }
  #main nav {
    color: white;
    width: 100%;
    height: 70px;
    font-size: inherit;
    line-height: 50px; }
    #main nav ul {
      padding: 0;
      margin: 0;
      list-style: none;
      height: 100%;
      float: right; }
      #main nav ul a {
        color: white; }
      #main nav ul li {
        margin: 0;
        padding: 0;
        display: inline-block; }
        #main nav ul li:hover {
          text-decoration: underline; }
    #main nav #logo {
      float: left;
      display: inline-block;
      font-size: 28px; }

#information {
  overflow: auto; }
  #information article {
    padding: 20px;
    opacity: 1;
    background: #faebd0;
    border-bottom: 1px solid #F0F0F0; }
    #information article h2 {
      margin-top: 0; }
