html {
    background: url(../images/background-lime.jpg) top center no-repeat black;
}

body {
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div, p {
    font-size: 14px;
}

a {
    color: #b4f117;
    outline: none;
    text-decoration: none;
}

input, button, textarea {
    outline: none;
    vertical-align: middle;
}

textarea {
    background: black;
    border: 1px solid #3d565b;
    color: #6b848a;
    font-size: 12px;
    font-weight: bold;
    line-height: normal !important;
    margin: 0;
    padding: 8px 10px;
    width: 300px;
    height: 100px;
    
}

h1, h2, h3, h4, h5 {
    color: #b4f117;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 21px;
}

textarea {
    resize: none;
}

input[type="text"] {
    background-color: black;
    border: 1px solid #3d565b;
    color: #6b848a;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: normal !important;
    margin: 0;
    padding: 8px 10px;
    width: 300px;
}

input[type="submit"], input[type="button"], #signup-btn, #contact-submit, #btn-close, #contact-btn {
    background: #e3fd9e;
    border: 1px solid #e3fd9e;
    color: black;
    display: inline block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    line-height: normal !important;
    margin: 0;
    padding: 7px 0;
    text-align: center;
    vertical-align: middle;
    width: 66px;
}

input[type="submit"]:hover, input[type="button"]:hover, #signup-btn:hover, #contact-submit:hover, #btn-close:hover, #contact-btn:hover {
    background: #b4f117;
    border: 1px solid #b4f117;
}

input:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(82, 168, 236, 0.6);
}

input.error, textarea.error {
  border-color: rgba(255, 0, 0, 0.8) !important;
  color: red !important;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 20px rgba(255, 0, 0, 0.6);
}

#container {
    width: 100%;
}

#countdown {
    color: #b4f117;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 70px;
}

#countdown span {
    color: white;
    font-size: 40px;
}

#header-container {
    background: url(../images/diagonal-lines.png);
    border-bottom: 1px solid black;
    height: 215px;
}

#social {
  height: 50px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 980px;
}

#header {
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 980px;
}

#message h1 {
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 0;
    margin: 20px 0;
}


.clear {
    clear: both;
}

.first {
    margin-left: 0 !important;
}
