
      body {
        margin: 0;
        padding: 0;
      }

      #headline {
        padding: 0.8em;
        color: white;
        font-family: robotolight, helvetica, arial, sans-serif;
        background-color: black;
        background-image: url(hero.jpg);
        background-size: cover;
      }

      #headline h1 {
        font-weight: 200;
        font-size: 60px;
        line-height: 1em;
        margin-bottom: 0;
      }
        
      #headline h2 {
        font-weight: 200;
        font-size: 30px;
        margin-top: 5px;
      }

			#headline header {
			  font-weight: 600;
				font-size: 20px;
			}

      #headline #blurb {
        font-weight: 200;
        font-size: 18px;
      }

      #headline #register {
        background-color: #39b1a4;
        background-color: rgba(57,177, 164, 0.7);
        padding: 1em;
      }

      #headline #register h2 {
        font-weight: 100;
        padding: 0;
        margin: 0;
      }

      #headline #register label {
        font-size: 1.2em;
        font-weight: 200;
        padding-top: 12px;
        display: block;
      }

      #headline #register input {
        width: 100%;
        font-size: 18px;
        font-weight: 200;
        padding: 10px;
        box-sizing: border-box;
      }

      #headline #register input[type=submit] {
        background-color: hsl(8, 70%, 54%);
        color: white;
        margin-top: 20px;
        padding: 10px;
        border: none;
        box-sizing: border-box;
        font-size: 18px;
      }
			
			#status {
			font-size: 18px;
			font-weight: 200;
			margin-top: 10px;
			padding: 5px;
			text-align: center;
			font-family: roboto, sans-serif;
			}
			
			#status.success {
			background-color: hsl(120, 50%, 40%);
			}
			
			#status.error {
			background-color: hsl(0, 70%, 50%);
			}

      #section1, #section2, #section3 {
        box-sizing: border-box;
        padding: 20px;
      }

      #section1 h2, #section2 h2, #section3 h2, footer h2  {
        margin-top: 0;
        font-size: 40px
      }

      #section1 {
        background-color: white;
        font-family: Roboto, sans-serif;
        font-weight: 100;
        font-size: 18px;
      }

      #section1 h2 {
        font-weight: 300;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 20px;
      }

      #section1 h2 + p {
      }

      #section1 video {
        width: 100%;
      }

      #section2 {
        background-color: #e9e9e9;
        font-family: Roboto, sans-serif;
        font-weight: 100;
        font-size: 18px;
      }

      #section2 h2 {
        font-weight: 300;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 20px;
      }

      #section2 h2 + p {
      }

      #section2 div {
      }

      #section2 div img {
        width: 100%;
				margin: 2%;
  box-sizing: border-box;
  border-radius: 2% 2% 10% 2%;
  box-shadow: black 0px 0px 5px;
      }

      #section3 {
        background-color: #f5f5f5;
        font-family: Roboto, sans-serif;
        font-weight: 100;
        margin: auto;
      }

      #section3 h2 {
        font-weight: 300;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 20px;
      }
      #section3 div img {
        width: 100%;
				margin: 2%;
  box-sizing: border-box;
  border-radius: 50% 50%;
  box-shadow: black 0px 0px 5px;
      }


      footer {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        text-align: center;
        background-color: hsl(256, 30%, 20%);
        color: white;
        padding-bottom: 20px;
        padding-top: 20px;
      }

      thead {
        font-weight: bold;
      }

      tbody {
        text-align: center;
      }

      @media screen and (min-width: 600px) {

          /* // [START container] */
          .container {
            margin: auto;
            max-width: 800px;
          }
          /* // [END container] */
					
					/* // [START floating] */
					#headline #blurb {
  float: left; 
  font-weight: 200;
  width: 50%;
  font-size: 18px;
  box-sizing: border-box;
  padding-right: 10px;
}

#headline #register {
  float:right;
  padding: 20px;
  width: 50%;
  box-sizing: border-box;
  font-weight: 300;
}

#headline br {
  clear: both;
}
 				 /* // [END floating] */
				 
				 /* // [START borders] */
				 
#section2 div img {
  width: 30%;
				  margin: 1%;
}

					#section3 #text {
  float: left; 
  width: 70%;
  box-sizing: border-box;
  padding-right: 20px;
}

#section3 div img {
  float: right;
  width: 30%;
  box-sizing: border-box;
  font-weight: 300;
	margin: 0%;
}

#section3 br {
  clear: both;
}
				 /* // [END borders] */
				 
				 
				 /* // [START footer] */
				 
				 footer {
				 text-align: left;
				 }
				 /* // [END footer] */



@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoitalic';
    src: url('fonts/roboto-italic-webfont.woff2') format('woff2'),
         url('fonts/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}