@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700')
	;

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #444;
	text-align: center;
	background-color: #f7f7f7;
	overflow: auto;
}

img {
	max-width: 100%;
}

#profilepic {
	width: 50px;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 7px;
}

#callout {
	width: 100%;
	background-color: #444;
	height: auto;
	overflow: hidden;
	position: fixed;
}


#callout p {
	text-align: right;
	color: #D4AC0D;
	font-size: 20px;
	padding-right: 5%;
}

#callout p a {
	color: #58a5fc;
	text-decoration: none;
}

nav ul {
	list-style: none;
	margin: 0;
	padding-left: 50px;
}

nav ul li {
	float: left;
	width: 15%;
	border: 1px solid #58a5fc;
}

nav ul li a {
	font-weight: 700;
	text-decoration: none;
	color: black;
	display: block;
	padding: 5% 12%;
}

nav ul li a:hover, nav ul li.active a {
	background-color: black;
	color: #58a5fc;
}

.banner {
	padding-bottom: 2%;
}

.left-col {
	width: 55%;
	float: left;
	padding: 1%;
}

.left-col p {
	font-size: 100%;
	text-align: left;
}

.sidebar {
	width: 40%;
	float: right;
	padding: 1%;
}

.one-third {
	width: 29%;
	float: left;
	padding: 2%;
}

.clearfix {
	clear: both;
}

hr {
	border: 2px solid #D4AC0D;
}

footer {
	background: #444;
	width: 100%;
	padding: 6% 0 10%;
}

.social {
	font-size: 400%;
	color: #D4AC0D;
}

.social a {
	color: #58a5fc;
	padding: 3%;
}

.social a:hover {
	color: #d5d5d5;
}

.inner-wrapper {
	float: left;
	width: 100%;
	background-color: white;
}

.inner-wrapper2 {
	float: left;
	width: 100%;
	background-color: white;
}

#quote {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#quote p {
	font-family: Impact, Charcoal, sans-serif;
	color: #444;
	font-size: 120%;
	line-height: 150%;
	padding: 3%;
	text-indent: 2%;
	text-align: justify;
}

article {
	float: left;
	margin: 0 auto;
	width: 50%;
	height: auto;
}

aside {
	float: right;
	margin: 0 auto;
	width: 50%;
	height: auto;
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 0;
	right: 0;
}

a:hover#menu-icon {
	border-radius: 4px 4px 0 0;
}

video {
	/* override other styles to make responsive */
	width: 100% !important;
	height: auto !important;
}

@media ( max-width : 768px) {
	#profilepic {
		width: 10%;
		height: auto;
	}
	video {
		width: 100%;
		height: auto;
	}
	#callout p {
		text-align: center;
		font-size: 14px;
		padding-right: 10%;
	}
	#menu-icon {
		top: 5px;
		display: inline-block;
		background: #444 url(../img/nav.png) center;
		display: inline-block;
	}
	nav ul, nav:active ul {
		display: none;
		z-index: 1000;
		position: fixed;
		padding: 20px;
		background: #FFF;
		right: 0px;
		top: 0px;
		border: 1px solid #FFF;
		border-radius: 2px 0 2px 2px;
		width: 50%;
	}
	nav:hover ul {
		display: block;
	}
	nav li {
		text-align: center;
		width: 100%;
		padding: 10px, 0;
	}
	nav ul {
		padding-left: 0;
	}
	nav ul li {
		width: 100%;
		border-left: 0;
		border-right: 0;
	}
	nav ul li a {
		padding: 8px 0;
		font-size: 16px;
	}
	.left-col {
		width: 100%;
		padding: 0;
	}
	.sidebar {
		width: 100%;
		padding: 0;
	}
	.one-third {
		width: 100%;
		padding: 0;
	}
	.social {
		font-size: 200%;
	}
	p {
		font-size: 15px;
	}
	#quote p {
		font-family: Impact, Charcoal, sans-serif;
		color: #444;
		font-size: 15px;
	}
	article {
		width: 100%;
	}
	aside {
		width: 100%;
	}
	.left-col p {
		font-size: 15px;
		padding: 2px;
	}


}