body {
	color: black;
}


.topnav {
	width: 100%;
	top: 0px;
	z-index: 3;

}

.logo {
	font-family: 'Graduate', cursive;
	font-size: 65px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: #4a98d3;
}

.nav_bar {
	margin-top: 20px;
	width: 750px;
	height: 30px;
	left: 50%;
	margin-left: -375px;
	border-radius: 5px;
	/*background-color: #4a98d3;*/
	opacity: 1;
	position:relative;
}

.tab {
	width: 187px;
	text-align: center;
	float: left;
	height: 30px;
	color: black;
	padding-top: 15px;
	font-family: 'Graduate', cursive;
}

.tab_active {
	display: inline-block;
	border-radius: 5px;
	color: white;
	padding: 3px;
	margin-top:-3px;
	background-color: #4a98d3;
}

.tab_span {
	cursor: pointer;
}

.panel_container {
	margin-top: 20px;
	width: 720px;
	left: 50%;
	margin-left: -360px;
	border-radius: 5px;
	/*background-color: #4a98d3;*/
	color:black;
	opacity: 1;
	position: relative;
}

.overall_container {
	width:750px;
	left:50%;
	margin-left:-375px;
	position: relative;
}

.clear_both {
	clear: both;
}

.panel_container_left {
	margin-top: 5px;
	width: 350px;
	border-radius: 5px;
	color: white;
	opacity: 1;
	float: left;
	height: 250px;
	margin-left: 15px;
}

.panel_container_right {
	margin-top: 5px;
	width: 350px;
	border-radius: 5px;
	color: white;
	opacity: 1;
	float: right;
	height: 250px;
	margin-right: 15px;
}

.portfolio_item_left {
	margin-top: 5px;
	width: 220px;
	border-radius: 5px;
	opacity: 1;
	float: left;
	height: 220px;
	margin-left: 20px;
	cursor: pointer;
}

.portfolio_item_center {
	margin-top: 5px;
	width: 220px;
	border-radius: 5px;
	opacity: 1;
	float: left;
	height: 220px;
	margin-left: 25px;
	cursor: pointer;
}

.portfolio_item_right {
	margin-top: 5px;
	width: 220px;
	border-radius: 5px;
	opacity: 1;
	float: left;
	height: 220px;
	margin-left: 25px;
	cursor: pointer;
}

.portfolio_heading {
	font-family: 'Graduate', cursive;
	font-size: 18px;
	color: white;
}

.portfolio_header_container {
	margin-bottom: 15px;
	width: 300px;
	height: 40px;
	left: 50%;
	margin-left: -150px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
	line-height: 40px;
	text-align: center;
	color: #4a98d3;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Graduate', cursive;
}

.footer {
	margin-top: 0px;
	width: 750px;
	height: 40px;
	left: 50%;
	margin-left: -375px;
	border-radius: 5px;
	opacity: 1;
	position: relative;
	line-height: 40px;
	text-align: center;
	color: #4a98d3;
	font-size: 18px;
	font-family: 'Graduate', cursive;
}

.wrapped {
	margin-left: 10px;
	margin-right: 10px;
}

.wrapped_large {
	padding: 15px;
	padding-bottom: 0px;
}

.wrapped_extra_large {
	padding: 15px;
	margin-left: 145px;
	width: 400px;
}

.wrapped_center {
	text-align: center;
}

.panel_header {
	font-size: 30px;
	font-weight: bolder;
	padding-top: 10px;
	color: #4a98d3;
}

.panel_content {
	margin-top: 5px;
	font-size: 24px;
	padding-bottom: 20px;
}

a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover {
	color: black;
}
a:active {
	color: black;
}

.website_icon {
	border-radius: 5px;
	-webkit-box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, 1);
    box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, 1);
}

.app_icon {
	margin-top: 8px;
}

.contact_form_input {
	width: 400px;
	height: 35px;
	line-height: 35px;
	border: 2px solid #4a98d3;
	font-size: 20px;
	border-radius: 5px;
}

.contact_form_textarea {
	width: 400px;
	height: 85px;
	border: 2px solid #4a98d3;
	font-size: 20px;
	border-radius: 5px;
	resize: none;
}

.contact_form_label {
	margin-left: 15px;
	width: 140px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	font-family: 'Graduate', cursive;
	background-color: #4a98d3;
	color: white;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.form_button {
	width: 100px;
	text-align: center;
	background-color: #4a98d3;
	color: white;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	font-family: 'Graduate', cursive;
	font-size: 18px;
	cursor: pointer;
	margin-left: 300px;
}

.form_status {
	text-align: center;
}