/*   
Theme Name: Nick Sampsell (Coming Soon)
Theme URI: http://nicksampsell.com
Description: Temporary nameplate for Nick Sampsell.com
Author: Nick Sampsell
Author URI: http://nicksampsell.com
Version: 5.0
*/

@-webkit-keyframes nav-1 {
  /* line 4, ../sass/_animation.scss */
  50% {
    background: #69d2e7;
  }
}

@-moz-keyframes nav-1 {
  /* line 9, ../sass/_animation.scss */
  50% {
    background-color: #69D2E7;
  }
}




@-webkit-keyframes nav-2 {
  /* line 14, ../sass/_animation.scss */
  50% {
   background-color: #FF9D00;
  }
}

@-moz-keyframes nav-2 {
  /* line 19, ../sass/_animation.scss */
  50% {
    background-color: #FF9D00;
  }
}

@-webkit-keyframes nav-3 {
  /* line 24, ../sass/_animation.scss */
  50% {
    background-color: #FA6900;
  }
}

@-moz-keyframes nav-3 {
  /* line 14, ../sass/_animation.scss */
  50% {
    background-color: #FA6900;
  }
}

@-webkit-keyframes nav-4 {
  /* line 24, ../sass/_animation.scss */
  50% {
  background-color: #e0e4cc;
  color: #212121;
  }
}

body
{
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
  font-size: 100%;
}
header
{
	width: 100%;
	height: 130px;
	background-color: #212121;
	position: absolute;
	top: 50%;
	margin-top: -75px;
}
.container
{
	width: 1024px;
	margin: auto;
  height: 100%;
  overflow-y: auto;
  display: flex;
}

header #logo {
  display: block;
  width: 400px;
  height: auto;
  font-family: 'Amatic SC', cursive;
  font-weight: bold;
  float: left;
  font-size: 2em;
  position: relative;
  word-spacing: 5px;
  text-decoration: none;
  text-align: right;
  padding-top: 10px;
  line-height: 50px;
  vertical-align: middle;
  box-sizing: border-box;
}

header #logo:hover span {
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
}

header #logo span.logo_1 {
  color: #a8a8a8;
}

header #logo:hover span.logo_1 {
  color: #69d2e7;
}

header #logo span.logo_2 {
  color: #c1c1c1;
}

header #logo:hover span.logo_2 {
  color: #a7dbd8;
}

header #logo span.logo_3 {
  color: #d8d8d8;
}

header #logo:hover span.logo_3 {
  color: #e0e4cc;
}

header #logo span.logo_4 {
  color: gray;
}

header #logo:hover span.logo_4 {
  color: #ff9d00;
}

header #logo span.logo_5 {
  color: #929292;
}

header #logo:hover span.logo_5 {
  color: #f38630;
}

header #logo span.logo_6 {
  font-size: 40px;
  position: absolute;
  right: 0px;
  top: 60px;
  color: #7d7d7d;
}
header #logo:hover span.logo_6 {
  color: #fa6900;
}

ul
{
height: 100%;
margin: 0px;
padding: 0px;
list-style-type: none;
display: flex;
align-items: stretch;
}

header li {
  background-color: #212121;
  margin: 0;
  padding: 0;
}
li#logo
{
	width: auto;
	margin-right: 30px;
}
header li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-family: 'Amatic SC', cursive;
  text-decoration: none;
  font-size: 2em;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  padding: 20px 20px 0 20px;
    font-weight: bold;
    box-sizing: border-box;
}
/* line 120, ../sass/_header.scss */
header li a:hover {
  color: #FFF;
  text-decoration: none;
}
/* line 126, ../sass/_header.scss */
header li a i {
  font-size: 50px;
  display: block !important;
  clear: both;
  margin-bottom: 0;
}
/* line 136, ../sass/_header.scss */
header .home {
  background-color: #212121;
}
/* line 139, ../sass/_header.scss */
header .home:hover {
  background-color: #69d2e7;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
}

header li.first a
{
	background-color: none;
	-webkit-animation: nav-1 1.5s 1s ease 1;
	-moz-animation: nav-1 1.5s 1s ease 1;
}
header li.first a:hover
{
	background-color: #69D2E7;
}
.first span
{
  line-height: .5em;
}
header li.second a
{
  background-color: none;
  -webkit-animation: nav-2 1.5s 1.3s ease 1;
  -moz-animation: nav-2 1.5s 1.3s ease 1;
}
header li.second a:hover
{
  background-color: #FF9D00;
}
header li.third a
{
	background-color: none;
	-webkit-animation: nav-2 1.5s 1.3s ease 1;
	-moz-animation: nav-2 1.5s 1.3s ease 1;
}
header li.third a:hover
{
	background-color: #FF9D00;
}
header li.fourth a
{
	background-color: none;
	-webkit-animation: nav-3 1.5s 1.5s ease 1;
	-moz-animation: nav-3 1.5s 1.5s ease 1;
}
header li.fourth a:hover
{
	background-color: #FA6900;
}


/* 866-281-7905 */

.page header {
  position: static;
  top: auto;
  left: auto;
  margin-top: 0;
}

.page main
{

}
.page main .container
{
    background: #fff;
    padding: 2% 5%;
    box-sizing: border-box;
}
h1
{
  font-family: "Amatic SC", cursive;
  font-size: 3.5rem;
  margin: 0;
}
form
{
  margin: 10px;
