@charset "utf-8";
/* CSS Document */

body{
	background-color: #99ccff;
	background-size: 100%;
	color: #231f20;
	font-family: "courier-prime",'eb-garamond',bentham,"serif";
	float:none;
	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;
}


.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
	
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
	padding: 60px;
}