body {
	margin: 0;
	padding: 0;
	color: #eeddee;
	font-family: 'Arial';
	background-color: #0B001E;
	font-size: 1em;
	line-height: 1.5em;
}

html,
body,
header {
    height: 100%;
    font-family: 'Nunito Sans', sans-serif !important;
}

.screen {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
    display: table
}

.middle {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 20px
 }

img {
   border: 0em;
}

.logo {
   font-size: 3em;
   line-height: 1em;
}

p.motto {
	margin: 0;
	padding: 0;
}

p.mission {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
}

p.head {
	font-size: 1.5em;
	padding: 0;
}

p.head span {
	padding-bottom: 3px;
	border-bottom: 2px solid #eeddee;
}

p.text {
	margin-left: 0px;
}
p a {
	color: #eeddee;
	text-decoration: none;
}
p a:hover {
	color: #eeddee;
	text-decoration: underline;
}

p.subhead {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
}


h1,
h2,
h3 {
   text-align: center;
}

.float-left {
   float: left;
}

.float-right {
   float: right;
}

.clear-both {
   clear: both;
}

.pname {
	font-weight: bold;
}
.ptitle {
	font-size: 0.85em;
	font-style: italic;
}
.pmob {
}
.peml {
}

