@charset "utf-8";
/* CSS Document */
.wrapper {
	max-width:100%;
	width:100%;
}
.navbar-default {
	max-width:1150px;
	margin:0 auto;
}
header {
	border-radius:0 !important;
	border-bottom:2px solid #27AAE1;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.05);
	padding:0;
	overflow:visible;
}
.navbar {
	border-bottom:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.container, footer  {
	max-width:1150px;
	margin:0 auto;
	width:100%;
    top:0;
}
footer {
    padding:10px 0 15px 0;
	top:0;
}
/* Banner */
.banner {
	background:#F1F2F2 url(../img/background.png) repeat;
	border-bottom:2px solid #27AAE1;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-bottom:20px;
	width:100%;
	z-index:0;
}
.banner-container {
	max-width:1130px;
	margin:0 auto;
	position:relative;
	padding:10px;
	width:100%;
}
.responsive-banner {
	display:block;
	margin:10px auto 5px;
	width:60.54%;
}
.responsive-banner2 {
	display:none;
}
.headline {
	color:#1D58A8;
	font-size:2.1em;
	line-height:1.1;
	position:absolute;
	bottom:65%;
	right:65%;
	text-align:right;
}
.headline mark {
	background:none;
	color:#41B8EA;
	display:block;
}
.message {
	color:#1D58A8;
	font-style:italic;
	font-size:1.125em;
	font-weight:bold;
	position:absolute;
	top:50%;
	left:73%;
}
@media (max-width: 850px) {
	.headline {
		font-size:1.9em;
	}
	.message {
		font-size:1.1em;
		top:48%;
	}
}
@media (max-width: 850px) {
	.message {
		top:46%;
		line-height:1.3;
	}
}
@media (max-width: 650px) {
	.headline {
		font-size:1.7em;
		right:60%;
	}
	.message {
		display:none;
	}
	.responsive-banner {
		position:relative;
		left:5%;
	}
}
@media (max-width: 600px) {
	.headline {
		bottom:63%;
		font-size:1.7em;
		margin:5px auto 0;
		right:63%;
	}
	.responsive-banner {
		width:75%;
	}
	.banner {
		margin-bottom:0;
	}
	.responsive-banner {
		display:none;
	}	
	.responsive-banner2 {
		display:block;
		position:relative;
		margin-top:10px;
		margin-bottom:5px;
		left:17%;
		width:68%;
	}
}
@media (max-width: 480px) {
	.banner-container {
		padding:5px;
	}
	.headline {
		font-size:1.6em;
		right:62%;
	}	
	.responsive-banner2 {
		left:17%;
		width:75%;
	}
}
@media (max-width: 400px) {
	.headline {
		font-size:1.3em;
		font-weight:bold;
	}
	.responsive-banner2 {
		left:15%;
		width:80%;
	}
}
@media (max-width: 320px) {
	.headline {
		font-size:1.28em;
		right:58%;
		bottom:61%;
	}
	.responsive-banner2 {
		left:18%;
	}
}
/* Projects */
.projects {
	margin-left:-20px;
}
.projects a {
	display:block;
	font-weight:bold;
}
.projects li {
	list-style:url(../img/arrow.svg);
	line-height:1.2;
	padding:0 0 12px 0;
}
/* Columns */
article {
	border-right:1px dotted #A7A9AC;
	min-height:410px;
	float:left;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	width:33.3%;
}
article:last-child {
	border:none;
}
article h2 {
	line-height:1;
	margin-top:0;
}
@media (max-width: 800px) {
	.years {
		font-size:0.95em;
	}
}
@media (max-width: 768px) {
	article {
		border-right:none;
		float: left;
		min-height:410px;
		width: 50%;
	  }
	article:first-child {
		border-bottom:1px dotted #A7A9AC;
		min-height:auto;
		padding-bottom:15px;
		margin-bottom:20px;
		width:100%;
	}
	article:last-child {
		border-left:1px dotted #A7A9AC;
	}
}
@media (max-width: 600px) {
	article , article:first-child {
		border-right:none;
		border-left:none;
		border-bottom:1px dotted #A7A9AC;
		padding:18px 0 18px;
		margin:0;
		min-height:initial;
		float: left;
		width: 100%;
  }
 	article:last-child {
		border-left:none
	}
	.skills-table td {
		min-width:63%;
	}
}