/* BODY */
html, body {
	margin:0;
	padding:0;
}
h1 { 
	font-size: 65px;
	font-weight: 400;
	margin: 0px;
	text-transform: uppercase;
	font-family:'Montserrat',Arial,sans-serif;
	text-align:center;
}
h2 { 
	font-size: 26px; 
	color: #404141;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0px;
	text-transform: uppercase;
	text-align:center;
}
h3 { 
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing:1px;
}
h4 { 
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing:1px;
}
a {
	text-decoration: none; 
	color: #4cddf3;
}
a:hover {
	text-decoration: underline; 
}
a:visited {
	text-decoration: none;
	color: #4cddf3;
}
a:active {
	text-decoration: underline; 
	color: orange;
}
.container {
	background:url('https://unsplash.com/photos/YG_Fxyqz9xg/download') bottom center no-repeat fixed;
	width:100%;
	height:100%;
	position: absolute;
}
.hello {
	font-family:Georgia;
	font-size:18px; 
	font-style:italic; 
	color:#fff;
	margin-bottom:20px;
	text-shadow: 1px 1px 1px #000;
}
.get-started {
	margin-top:30px;
}
.get-started a {
	font-family: 'Open Sans',Arial,sans-serif;
	font-size: 14px; 
	padding: 11px 25px; 
	margin: 40px auto; 
	position: relative; 
	color: #fff; 
	border: 2px solid #4cddf3; 
	font-weight: 70; 
	text-transform: uppercase; 
	letter-spacing: 2px;
	border-radius: 5px;
    transition: all 0.2s ease-out 0s;
}
.get-started a:hover {
	color: #4cddf3;
	border: 2px solid #fff; 
	text-decoration: none;
}
.content {
	max-width: 1080px;
	width: 100%;
	height:100%;
	font-family: 'Open Sans',Arial,sans-serif;
	margin: 0 auto;
	position:relative;
	z-index:10;
	padding: 90px 0;
}
.content p {
	color:#777;
	font-family:'Open Sans',Arial,sans-serif;
	font-size: 17px;
	font-weight: 300;
}
.content-full {
	max-width: 100%;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans',Arial,sans-serif;
	margin: 0 auto;
	position: relative;
}
.overlay {
    -moz-user-select: none;
    background: url("overlay.png") repeat scroll 0 0 transparent;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.fact {
	font-size:60px;
	font-family: 'Open Sans',Arial,sans-serif;
	font-weight:300;
	text-align:center;
}
.social-links {
	list-style-type: none;
	padding: 0;
}
.social-links li {
	margin: 0 0 0 2px;
	padding: 0;
	width: 32px;
	height: 32px;
	display: inline-block;
	overflow: hidden;
	font-size: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.social-links__small li {
	width: 24px;
	height: 24px;
	font-size: 14px;
	margin-left: 5px;
}
.social-links li a {
	/* background: rgba(143,143,143,.4); */
	text-decoration: none;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.social-links__small li a {
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.link-twitter a {
	background: #33ccff;
}
.link-facebook a {
	background: #3b5998;
}
.link-google a {
	background: #bd3518;
}	
.link-pinterest a {
	background: #cb2027;
}	
.link-linkedin a {
	background: #007bb6;
}
.link-instagram a {
	background: #925e4a;
}
.link-youtube a {
	background: #e92928;
}

.link-twitter a:hover {
	background: #47e0ff;
}
.link-facebook a:hover {
	background: #4f6dac;
}
.link-google a:hover {
	background: #d1492c;
}	
.link-pinterest a:hover {
	background: #df343b;
}	
.link-linkedin a:hover {
	background: #148fca;
}
.link-instagram a:hover {
	background: #a6725e;
}
.link-youtube a:hover {
	background: #fd3d3c;
}
.social-links li a:hover {
	color: #fff;
}
form {
	margin: 20px;
}
input, textarea { 
	background: #fafafa; 
	border-color: #aaa #ddd #ddd #aaa; 
	border-style: solid; 
	border-width: 1px; 
	color: #444; 
	font-size: 14px;
	width: 400px; 
}

input, textarea { 
	font-family: 'Open Sans',Arial,sans-serif;
	padding: 8px 6px; 
}
input[type="submit"] {
	cursor: pointer;
	background: none repeat scroll 0 0 #4cddf3;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat",Arial,sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    padding: 3px 30px;
    text-transform: uppercase;
    transition: all 0.2s ease-out 0s;
}
input[type="submit"]:hover {
	cursor: pointer;
	background: none repeat scroll 0 0 #f7f7f7;
    color: #555;
    transition: all 0.2s ease-out 0s;
}
/* Success Message */
.message {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px 5px 10px 45px;
	position:relative;
	margin:0 0 15px 0;
}
.message span {
	display:block;
}
.message.success {
	color:#1c8400;
	border:#b4e8aa solid 1px;
	background:#e9f9e5 url("success.png") 10px 50% no-repeat;
}