/* Did our CSS Impress you? That's cute <3 */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

html {
	background-color: #F6F9FD;
	color: #6D6D72;
	margin-right: auto;
	margin-left: auto;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto;
}


/* Typography */

strong {
	font-weight: bold;
}

p {
	font-size: 20px;
	max-width: 650px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 23px;
}

h1 {
	font: bold 64px Roboto;
}

h2 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 25px;
}

h3 {
	font-size: 36px;
	font-weight: bold;
}

a {
	color: #4A90E2;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}


/* Everything */

.hero {
	background: url(../images/bg.jpg) scroll #D0011B;
	background-size: cover;
	color: #ffffff;
	height: 630px;
	right: 0;
	left: 0;
	padding-top: 40px;
	
	min-width: 1140px;
}

.threeblock {
	display: inline-block;
	margin-top: 30px;
	width: 33%;
	vertical-align: top;
}

.followlabel {
	/*transition: all 0.5s ease;*/
	    border: 2px solid #6D6D72;
	    border-radius: 10px;
	    font-size: 30px;
	    text-transform: uppercase;
	    font-weight: normal;
	    padding: 12px 18px;
	    margin-right: 10px;
}

.followlabel::after {
	content:'Follow';
	/*transition: all 0.5s ease;*/
}

.followlabel:hover::after {
	content:'Unfollow';
	/*transition: all 0.5s ease;*/
}

.header.centered {
	min-width: 1140px;
	max-width: 1260px;
	padding: 40px;
	clear: left;
	margin-right: auto;
	margin-left: auto;
}

.centered {
	text-align: center;
}

.content {
	margin: 60px auto;
	min-width: 1140px;
	max-width: 1260px;
	//margin: 400px auto;
	padding-right: 40px;
	padding-left: 40px;
}

.centered p {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.circle1 {
	width: 390px;
	height: 390px;
	border: 2px solid #4A90E2;
	border: 2px solid rgba(74, 143, 225, 0.25);
	border-radius: 100%;
	position: absolute;
}

.radar {
	float: right;
	position: relative;
	bottom: 250px;
	right: 85px;
}

.inlineimg {
	float: right;
	position: relative;
	bottom: 300px;
	right: 45px;
	z-index: 1;
	transition: all 0.5s ease;
}

.inlineimgrev {
	float: left;
	position: relative;
	bottom: 250px;
	z-index: 1;
	transition: all 0.5s ease;
	right: 20px;
}

/* Custom image overlay properties */

img.inlineimg.request {
	left: 340px;
	top: -100px;
}

img.inlineimg.messagerequest {
	right: 180px;
}

img.inlineimgrev.push {
	left: -300px;
	position: relative;
	bottom: 100px;
}


.featured {
	max-width: 1260px;
	min-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 40px;
}

.profilepic, .footericon {
	transition: all 0.5s ease;
}

.inlineimg:hover, .inlineimgrev:hover, .profilepic:hover, .footericon:hover {
	margin-top: -10px;
	margin-bottom: 10px;
}

div.block.reversed {
	text-align: right;
}

div.block.reversed p {
	display: inline-block;
	text-align: left;
}

.inlineimg-top {
	z-index: 1;
	float: right;
}

.footer p {
	font-size: 16px;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.circle2 {
	width: 330px;
	height: 330px;
	border: 2px solid #4A90E2;
	border: 2px solid rgba(74, 143, 225, 0.5);
	border-radius: 100%;
	position: absolute;
	margin: 30px;
}

.circle3 {
	width: 270px;
	height: 270px;
	border: 2px solid #4A90E2;
	border-radius: 100%;
	position: absolute;
	margin: 60px;
}

.privatelabel {
	-webkit-filter: blur(5px);
	transition: all 0.5s ease;
}

.privatelabel:hover {
	-webkit-filter: blur(0px);
}

.block {
	max-width: 1260px;
	min-width: 1140px;
	margin: 400px auto;
	padding-right: 40px;
	padding-left: 40px;
	clear: both;
}

.container {
	margin-right: auto;
	margin-left: auto;
	max-width: 1260px;
	min-width: 1140px;
	padding-right: 40px;
	padding-left: 40px;
}

div.signup {
	height: 380px;
	background: url(../images/launch.jpg) #000000;
	background-size: cover;
	text-align: center;
	color: #ffffff;
	padding-top: 170px;
	min-width: 1140px;
	
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	position: static;
}

.hero h1 {
	font: bold 64px Roboto;
	margin-top: 180px;
}

iframe {
	position: absolute;
	right: 0;
	top: 20px;
	display: none;
}


/* signup */

div.signup p  {
	margin-right: auto;
	margin-left: auto;
}

#mce-EMAIL {
	background: #FFFFFF;
	border-radius: 8px;
	border: 0px;
	height: 50px;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 280px;
	float: left;
}

#mc_embed_signup_scroll {
	display: inline-block;
	width: 440px;
	margin-top: 20px;
}

#mc-embedded-subscribe, .btn {
	background: #4A90E2;
	border-radius: 8px;
	border: 0px;
	color: #ffffff;
	font-size: 20px;
	padding: 15px 20px;
	margin-top: 0;
	margin-left: 10px;
	display: inline-block;
}

#mc-embedded-subscribe:hover {
	background-color: #2f7fdd;
}


/* Hero */

.hero strong a {
	color: #ffffff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	padding-bottom: 3px;
	transition: all 0.5s ease;
}

.hero strong a:hover {
	color: rgba(255, 255, 255, 0.7);
	padding-bottom: 6px;
}


/* Footer */

.footer {
	max-width: 1260px;
	min-width: 1140px;
	padding: 100px 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/* Animations */

@-webkit-keyframes spaceboots {
	0% { background-position: 2px 1px; }
	10% { background-position: -1px -2px; }
	20% { background-position: -3px 0px; }
	30% { background-position: 0px 2px; }
	40% { background-position: 1px -1px; }
	50% { background-position: -1px 2px; }
	60% { background-position: -3px 1px; }
	70% { background-position: 2px 1px; }
	80% { background-position: -1px -1px; }
	90% { background-position: 2px 2px; }
	100% { background-position: 1px -2px; }
}

/*@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}*/

/*.shake:hover,
.shake:focus {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}*/