@charset "UTF-8";
/* CSS Document */

h1 {
	font-size:3em;
}

h2 {
	font-size:2.5em;
	
}

a {
	text-decoration:none;
	color:inherit;
}

body {
	font-family: 'Merriweather', serif;
}

.button {
	background-color:#F90; /* orange */
	border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	-moz-opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1;	
}

.button:hover {
	filer:alpha(opacity=70);
	-moz-opacity:.7;
	-webkit-opacity:.7;
	-ms-opacity:.7;
	-o-opacity:.7;
	opacity:.7;
	
}

.buttonContainerRow {
	width:98%;
	margin-left:2%;
}

.container {
	width:100%;
	margin:0 auto;
}

.row {
	width:100%;
	margin:0 auto;
}

.wrap {
	width:40%
}

.threeSections {
	width:31%;
	position:relative;
	float:left;	
	margin-left:2%;
}

nav ul {
	background-color:#036;
	overflow:hidden;
	color:white;
	text-align:center;
	margin:0 auto;
	-webkit-transition:max-height:0.4s;
	-ms-transition:max-height:0.4s;
	-moz-transition:max-height:0.4s;
	-o-transition:max-height:0.4s;
}
nav ul li {
	display:inline-block;
	padding:20px;
	text-align:center;
}

nav ul li:hover {
	background-color:#069;
}

section {
	line-height:1.5em;
	font-size:0.9em;
	width:75%;
	margin:0 auto;
}

.handle {
	width:100%;
	background:#002c57;
	text-align:left;
	box-sizing:border-box;
	padding:15px 10px;
	cursor: pointer;
	color:white;
	display:none;	
}

.handle:hover {
	background-color:#069;
}

.header {
	width:100%;
	height:600px;
	background-image:url(header3.jpg);
	margin:0 auto;
	background-repeat: no-repeat;
	
}

.headerContent {
	width:98%;
	color:#FFFFFF;
	font-size:1em;
	margin-left:2%;
	position:relative;
	float:left;
}

.skillHighlights {
	width:100%;
	position:relative;
	float:left;
	background:#036;
	padding-bottom:21px;
}

.skillHighlightsCollumns {
	width:48%;
	position:relative;
	float:left;
	background:#036;
	margin-left:2%;	
	color:white;
}

.skillHighlightsImage {
	width:100%;
	position:relative;
	float:left;
	background:#036;
	color:white;
	-moz-opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1;
}

.skillHighlightsImage:hover {
	filer:alpha(opacity=70);
	-moz-opacity:.7;
	-webkit-opacity:.7;
	-ms-opacity:.7;
	-o-opacity:.7;
	opacity:.7;
}

.breaker {
	width:100%;
	padding:15px 0;
	position:relative;
	float:left;
}

.about {
	width:100%;
	position:relative;
	float:left;
	background:#003;
	color:white;
}

.aboutMeBreakerSection {
	width:98%;
	position:relative;
	float:left;
	background:#003;
	margin-left:2%;	
	color:white;
	
}

.breaker {
	width:100%;
	position:relative;
	float:left;
	background:#003;
	padding:20px, 0px;
	
}

.aboutLside {
	width:48%;
	position:relative;
	float:left;
	background:#003;
	margin-left:2%;	
	color:white;
}

.aboutRside {
	width:48%;
	position:relative;
	float:left;
	background:#003;
	margin-left:2%;	
	color:white;
}

.homePageAboutRSide {
	width:40%;
	position:relative;
	float:left;
	background:#003;
	margin-left:2%;	
	color:white;
}

.footer {
	width:100%;
	background:#000;
	padding:50px 0;
	position:relative;
	float:left;
}

.footerContent {
	width:100%;
	position:relative;
	float:left;
	color:#FFF;
	text-align:center;	
}

.columnfourth {
	width:23%;
	margin-left:2%;
	position:relative;
	float:left;
}

.videoContainer {
	position:relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
	-webkit-overflow-scrolling:touch;
}

.videoContainer iframe {
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	
}

@media screen and (max-width:600px){
	
	nav ul{
		max-height:0px;
		padding-right:0px;
		padding-left:0px;
	}
	
	.showing{
		max-height: 20em;
		
	}
	
	nav ul li{
		width:100%;
		display:block;
		padding-top:15px;
		padding-bottom:15px;
		padding-right:0px;
		padding-left:0px;
		margin:0 auto;
	}
	
	.handle{
		display:block;
	}	

	
}

@media screen and (max-width:1140px){
	
	.skillHighlightsCollumns {
		width:98%;
	}

	.aboutLside {
		width:98%;
		
	}
	
	.aboutRside {
		width:98%;
		
	}
	.columnfourth {
		width:98%;	
	}
	
	.threeSections {
		width:98%;	
	}
	
	.wrap {
		width:98%;
	}
	
	.homePageAboutRSide {
		width:96%;
	}
	
	
	
}

@media screen and (min-width:1400px){

		
}