@charset "UTF-8";
@import url("twocolumns.css");
/* CSS Document */

body{background-color: #99ccff;
background-size: 100%;
color: #231f20;
	font-family: "courier-prime",'eb-garamond',bentham,"serif";
float:none;
text-justify: auto;
font-size: 16pt;}

content{
	font-family: arizonia,"brush-script-std",dynalight;
	color: #000000;
	float:none;
	width: 90%;
	
}
nav {
    text-decoration: none;
    color: #231f20;
    word-spacing: 5px;
	float: none;
	font-size: 12pt;
}
.nav ul {
  list-style: none;
  color: #000000;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
}
 
.nav a {
  text-decoration: none;
  color: #000000;
  display: block;
  transition: .3s;
}
 
.nav a:hover {
  color: #1C5555;
}
 
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}

figure {
  float:right;
  width: 30%;
  text-align: justify-all;
  font-style: bold;
  font-size: smaller;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
}
@media screen and (min-width: 600px) {
  .nav li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
 
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
	
	.hr{
		align-self: center;
		width: 75%;
		color: #CC9900;
	}
	
	
}

.column {
	float: left;
	 
	width: 50%;
	padding: 20px;
	background-color: #FFFFFF;
}

.left {
	width: 50%;
}

.right {
	width: 50%;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

footer {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 9pt;
    color: #000000;
    background-color: #99ccff;
	align-content: center;
	
}
