@charset "UTF-8";
/************************************************ desktop, laptop, table landscape view 1024px or 64em ***************************************************/

body, html {
	height: 100%;
	margin: 1% 5% 0% 5%;
	padding: 0;
	background-color: #cccccc; /* gray */ 
}

.resize_img {
    max-width: 100%;
    height: auto;
	vertical-align: middle;
	/* margin: .5% .5% .5% .5%; */
}

#container {
	overflow: hidden;
	height: auto;
	width: 100%;
	background-color: #ffffff; /* white */
	border-radius: 1em;
}

#header {
	height: 10.25em;
	width: 98%;
	padding: 1%;
	background-image: url(../multimedia/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#navigation {
	width: 100%;
	background-color: #0000FF; /* blue */
}

#main {
	overflow: hidden;
	height: auto;
	width: 98%;
	padding: 1%;
	background-color: #FFFFFF; /* white */
}

.headshot {
	width: auto;
	height: auto;
	float: left;
	background-color: #182f58; /* blue */
	margin-right: 10px;
	padding: .6% .6% .2% .6%;
	/* border-style: solid;
	border-color: #182f58;  blue */
}

#sidebar {
	overflow: hidden;
	height: auto;
	width: 26%; /* 23 */
	float: right;
	background-color: #ffffff;  /* white */
}

#sidebar_title {
	height: auto;
	background-color: #124098; /* blue */
	text-align: center;
	color: #ffcf01; /* yellow */
	font-size: 20px;
	padding: 4px;
	font-family: 'Indie Flower';
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	}
	
#sidebar_content {
	height: auto;
	padding: 4px;
	background-color: #cccccc; /* gray */
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	}

#content {
	overflow: hidden;
	min-height: 150px;
	padding: 1%;
	width: 71%; /* 74 */
	float: left;
	/* font-family: 'Indie Flower'; */
	background-color: #FFFFFF; /* white */
}

/* #footer {
	min-height: 50px;
	background-color: #FFFF00;
} */

#footer {
	clear: both;
	height: auto;
	width: 99%%;
	padding: .50%;
	background-color: #124098; /* blue */
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
}

.footer_left {
	float: left;
	height: auto;
	width: 33%;
	font-size: 15px;
	color: #ffcf01; /* yellow */
}
	
.footer_center {
	float: left;
	height: auto;
	width: 34%;
	font-size: 15px;
	color: #ffcf01; /* yellow */
	text-align: center;
}
	
.footer_right {
	float: left;
	height: auto;
	width: 33%;
	font-size: 15px;
	color: #ffcf01; /* yellow */
	text-align: right;
}
	
.footer_copyright {
	height: auto;
	margin-left: 9%;
	margin-right: 9%;
	margin-top: 1.5%;
	padding-top: 1%;
	width: 80%;
	font-size: 14px;
	text-align: center;
	color: #ffcf01; /* yellow */
	background-color: #124098; /* blue */
}

#buttons {
	float: left;
	overflow: hidden;
	height: auto;
	width: 30%;
	margin: 0% 1.5%;
	background-color: #ffffff;  /* white */
}

.buttons_title {
	height: auto;
	padding: 2%;
	width: 96%;
	background-color: #124098; /* blue */
	text-align: center;
	font-size: 20px;
	font-family: 'Indie Flower';
	color: #ffcf01; /* yellow */
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.buttons_content {
	height: auto;
	padding: 2%;
	width: 96%;
	background-color: #c9c9c9; /* light gray */
	color: #000000; /* black */
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}


@media only screen and (max-width: 48em) {
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
	background-color: #ffffff; /* white */
	border-radius: 0;
}

#main {
	height: auto;
	width: 98%;
	padding: 1%;
	background-color: #FFFFFF; /* white */
}

.content_left {
	height: auto;
	position: absolute;
	width: 29%;
	float: left;
}

.content_right {
	height: auto;
	position: absolute;
	width: 69%;
	float: right;
	font-family: 'Indie Flower';
}
}

/* class font sizes and colors */

.yellow {
	color: #ffcf01;
}

.blue {
	color: #124098;
}

.fs48 {
	font-size: 48px;
}

.fs36 {
	padding-top: 10px;
	font-size: 36px;
}

.fs34 {
	font-size: 34px;
}

.fs33 {
	font-size: 33px;
}

.fs32 {
	font-size: 32px;
}

.fs30 {
	font-size: 30px;
}

.fs29 {
	font-size: 29px;
}

.fs28 {
	font-size: 28px;
}

.fs27 {
	font-size: 27px;
}

.fs26 {
	font-size: 26px;
}

.fs24 {
	font-size: 24px;
}

.fs20 {
	font-size: 20px;
}

.fs14 {
	font-size: 14px;
}