@charset "UTF-8";

body, html {
	margin: 0 auto;
	padding: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #000; /*#323232*/
	font-size: 1.0625em;
}

header {
	width: 100%;
	font-weight: 100;
	text-align: center;
	background: #4e78a2; /*#fff;*/
	margin-bottom: 10px;
	padding-bottom: 8px;
	color: #fff;
}
header a:link, header a:visited {
	color: #fff;
}

a:link, a:visited {
	color: #000; /*#323232*/
	text-decoration: none;
}

header a:hover, header a:active,
a:hover, a:active {
	color: #f1b40f; /*#d654e7;*/
}

#wrapper {
	text-align: center;
}

.content {
	margin: 0 auto;
	max-width: 960px;
}

#logo, {
	width: 100%;
}
#logo img {
	position: relative;
	top: -10px;
	width: 35%;
}
.title, .email {
	display: block;
}
.email {
	padding-top: 5px;
}

#h_contact {
	margin: 0 auto;
	position: relative;
	top: -10px;
	width: 80%;
	}

.client, .project {
	font-family: 'Roboto Slab', sans-serif;
	display: block;
}

.client {
	font-size: 10pt;
	font-weight: 800;
	margin-top: 5px;
}

.project {
	font-size: 8pt;
	font-weight: 400;
}

#blue, #white {
	text-align: left;
	padding: 40px 0;
	font-size: .9em;
	line-height: 1.5em;
}
#blue {
	background: #4e78a2;
	color: #fff;
}
#white {
	background: #fff;
	color: #000; /*#323232*/
	}

p {
	padding-bottom: .75em;
}

.col1_50, .col2_50, .proj_desc, .col100 {
	width: 80%;
	padding: 0 10%;
}
.col2_50 {
	padding-top: 20px;
}

.col100 {
	text-align: left;
}

h1, h2 {
	line-height: 1.2em;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	padding-bottom: 8px;
	padding-top: 8px;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}

.video {
	width: 296px;
	height: 166px;
}

.devtools {
	margin: 0 0 1.5em 1em;
}
/* Skills styles */
.rounded, .tech_io li {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	}
.tech_io {
	margin-top: -20px;
}
.tech_io li {
	margin: 10px 0 0 0;
	width: 100%;
	background-color: #2A3E4F;
	}
	
.tech_io ul, .tech_io li {
	list-style: none;
	font-size: 0.9em;
	}
.round_link {
	padding-top: 10px;
}

.socials {
	position: relative;
}
.socials li {
	list-style: none;
}
.socials li img {
	width: 15%;
	position: relative;
	top: 10px;
}
	
.button{
	padding: 4%;
	background-color: #f1c40f;
	color: #000; /*#323232*/
	font-weight: 400;
	}
	
.per40, .per50, .per60, .per70, .per80, .per90, .per100 {
	background-color: #27ae60; /*#32965D;*/
	padding: 3px 0 3px 5%;
	}
	
.per40 {
	width: 35%;
	}

.per50 {
	width: 45%;
	}

.per60 {
	width: 55%;
	}

.per70 {
	width: 65%;
	}

.per80 {
	width: 75%;
	}

.per90 {
	width: 85%;
	}

.per100 {
	width: 95%;
	}
.flash {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Medium sized screens */
@media only screen and (min-width:640px) {
	body {
		font-size: 1.4em;
	}
	
	#logo, #h_contact {
		display: inline-block;
		vertical-align: bottom;
	}
	#logo {
		width: 20%;
		text-align: left;
	}
	#logo img {
		display: block;
		width: 90%;
		position: relative;
		top: -2px;
	}
	#h_contact {
		font-size: .8em;
		width: 70.5%;
		text-align: right;
	}
	
	.title, .email {
		//display: inline;
	}
	.title:after {
		//content: ' | ';
		font-size: 1.5em;
	}
	.proj_desc {
		font-size: .9em;
		line-height: 1.5em;
	}
	.more {
		width: 80%;
		padding-left: 10%;
	}
		
	.client {
		font-size: 14pt;
	}
	.project {
		font-size: 10pt;
	}
	.video {
		width: 512px;
		height: 288px;
	}

	.col1_50, .col2_50, .proj_desc, .col100 {
		width: 90%;
		padding: 0 5%;
	}
	.col2_50 {
		padding-top: 15px;
	}
	
	.col100 {
		text-align: left;
	}
	.tech_io ul, .tech_io li {
		font-size: 0.9em;
	}
	.button {
		font-size: .8em;
	}
	.socials {
		top: 0;
	}
	.socials li img {
		width: 8%;
		top: 15px;
	}
	
	.button {
		padding: 2%;
	}
	
}

/* large sized screens */
@media only screen and (min-width:960px) {
	/*body {
		font-size: 1.4em;
		border: 0 solid black;
	}*/
	#logo img {
		position: relative;
		top: 2px;
	}
	#h_contact {
		font-size: 1em;
	}
	.video {
		width: 720px;
		height: 405px;
	}
	
	.client {
		font-size: 16pt;
	}
	.project {
		font-size: 12pt;
	}
	
	.col1_50, .col2_50 {
		display: inline-block;
		vertical-align: top;
		padding: 0 0;
	}
	.col1_50 {
		width: 55%;
		padding: 0 20px 0 40px;
	}
	.col2_50 {
		width: 28%;
		padding: 0 40px 0 20px;
	}
	.col100 {
		width: 92%;
		padding: 0 4%;
	}
	
	.tech_io ul, .tech_io li {
		font-size: 0.7em;
	}
	.socials {
		top: 0;
	}
	.socials li img {
		width: 25%;
		top: 15px;
	}
	.flash {
		display: inline;
		visibility: visible;
		}
}