.header {
	height: 30%;
	background-color: #00112b;
	background-image: url("../images/banner.jpg");
	background-size: cover;
	background-position: center center;
	color: #000c19;
	text-align:center;
	padding: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000c19;
	font-family: 'Nixie+One', 'cursive', 'Lora', 'Unna', serif;
}

em {
  font-style: italic;
}

.iframe {
	height: 100%;
	overflow: hidden;
	position: fixed;
}
	
strong {
  font-weight: 700;
}

.clr a:hover  {
    color: #f63a1a;
}

.clr a:active {
    color: #c6c6c6;
}

h1 {
	font-size: 3.4em;
	font-family: 'Karma', 'Quattrocento', 'Spectral', serif;
}

h2 {
/*	font-size:;*/
	font-family: 'Karma', 'Quattrocento', 'Spectral', serif;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 25px;
}

.content p {
      text-align: left;
    margin-bottom: 25px;
}

#container {
	min-height: 100vh;
	position: relative;
	display: block;
	overflow: hidden;
	font-family: 'Lora', 'Unna', 'Karma', 'Quattrocento', serif;
	font-size: 1.8em;
	line-height: 1.6;
}

.content {
	font-family: 'Lora', 'Unna', 'Karma', 'Quattrocento', serif;
	color: black;
	width: 82%/*940px=100%*/;
	height: 100%;
	display: block;
    margin: 0 10px 0 10px;
	overflow: hidden;
}

.columnleft {
    width: 60%/*610px*/;
    margin: 0 auto;
    float: left;
}

.columnright {
    width: 30%/*310px*/;
    margin: 0 0 auto 10%/*20px*/;
    float: left;
}


header {
	width: 100%;
}

.logo {
	background-image: url("../images/dflylogofree.png");
	background-position: 95% 50%;
	background-size: 10% auto;
	background-repeat: no-repeat;
	max-height: 100%;
}

.logo a {
	text-decoration: none;
color: #330033;
}

.logo a:hover {
	color: #000c19;
}

.menu {
   	height: 4%;
	background-color: #00112b;
	color: #fff;
	font-size: ;
	text-align:center;
	padding: 20px;
	border-top-color: #000c19;
		border-top-style: solid;
	border-top-width: 0pt;
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: #000c19;
}


.menu a {
    text-decoration: none;
    cursor: pointer;
   color: aliceblue;
}

.spacer {
    width:50px;
}

footer {
    width: 100%;
    display: block;
    position: absolute;
    height: 80px;
    bottom: 0;
    background-color: #00112b;
    color: #fff;
    font-size: 0.8em;
    padding: 20px;
    border-top-style: solid;
    border-top-width: 2pt;
    border-top-color: #000c19;
    border-bottom-style: solid;
	border-bottom-width: 3pt;
	border-bottom-color: #000c19;
}

.home {
    text-align: center;
}

.formspacer {
	height: 50px;
}

.indent {
    margin: 0 0 0 20px;
}


.caption {
font-size: 0.65em;
}

.png {
padding: 20px;
	margin: 20px;
	display: block;
}