/**
 * Masthead
 * -------------------------------------------------------------------------- */
html {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.masthead {
	position: relative;
	min-width: 720px;
	color: #000;
}
.masthead-video {
    z-index: 0;
	width:400px;
}
.masthead-overlay {
    background-color: #000;
    opacity: 0.0;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%;
    height: 100%;
}
.masthead-video-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding-right: 10px;
    bottom: 10px;
    text-decoration: none;
    text-align: right;
    line-height: 1.5;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.masthead-video-credit span {
    display: block;
}
.masthead-video-credit:hover {
    opacity: 1;
}
.masthead-arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.4;
}
h1 {
    left: 0%;
    position: absolute;
    width: 100%;
    text-align: left;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: 0% 0% 0% 20%;
    color: #fff;
}
h1 span {
    position: absolute;
    left: 1%;
    width: 64%;
    display: block;
    font-weight: 400;
    padding-left: 13%;
    opacity: 0.9;
}

h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 13px;
    color: #fff;
}
p {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 14px;
	color: #CCCCCC;
	letter-spacing: -0.02em;
	font-weight: 400;
	line-height: 1.6;
}
a {
	color: #666666;
	text-decoration: none;
}
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
ol li {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
    color: #414141;
    letter-spacing: -0.02em;
    font-weight: 400;
    line-height: 1.6;
    padding-left: 60px;
}
ol li:after {
    position: absolute;
    top: 3px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    background-color: #353535;
}
ol li:nth-child(1):after {
    content: '1';
}
ol li:nth-child(2):after {
    content: '2';
}
ol li:nth-child(3):after {
    content: '3';
}
ol li:nth-child(4):after {
    content: '4';
}
code {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    background: #f7f7f7;
    padding: 4px;
    border-radius: 6px;
    font-size: 0.9em;
}
pre {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 14px;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    line-height: 1.4;
}
pre .s {
    color: #d14;
}
pre .na {
    color: #008080;
}
pre .nt {
    color: #000080;
}
pre .s {
    color: #d14;
}
pre .nc {
    color: #445588;
}
pre .m {
    color: #009999;
}
.content {
    padding-top: 60px;
}
.container {
    margin: auto;
    width: 720px;
}
footer {
    text-align: center;
	height:80px;
	background-color:#000;
}
footer hr {
    margin: 0;
    border: none;
    border-top: 1px solid #ddd;
}

input[type="text"], input[type="email"]{
	width: 500px;
	font-size:18px;
	height: 30px !important;	
}

.button {
   border-top: 1px solid #8f8f8f;
   background: #858585;
   background: -webkit-gradient(linear, left top, left bottom, from(#7d7d7d), to(#858585));
   background: -webkit-linear-gradient(top, #7d7d7d, #858585);
   background: -moz-linear-gradient(top, #7d7d7d, #858585);
   background: -ms-linear-gradient(top, #7d7d7d, #858585);
   background: -o-linear-gradient(top, #7d7d7d, #858585);
   padding: 9px 18px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 17px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #8a8a8a;
   background: #8a8a8a;
   color: #ffffff;
   }
.button:active {
   border-top-color: #bdbdbd;
   background: #bdbdbd;
   }

@media screen and (min-widht: 1920px){
	h1 {
		left:20%;
		position: absolute;
		width: 100%;
		font-size: 150px;
		text-align: left;
		line-height: 1;
		top: 0;
		bottom: 0;
		margin: auto;
		color: #fff;
	}
	
}