@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
}

h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 300%;
    font-weight: normal;
	padding: 0;
	margin: 0;
}

h2 {
	color: white;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 130%;
    font-weight: normal;
	padding: 0;
	margin: 0 0.3em 0.3em 0.3em;
}

h1.dark {
    color: #95a5b0;
}

h1.verydark {
	color: #3b4f64;
}
    
h1.light {
    color: white;
}

div.light {
    color: white;
}

.text-dark {
	color: #3b4f64;
	font-size: 120%;
}

.top-header {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.header-button {
	font-family: 'Open Sans Condensed', sans-serif;
	color: white;
	border-radius: 0.2em;
	font-size: 130%;
	border: 1px none white;
	background-color: rgb(255, 255, 255, 0.3);
	padding: 0.2em 1em 0.2em 1em;
	margin: 0.2em;
	display: inline-block;
	cursor: pointer;
}
    
.header {
	width: 100%;
	background-image: url('../img/header_bg1.jpg');
	background-size: cover;
	/*background-position-x: left;
	background-position-y: -250px;*/
	background-attachment: fixed;
	box-shadow: inset 0 -10px 10px -10px #000000;
}
	
.header-block {
	margin: 0 2em 2em 2em;
	vertical-align: top;
	display: inline-block;
	text-align: left;
	max-width: 40em;
}

@media(min-width: 40em) {	
	.me-title {
		margin-left: 4em;
	}
	
	.me-text {
		margin-top: 0em; margin-left: 10em;
	}
	
	.top-icons {
		text-align: right; margin-top: -2em;
	} 
		
	.header {
		height: 17em;
	}
	
}

@media(max-width: 39.99em) {

	.me-img {
		margin-top: 0em; margin-right: 0.5em;
	}
	

	.header {
		height: 20em;
	}
	
}
	
	
	
.aboutMe {
	padding: 4em 0 4em 0;
	text-align: center;
	background-color: white; 
}

.skills {
	padding: 2em 2em 1em 2em;
	text-align: center;
	background-color: #287ebe;
	min-height: 20em;
}

.skills-block {
	margin: 0em 2em 0em 2em;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	max-width: 80%;
}

.skill {
	color: #3b4f64;
	background-color: #f5f7f9;
	border: 2px white solid;
	border-radius: 2em;
	padding: 0.5em 1em 0.5em 1em;
	display: inline-block;
	margin: 0.2em;
	transition: 0.5s transform ease-in-out;
	-moz-transition: 0.5s transform ease-in-out;
	-webkit-transition: 0.5s transform ease-in-out;
}

.skill-head {
	color: #3b4f64;
        font-weight: bold;
	background-color: white;
	border: 2px white solid;
	border-radius: 2em;
	padding: 0.5em 1em 0.5em 1em;
	display: inline-block;
	margin: 0.2em;
	transition: 0.5s transform ease-in-out;
	-moz-transition: 0.5s transform ease-in-out;
	-webkit-transition: 0.5s transform ease-in-out;
}


.seperator {
	height: 0.4em;
	background-color: #3a9bdb;
}

.contact {
	padding: 2em;
	background-color: #ffffff;
	text-align: center;
	min-height: 20em;
	background-image: url('../img/wabe2.png');
	background-repeat: repeat;
}

.footer {
	padding: 2em;
	background-color: #2c3e50;
	text-align: center;
	border-top: 2px solid #3b4f64;
}

.footer-block {
	margin: 0 2em 2em 2em;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}

.small-button {
	background-color: black;
	margin: 0 0.2em 0 0;
	border-radius: 50%;
	padding: 0.2em;
	width: 1.1em;
	height: 1.1em;
	text-align: center;
	cursor: pointer;
	color: white;
	transition: 0.3s background-color ease-in-out;
	-moz-transition: 0.3s background-color ease-in-out;
	-webkit-transition: 0.3s background-color ease-in-out; 
}

.small-button:hover {
	transition: 0.3s background-color ease-in-out;
	-moz-transition: 0.3s background-color ease-in-out;
	-webkit-transition: 0.3s background-color ease-in-out; 
	background-color: #1e2227;
}

.contact-block {
	margin: 2em 2em 2em 2em;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	background-color: #eaecee; 
	color: #2c3e50;
	border: 2px solid white;
	transition: 1s background-color ease-in-out, 1s color ease-in-out;
	-moz-transition: 1s background-color ease-in-out, 1s color ease-in-out;
	-webkit-transition: 1s background-color ease-in-out, 1s color ease-in-out; 
	padding: 3em;
	width: 4em;
	height: 4em;
}

.contact-block:hover {
	color: #3b4f64;
	background-color: #cdd3d7;
	transition: 1s background-color ease-in-out, 1s color ease-in-out;    
	-moz-transition: 1s background-color ease-in-out, 1s color ease-in-out;
	-webkit-transition: 1s background-color ease-in-out, 1s color ease-in-out; 
}

.small-header {
	background-color: black;
	position: fixed;
	left: 0;
	width: 100%;
	padding: 0.2em;
	height: 3.5em;
	overflow: hidden;
	min-width: 20em;
}

.small-header-out {
	top: -4em;
	transition: 0.3s top ease-in-out;
	-moz-transition: 0.3s top ease-in-out;
	-webkit-transition: 0.3s top ease-in-out; 
}

.small-header-in {
	top: 0;
	transition: 0.3s top ease-in-out;
	-moz-transition: 0.3s top ease-in-out;
	-webkit-transition: 0.3s top ease-in-out; 
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.75); 
}

.me-img {
	margin-top: 0.5em; 
	width: 11em; 
	height: 14.78em;
	float: left;
	overflow: hidden;
} 
				
.me-img-body {
	background-image: url('../img/me.jpg');
	background-size: 11em 14.78em;
	width: 100%; 
	height: 100%;
}

.me-img-body:hover {
	transform: scale(1.1);
	transition: 0.5s transform ease-in-out;
	-moz-transition: 0.5s transform ease-in-out;
	-webkit-transition: 0.5s transform ease-in-out;
}

.clouds {
	background-image: url('../img/cloud.jpg');
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	padding: 0.5em;
	border-top: 0.2em #eaecee solid;
}

.timeline {
	margin: 2em;
	padding-bottom: 2em;
	text-align: center;
}

.logo {
	width: 100%;
	/* background-image: url('../img/bin_pattern.png');
	background-repeat: repeat-x; */
	text-align: center;
	padding: 4em 0 1em 0;
	border-bottom: 1px #eaecee solid;
}