body 
{
	width: 80%;
	font-family: Verdana, san-serif;
	font-size: 0.8rem;
	background-color: #e8e8e8;
	margin: auto;
}

section 
{
	margin-top: 1rem;
}

img 
{
	max-width: 100%;
	height: auto;
}

iframe
{
	max-width: 100%;
	max-height: 100%;
	border: none;
}

@media (max-width: 980px) 
{
	iframe 
	{
		max-height: 75%;
    }
}

@media (max-width: 665px) 
{
	iframe 
	{
		max-height: 50%;
    }
}

@media (max-width: 480px) 
{
	iframe 
	{
		max-height: 33.3333%;
    }
}

a
{
	color: #444444;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.main-heading
{
	font-family: Electrolize, sans-serif;
	font-size: 1.2rem;
	color: #444444;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}

.sub-heading
{
	font-size: 1.1rem;
	color: #10a89c;
}

.copyright 
{
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 0.75rem;
	color: #444444;
	position: fixed;
	bottom: 0;
	height: 0.75rem;
}

@media (max-width: 980px) 
{
	.copyright 
	{
		position: relative;
    }
}

.position
{
	text-align: center;
}

/***********************************************

        Left Side
            
***********************************************/
.name-heading
 {
	font-family: Electrolize, sans-serif;
	font-size: 2rem;
	color: #1c71b3;
}

.header-content
{
	font-family: Verdana, sans-serif;
	font-size: 0.8rem;
	color: #444444;
	text-align: left;
}

.filters
{
	font-size: 0.9rem;
	font-weight: bold;
	color: #10a89c;
	padding-top: 0.5rem;
}

nav a
{
	font-family: Electrolize, sans-serif;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	background-color: #808080;
	color: white;
	float: left;
	clear: both;
	border-style: solid;
	border-radius: 0.25rem;
	border-width: 0.1rem;
	border-color: #808080;
	padding: 0.5rem;
}

nav a:visited
{
	color: white;
}

.page-btn a
{
	background-color: #10a89c;
	border-color: #10a89c;
}

/***********************************************

        Right Side
            
***********************************************/
.project-content
{
	color: #444444;
	background-color: white;
	border-radius: 0.5rem;
	text-align: left;
	padding: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 1.6rem;
	box-shadow: 3px 3px 3px #888888;
}

.project-heading
{
	font-size: 0.9rem;
	color: #10a89c;
	padding-top: 0.5rem;
}

.project-link a
{
	font-size: 1.1rem;
	color: #10a89c;
	padding-top: 0.5rem;
}

.project-link a:visited
{
	color: #10a89c;
}

.caption
{
	font-style: italic;
	padding-bottom: 0.5rem;
}

.toggle-btn
{
	font-size: 2rem;
	float: right;
	color: #0f75bc;
	margin-top: -1.8rem;
}

.toggle-btn a:hover
{
	text-decoration: none;
}

.toggle-btn-hide
{
	font-size: 2rem;
	float: right;
	color: #0f75bc;
	margin-top: -1.6rem;
}

.toggle-btn-hide a:hover
{
	text-decoration: none;
}

.project1
{

}

.project2
{

}

.project3
{

}

.project4
{

}

.project5
{

}

.project6
{

}

.spacing
{
	padding-bottom: 0.5rem;
}
