@charset "utf-8";
/* CSS Document */

/* Desktop View */

body {
	font-family: 'Roboto Condensed';
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#mobile-logo {
	display: none;
}

.slicknav_menu {
	display:none;
}

#slicknav-submenu {
	display:none;
}

#menu {
	float: right;
}

#menu li {
	display: inline-block;
}

#menu li a {
	text-decoration: none;
	color: #66ccff;
	padding: 8px;
	font-size: 18px;
}

#submenu {
	background: #66ccff;
	padding: 3px;
}

#submenu li {
	display: inline-block;
}

#submenu li a {
	text-decoration: none;
	color: #ffffff;
	padding: 8px;
	font-size: 18px;
}

.info-sectionA {
	background-color: #66CCFF;
	display: table;
	width: 100%;
	margin: 10px 0px;
}

.info-sectionA h1, h2 {
	font-size: xx-large;
	color: #fff;
}

.info-sectionA p {
	color: #fff;
}

.info-sectionB {
	background-color: #fff;
	display: table;
	width: 100%;
	margin: 10px 0px;
}

.info-sectionB h1, h2 {
	font-size: xx-large;
	color: #66ccff;
}

.info-sectionB p {
	color: #66ccff;
}

.side-textA {
	width: 50%;
	padding: 10px 20px 10px 20px;
	float: right;
}

.side-textA a {
	color: #fff;
}

.side-textB {
	width: 50%;
	padding: 10px 20px 10px 20px;
	float: left;
}
.side-textB a {
	color: #66ccff;
}

#equipment-image {
	padding: 10px;
}

.side-pictureA {
	width: 40%;
	float: left;
	padding: 10px;
}

.side-pictureA img {
	max-width:  80%;
}

.side-pictureB {
	width: 40%;
	float: right;
	padding: 10px;
}

.side-pictureB img {
	max-width:  80%;
}

.contact-button {
	background-color: #66ccff;
	padding: 10px 30px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	margin: 10px 0px;
}

header {
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
}

.vid-container {
	width: 90%;
}

footer {
	background: #66ccff;
	padding: 0px 0px;
}

footer li {
	display: inline-block;
}

footer li a {
	text-decoration: none;
	color: #ffffff;
	padding: 5px 8px;
	font-size: 12px;
}

input {
	border: 2px solid #eeeeee;
	height: 46px;
	margin: 10px 0 0 0;
	padding: 1%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: 'Roboto Condensed';
	width: 80%;
}

textarea {
	border: 2px solid #eeeeee;
	margin: 10px 0 0 0;
	padding: 1%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: 'Roboto Condensed';
	width: 80%;
}

#about {
	padding: 20px;
	background-color: #66ccff;
}

#about p {
	color: #fff;
	padding: 0px 40px;
}

#about h1 {
	color: #fff;
}

#about a {
	color: #fff;
}

#about img {
	width: 60%;
}

/* Resume Page */

#other {
	padding: 20px;
	background-color: #66ccff;
}

#other h1 {
	font-size: xx-large;
	color: #fff;
}

#other td {
	color: #66ccff;
}

.other-sectionA {
	background-color: #66CCFF;
	display: table;
	width: 100%;
	margin: 10px 0px;
}

.other-sectionA h1 {
	font-size: xx-large;
	color: #fff;
}

.other-sectionA h2 {
	font-size: xx-large;
	color: #fff;
}

.other-sectionA h3 {
	font-size: 20px;
	color: #fff;
}

.other-sectionA p {
	color: #fff;
}

.other-sectionA a {
	color: #fff;
}

.other-sectionB {
	background-color: #fff;
	display: table;
	width: 100%;
	margin: 10px 0px;
	padding: 5px;
}

.other-sectionB h1 {
	font-size: xx-large;
	color: #66ccff;
}

.other-sectionB h2 {
	font-size: xx-large;
	color: #66ccff;
}

.other-sectionB p {
	color: #66ccff;
}

.other-sectionB a {
	color: #66ccff;
}




/* Tablet View */

@media screen and (max-width: 800px){
	#menu li {
		display: block;
	}
	
	#submenu {
		display: none;
	}
	
	#slicknav-submenu {
		display: block;
	}
	
	.vid-container{
		width: 100%;
	}
	
	#about p {
		width: 80%;
		padding: 0px 20px;
	}
	
	#about img {
		width: 80%;
	}
	
	#resume p {
		width: 80%;
		padding: 0px 20px;
	}
	
	input {
		width: 100%;
	}
	
	textarea {
		width: 100%;
	}
	
	.side-pictureA, .side-pictureB {
		width: 35%;
		padding: 1%;
	}
	
	.side-textA, .side-textB {
		width: 60%;
		padding: 1%;
	}
	
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}

/* Mobile View */

@media screen and (max-width: 629px) {
	
	#desktop-logo {
		display: none;
	}
	
	#mobile-logo {
		display: block;
	}
	
	#about p {
		width: 100%;
		padding: 0px 10px;
	}
	
	#resume p {
		width: 100%;
		padding: 0px 10px;
	}
	
	#about img {
		width: 100%;
	}
	
	.side-textA, .side-textB {
		width: 90%;
		float: none;
		padding: 10px;
	}
	
	.side-pictureA, .side-pictureB {
		display: none;
	}
}