@import url("jmenu.min.css");

/* reset*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
@font-face {
    font-family: 'veteran_typewriterregular';
    src: url('../font/veteran_typewriter.eot');
    src: url('../font/veteran_typewriter.eot?#iefix') format('embedded-opentype'),
         url('../font/veteran_typewriter.woff2') format('woff2'),
         url('../font/veteran_typewriter.woff') format('woff'),
         url('../font/veteran_typewriter.ttf') format('truetype'),
         url('../font/veteran_typewriter.svg#veteran_typewriter') format('svg');
    font-weight: normal;
    font-style: normal;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
body {
	font-family: 'veteran_typewriterregular', Times New Roman, serif;
	font-size: 100%;
	color: #000;
	background-color: #000;
}

.wrapper {
	width: 60%;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
}
.container {
	width: 100%;
	display: flex;
}
.sidebar {
	width: 25%;
	background-color: #0000FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #737373;
	color:#fff;
}
.sidebar-sar {
	width: 25%;
	background-color: #b8860b;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #737373;
	color:#fff;
}
.sidebar-usi {
	width: 25%;
	background-color: #2172AD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #737373;
	color:#fff;
}
.sidebar-fed {
	width: 25%;
	background-color: #A503A0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #737373;
	color:#fff;
}
.sidebar-inter {
	width: 25%;
	background-color: #339900;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #737373;
	color:#fff;
}
.sidebar-comm {
	width: 25%;
	background-color: #FF0000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #737373;
	color:#fff;
}
.main {
  width: 75%;
	background-color:#fff;
	border:1px solid #737373;
}
.full-main {
	width: 100%;
	background-color:#fff;
	border:1px solid #737373;
	padding: 2%;
}
p {
	line-height: 1.5em;
	padding-right: 2%;
	padding-bottom: 2%;
	word-wrap: break-word;
}
.enter {
	line-height: 1.5em;
	padding-right: 2%;
	padding-bottom: 2%;
	word-wrap: break-word;
	color: #fff;
}
.signup-form {
	line-height: 1.5em;
	padding-right: 2%;
	padding-bottom: 2%;
	word-wrap: break-word;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.regular {
	line-height: 1.5em;
	padding: 2%;
}
h1 {
	font-size: calc(1.2em + 2vw);
	margin-top: 1%;
	margin-bottom: 1%;
	color: #fff;
}
h2 {
	font-size: 150%;
	margin-top: 1%;
	margin-bottom: 1%;
}
h3 {
	font-size: 140%;
	margin-top: 1%;
	margin-bottom: 1%;
}
h4 {
	font-size: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
li {
	margin-left: 4%;
}
ul li ul {
	list-style-type: circle;
}
ul li ul li {
	padding-bottom: 1%;
}
ul ol li {
	padding-bottom: 1%;
	line-height: 1.5em;
}
.sublinks {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.sublinks li {
	padding: 1%;
}
.italic {
	font-style: italic;
}
.centerit {
	text-align:center;
}
.centerit-photo {
	text-align: center;
	margin-top: 15%;
}
.photo-credit {
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	font-size: 80%;		
}
#myBtn {
  display: none; 
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 100%;
}

#myBtn:hover {
  background-color: #555;
}
.white {
	color: #fff;
}
.redalert {
	font-size: calc(1.2em + 15vw);
	color: #FF0000;
	text-decoration: overline;
}
footer {
	background-color: #fff;
	text-align:center;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
}
/* center signup index box */
html, body, .landing-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.landing-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-box {
	padding: 2%;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
}
.signup-box {
	padding: 2%;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
}
.button {
  background-color: #fff; 
  border: none;
  color: #000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
	border-radius: 6%;
}
