@charset "utf-8";
/* CSS Document */


* {
  box-sizing: border-box;
}




#body p {
	font-size: 0.875em;
}

/* Head */

.header {
	clear:both;
	float:left;
	width: 100%;
	display: block;
	background-color: #fff;
	margin-left: 1.00%;
}
.photo_left {
	background-color: #fff;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 00px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header h1 {
	font-size: 4vw;
	font-family: Georgia;
	color: #000;
	font-style:italic;
	text-align:center;
	text-shadow:0vw 5px 5px #333;
}
#header p {
	font-size: 0.15vw;
}

* {
  box-sizing: border-box;
}

.column1 {
  float: left;
  width: 45.00%;
  padding: opx;
  margin-left: 5%;
}
.column2 {
  float: left;
  width: 45.00%;
  padding: opx;
  margin-right: 5%;
}


/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* End of Header/*



/* Navigation Menu */

.topnav {
  overflow: hidden;
  background-color: #d3d3d3;
}

.topnav a {
  float: left;
  display: block;
  color: #118;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #118;
  color: #FFF;
}

.topnav a.active {
  background-color: #D3D3D3;
  color: #118;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* End of Navigation Menu */

/* Begin Top Left Column */

#left {
	clear: none;
	float: left;
	margin-left: 1.00%;
	margin-right: 1.00%;
	width: 67.5%;
	display: block;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 0.25em;
	margin-top: 1.00em;
}
.aligncenter	{
	text-align:center;
}



/* End Top Left Column */

/* Begin Top Right Column */


#right {
	clear: none;
	float: left;
	margin-left: 1.00%;
	margin-right: 1.00%;
	margin-top: 1.00%;
	padding-left: 1.00%;
	margin-bottom: 1%;
	width: 27.5%;
	display: block;
	background-color:#333366;
	color:#FFF;
}
#right h4 {
	color:#FFF;
}
#right a:link    {
	color:yellow;
}
#right a:visited {
	color:white;
}


/* End Top Right Column */

/* Content */

.content {
	clear:both;
	padding-left:2%;
	padding-right: 2%;
	padding-top: 1%;
	display:block;
}
	

/* End of content */


/* Footer */

/* Styles for Footer */
#footer {
	text-align: center;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0.5%;
	padding-bottom:0.5%;
	overflow: auto;
	background-color: #d3d3d3;
}
#footer p {
	font-size: 0.8em;
	color: #118;
	margin: 0;
	padding:0;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer p {
	font-size: 0.8em;
	color: #118;
	margin: 0;
	padding:0;
}
#footer a {
	color: #118;
	text-decoration: underline;
}
#footer a:hover {
	color: #118;
	text-decoration: none;
}
 /* End of footer */
 

@media screen and (max-width: 620px) {
  /* For mobile phones: */
  #left, #right {
    width:100%;
  } 
}

