#message { 
	margin: 10px 0; 
	padding: 0;
	width:100%;
	text-align:center;
	background-color:#F30;

	}



body {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}


h1{
	font-family: 'Faster One', cursive;
}

h2, h3, h4, h5, h6{
	font-family: 'Nova Mono', cursive;
	
}

h1.lead{
	font-size: 4em;
	font-weight: 300;
	line-height: 1;
	 margin-left: auto;
    margin-right: auto;
	 text-align: center; 
	 margin-bottom:0px;
}

h2.lead{
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	margin-top:10px;
	color:#ebe732;
	text-transform:uppercase;
	background:none;	
}

.skill-container h1.lead{
	color:#ffffff;
}

.skill-container h2.lead{
	color:#28b8eb;
}

.contact-form h1.lead{
	color:#333333;
}

.contact-form h2.lead{
	color:#28b8eb;
}

.strike {
    text-decoration: line-through;
}


.space-man{
	width:400px;
	height:400px;
	background:none;
	z-index:2;
	position:absolute;
	left: 50%;
	top:30%;
	margin-left: -100px;
	-webkit-animation-name: space-man;
	-webkit-animation-duration: 3000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit--animation-timing-function: ease-in-out;
	animation-name: space-man;
	animation-duration: 3000ms;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	z-index:123129;

}

	@keyframes space-man {
	 0% {
		top:30%;
		
		transform:rotate(7deg);
		-ms-transform:rotate(7deg); 
		-webkit-transform:rotate(7deg);
	  }
	  50% {
		top:10%;
		transform:rotate(-7deg);
		-ms-transform:rotate(-7deg); 
		-webkit-transform:rotate(-7deg);
	  }
	}
	
	@-webkit-keyframes space-man {
	 0% {
		top:30%;
		
		transform:rotate(7deg);
		-ms-transform:rotate(7deg); 
		-webkit-transform:rotate(7deg);
	  }
	  50% {
		top:10%;
		transform:rotate(-7deg);
		-ms-transform:rotate(-7deg); 
		-webkit-transform:rotate(-7deg);
	  }
	}


.space-man-backdrop{
	width:400px;
	height:400px;
	background:none;
	z-index:1;
	position:absolute;
	left: 50%;
	top:30%;
	margin-left: -200px;
	-webkit-animation-name: space-man;
	-webkit-animation-duration: 3000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit--animation-timing-function: ease-in-out;
	animation-name: space-man;
	animation-duration: 3000ms;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	z-index:123128;
}

	@keyframes space-man-backdrop {
	 0% {
		top:30%;
		transform:rotate(-5deg);
		-ms-transform:rotate(-5deg); 
		-webkit-transform:rotate(-5deg);
		
	  }
	  50% {
		top:15%;	
		transform:rotate(5deg);
		-ms-transform:rotate(5deg); 
		-webkit-transform:rotate(5deg); 
	  }
	}
	
	@-webkit-keyframes space-man-backdrop {
	 0% {
		top:30%;
		transform:rotate(-5deg);
		-ms-transform:rotate(-5deg); 
		-webkit-transform:rotate(-5deg);
		
	  }
	  50% {
		top:15%;	
		transform:rotate(5deg);
		-ms-transform:rotate(5deg); 
		-webkit-transform:rotate(5deg); 
	  }
	}





.skill-box h3 {
	margin: 0.75em 0 0.5em;
	font-size:2em;
	color:#ebe732;
}

.skill-box p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
	font-size:1.2em;
}



.cbp-so-side h2 {
	font-size: 4em;
	font-weight: 300;
	line-height: 1;
	color:#ebe732;
	background-color: rgba(0, 0, 0, 0.5);
	padding:10px;
	display:inline-block;
}



.skill-container, .contact-form{
	margin: 0 auto;
	width:320px;
	margin-top:10px;
}


.skill-box {
	float: left;
	width: 100%;
	padding: 0 25px;
}

.skill-box img {
	display:none;
}

.cbp-mc-form label {
	display: none;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	line-height: 1.5;
	font-size: 1.4em;
	padding: 5px 10px;
	color: #fff;
	display: block;
	width: 100%;
	background: transparent;
	margin-bottom:10px;
}



.job-hunt{
	display:none;
		
	}

.cbp-so-side {
		width: 100%;
		float: none;
		margin: 0;
		padding: 3em 4%;
		overflow: hidden;
		-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
		-moz-transition: -moz-transform 0.5s, opacity 0.5s;
		transition: transform 0.5s, opacity 0.5s;
	}




