body 
{
	font-family: Ubuntu, Arial, Garamond, sans-serif;
  	color: #001f2b;
}

h1 
{
	color: #00415a;
	font-size: 1.4em;
	font-weight: bold;
}

p 
{
	font-size: 1.2em;
  	color: #001f2b;
	text-align: justify;
}

li
{
	font-size: 1.2em;
}

#page-container
{
	margin: auto;
	width: 800px;	
}

#top-container
{
	margin: 0 auto;
	width: 800px;
	min-height: 150px;
}

#middle-container
{
	margin: auto;
	width: 100%;
}

#bottom-container
{
	margin: auto;
	width: 100%;
}

#header
{
	font-size: 1.8em;
	display: inline-block;
	float: left;
	width: 55%;
    	box-sizing:border-box;
	padding: 0px;
	min-height: 100%;
	object-fit: contain;
	vertical-align: middle;

	/* Comment out when not testing 
	border:1px solid black;
    	box-sizing:border-box;
	*/

}

#menu
{
	font-size: 1.0em;
	display: inline-block;
	line-height: 9.2;
	float: right;
	color: #001f2b;
	width: 45%;
	text-align: center;
}

a
{
	color: #001f2b;
	text-decoration:underline;
	font-size: 1.0em;
}

a.menu
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #001f2b;
	text-decoration:none;
}

a:visited.menu 
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #001f2b;
	text-decoration: underline;
}

a:visited
{
	color: #001f2b;
	text-decoration:underline;
}

a:hover, a:focus
{
	color: #00b8ff;
}

a:hover.menu, a:focus.menu
{
	color: #00b8ff
}


#about-container
{
        margin: auto;
        width: 100%;
        height: 360px;

        /* Comment out when not testing
        border:1px solid black;
        box-sizing:border-box;
	*/
}


#about-header
{
	margin: auto;
	height: auto;
	width: 100%;
}

#about-image
{
	margin: auto;
	float: left;
	width: 20%;
        height: auto;
	padding-top: 2px;
	font-size: 1.2em;
}

#about-text
{
	margin: auto;
	float: right;
	width: 78%;
	height: auto;
	padding-left: 2%;
	vertical-align: top;
	text-align: justify;
	font-size: 1.2em;	
}

#footer 
{
	font-size: 0.8em;
	text-align: center;
}

form 
{
        width: 60%;
        margin-left : 20%
}

.resized-textbox 
{
	width: 100%; 
	height: 30px;
	font-size: 24px;
}

.resized-textarea
{
	resize: none;
	font-size: 24px;
        width: 100%;
        height: 250px;
}


.button 
{
	font-size: 24px;

}