@media screen and (min-width: 720px) {
	
	.cbp-so-side {
		float: left;
		width: 100%;
	}

	.cbp-so-side img {
		max-width: 80%;
		margin-left:100px;
	}
	
	.cbp-so-side-left p {
		font-size: 2em;
		font-weight: 300;
	}
	
	.job-hunt{
		z-index:2;
		position:absolute;
		left: 50%;
		bottom:-50px;
		margin-left:-257px;
		display:block;
	}

	.cbp-fbscroller > nav {
		position: fixed;
		z-index: 9999;
		float:left;
		right: 20px;
		top: 95%;
		width: 300px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.cbp-fbscroller > nav a {
		display: block;
		float:left;
		position: relative;
		z-index: 9999;
		color: transparent;
		width: 26px;
		height: 26px;
		outline: none;
		margin: 25px 0;
		margin-left:20px;
		border-radius: 50%;
		border: 4px solid #fff;
		-webkit-transition: box-shadow 0.3s ease;
		transition: box-shadow 0.3s ease;
	}
	
	.no-touch .cbp-fbscroller > nav a:hover {
	
		box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6)
	}
	
	.cbp-fbscroller > nav a.cbp-fbcurrent {
		background: #fff;
		-webkit-transition: background 0.3s ease;
		transition: background 0.3s ease;
		box-shadow: inset 0 0 0 8px white;
	}
		
	
	.skill-container, .contact-form{
		margin: 0 auto;
		width:720px;
		margin-top:40px;
	}
	
	


	
	

}

@media screen and (min-width: 970px) {
	
	.cbp-so-side {
		float: left;
		width: 100%;
		
	}

	.cbp-so-side img {
		max-width: 80%;

	}
	
	.cbp-so-side-left p {
		font-size: 2em;
		font-weight: 300;
		padding-left:100px;
		padding-right:100px;
	}
	
	.cbp-mc-form label {
		display: block;
		padding: 40px 5px 5px 2px;
		font-size: 1.1em;
		text-transform: uppercase;
		letter-spacing: 1px;
		cursor: pointer;
		color:#ebe732;
	}
	
	.cbp-mc-form input,
	.cbp-mc-form textarea,
	.cbp-mc-form select {

		margin-bottom:0px;
	}
	
	.skill-container, .contact-form{
		margin: 0 auto;
		width:960px;
		margin-top:75px;
	}
	
	
	.skill-box {
		float: left;
		width: 33%;
		padding: 0 25px;
	}
	
	.skill-box img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}


	.cbp-fbscroller > nav {
		position: fixed;
		z-index: 9999;
		float:none;
		right: 50px;
		top: 50%;
		width: 26px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.cbp-fbscroller > nav a {
		display: block;
		position: relative;
		z-index: 9999;
		color: transparent;
		width: 26px;
		height: 26px;
		outline: none;
		margin: 25px 0;
		border-radius: 50%;
		border: 4px solid #fff;
		-webkit-transition: box-shadow 0.3s ease;
		transition: box-shadow 0.3s ease;
	}
	
	.no-touch .cbp-fbscroller > nav a:hover {
	
		box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6)
	}
	
	.cbp-fbscroller > nav a.cbp-fbcurrent {
		background: #fff;
		-webkit-transition: background 0.3s ease;
		transition: background 0.3s ease;
		box-shadow: inset 0 0 0 8px white;
	}
	
}

@media screen and (min-width: 1170px) {
	
	.cbp-so-side {
		float: left;
		width: 50%;
		
	}
	
	.cbp-so-side-left p {
		font-size: 1.3em;
		font-weight: 300;
		padding-left:0;
		padding-right:0;
	}
	
	.skill-container, .contact-form{
		margin: 0 auto;
		width:1170px;
		margin-top:50px;
	}
	
	
	.skill-box {
		float: left;
		width: 33%;
		padding: 0 25px;
	}
	
	.skill-box img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

}



@media screen and (max-height: 768px) {
	

	.skill-box img {
		max-height:200px;

	}
	
	.skill-box p{
		font-size: 1.4em;
		font-weight: 300;
	}
	
	.cbp-mc-form label {
		display: none;
	}

	.cbp-mc-form input,
	.cbp-mc-form textarea,
	.cbp-mc-form select {
		line-height: 1.5;
		font-size: 1.4em;
		padding: 5px 10px;
		color: #fff;
		display: block;
		width: 100%;
		background: transparent;
		margin-bottom:10px;
	}

}
@media (min-height: 800px) and (max-width: 800px) {
   .skill-box p{
		font-size: 2em;
	}
	
	.cbp-mc-form label {
		display: block;
		padding: 40px 5px 5px 2px;
		font-size: 1.1em;
		text-transform: uppercase;
		letter-spacing: 1px;
		cursor: pointer;
		color:#ebe732;
	}
	
	.cbp-mc-form input,
	.cbp-mc-form textarea,
	.cbp-mc-form select {

		margin-bottom:0px;
	}
}


@media screen and (max-height: 700px) {
	.skill-box img {
		display:none;

	}

}

@media screen and (max-width: 420px) {
	
	.skill-box p{
		font-size: 1.3em;
		font-weight: 300;
	}
	
	.skill-hidden{
		display:none;
	}
	
	.cbp-mc-form textarea {
		min-height: 100px;
	}
	
	.cbp-mc-submit-wrap {
		clear: both;
		padding-top: 10px;
		text-align: center;
	}

}