@import url('fonts.css');
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #000000;
	background-image: url(../img/bg.png);
	min-width: 320px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
h1 {
	line-height: 18px;
	font-size: 18px;
	color: #D00;
	margin: 10px;
	clear: both;
	display: block;
	border-bottom: 2px solid #D00;
	text-shadow: 1px 1px 0px #000;
	background: url(../img/h2.png) no-repeat left center;
	padding-left: 40px;
}
h2 {
	line-height: 16px;
	font-size: 16px;
	color: #D00;
	padding: 5px 0px;
	margin: 10px;
	clear: both;
	display: block;
}
h3 {
	line-height: 18px;
	font-size: 16px;
	color: #D00;
	margin: 5px 10px;
	clear: both;
	display: block;
	text-decoration: underline;
}
.nav-collapse a {
	font-size: 18px;	
	padding: 0.1em 0.2em;
}	
#content a {
	color: #B00;	
}
#content p {
	margin: 10px;
	font-size: 18px;
	text-align: justify;
}
#content p b {
	font-weight: bold;	
}
#content ul {
	margin: 10px;
}
#content ul li {
	list-style-type: disc;
	margin-left: 30px;
	line-height: 1.3em;
}
#content-wrapper {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	width: 100%;
}
#content {
	background: #FFF;
	margin: 10px auto;
	width: 90%;
	clear: both;
	padding: 5px 0px;
	box-shadow: 1px 1px 4px 1px #000;
	overflow: hidden;
	max-width: 1200px;
}

#logo {
	width: 98%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;
	text-decoration: none;
	color: #0000C6;
	padding: 1%%;
	background: #FFF;
}
#logo #logoWrapper {
	margin: 0px;
	display: inline-block;
	width: 15%;
	float: left;
}
#logo img {
	display: block;
	max-width: 150px;
	margin: 0 auto;
	width: 100%;
}
#logo #titletext {
	font-family: cooper;
	overflow: visible;
	font-size: 16px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 2px 2px 0px #FFF, -2px -2px 0px #FFF, 2px -2px 0px #FFF, -2px 2px 0px #FFF, 3px 3px 3px #000, 0px 0px 3px #000;
	vertical-align: center;
	position: relative;
	line-height: 30px;
	width: 65%;
	margin-top: 6px;
	display: inline-block;
	text-align: center;
	float: left;
	color: #ffe400;
	margin: 2% auto 0;
}
#header-info {
	width: 20%;
	margin: 1% 0;
	float: left;
	text-align: center;
	color: #d00;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	font-size: 14px;
}
#footer-mask {
	overflow: hidden;
}
#footer-mask #footer {
	margin: 0 10%;
	background: rgba(255,255,255,0.7);
	padding-bottom: 20px;
}
#footer-mask #footer #footer-nav {
	margin: 0 auto;
	padding: 0 0 0 30px;
	overflow: hidden;
	width: auto;
	display: block;
	text-align: center;
}
#footer-mask #footer #footer-nav li {
	display: inline-block;
	color: #D00;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#footer-mask #footer #footer-nav li a {
	color: #D00;
	padding: 1%;
	display: inline-block;
	text-decoration: none;	
	white-space: nowrap;
}
#footer-mask #footer #footer-nav li a:hover {
	text-decoration: underline;	
}
#footer-mask #footer #info-floated-left, #footer-mask #footer #info-floated-right {
	float: none;
	width: 100%;
	display: block;
	text-align: center;
}
@media screen and (min-width: 30em) {
	.nav-collapse a {
		font-size: 17px;	
    	padding: 0.1em 0.3em;
			white-space: nowrap;
	}	
	#logo {
		width: 98%;
		padding: 1%;
	}
	#logo #titletext {
		font-size: 22px;
		line-height: 22px;
		margin: 3% auto 0;
		width: 65%;
	}
	#header-info {
	width: 20%;
	margin: 10px 0px 0px 0px;
	float: right;
	font-size: 14px;
	}
	h1 {
		font-size: 24px;
		line-height: 24px;
	}
	h2 {
	font-size: 18px;
	line-height: 18px;
	}
	h3 {
		font-size: 16px;
		line-height: 16px;
	}	
	#footer-mask #footer #footer-nav {
		margin: 0 auto;
		padding: 0;
	}
}
@media screen and (min-width: 40em) {
	#logo #titletext {
		font-size: 32px;
		line-height: 26px;
		margin: 3% auto 0;
		width: 65%;
	}
	#header-info {
		width: 20%;
		margin: 1% 0;
		font-size: 18px;
	}
	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	h2 {
		font-size: 20px;
		line-height: 20px;
	}
	h3 {
		font-size: 16px;
		line-height: 16px;
	}
	#footer-mask #footer #footer-nav {
		margin: 0 auto;
		padding: 0;
	}
}
@media screen and (min-width: 50em) {
	.nav-collapse a {
		font-size: 22px;	
    	padding: 0.2em 0;
	}
		#footer-mask #footer #footer-nav {
		margin: 0 auto;
		padding: 0;
	}
}
@media screen and (min-width: 60em) {
	#logo #titletext {
		font-size: 40px;
		line-height: 40px;
		margin: 2% auto 0;
		width: 65%;
	}
	#header-info {
		width: 20%;
		margin: 1% 0;
		font-size: 24px;
	}
	h1 {
		font-size: 40px;
		line-height: 40px;
	}
	h2 {
		font-size: 24px;
		line-height: 26px;
	}
	h3 {
		font-size: 22px;
		line-height: 22px;
	}	
	#footer-mask #footer #footer-nav {
		margin: 0 auto;
		padding: 0;
	}
}


.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	background: #FFF;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}
.nav-collapse ul {
	padding: 0;
background: #af0000; /* Old browsers */
background: -moz-linear-gradient(top,  #af0000 0%, #ff3030 32%, #ff2828 33%, #af0000 81%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af0000), color-stop(32%,#ff3030), color-stop(33%,#ff2828), color-stop(81%,#af0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #af0000 0%,#ff3030 32%,#ff2828 33%,#af0000 81%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #af0000 0%,#ff3030 32%,#ff2828 33%,#af0000 81%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #af0000 0%,#ff3030 32%,#ff2828 33%,#af0000 81%); /* IE10+ */
background: linear-gradient(to bottom,  #af0000 0%,#ff3030 32%,#ff2828 33%,#af0000 81%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0000', endColorstr='#af0000',GradientType=0 ); /* IE6-9 */	
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: 13%;
    *width: 12.9%; /* IE7 Hack */
    _width: 13%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
background: #af0000; /* Old browsers */
background: -moz-linear-gradient(top,  #af0000 0%, #ff3030 32%, #ff2828 33%, #af0000 81%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af0000), color-stop(32%,#ff3030), color-stop(33%,#ff2828), color-stop(81%,#af0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #af0000 0%,#ff3030 32%,#ff2828 33%,#af0000 81%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #af0000 0%,#ff3030 32%,#ff2828 33%,#af0000 81%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #af0000 0%,#ff3030 32%,#ff2828 33%,#af0000 81%); /* IE10+ */
background: linear-gradient(to bottom,  #af0000 0%,#ff3030 32%,#ff2828 33%,#af0000 81%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0000', endColorstr='#af0000',GradientType=0 ); /* IE6-9 */

  border-bottom: 1px solid white;
  float: left;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opactiy 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.nav-collapse a:hover, .nav-collapse a.active {
	opacity: 0.6;
	background-color: #FFF;	
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    zoom: 1;
    filter: alpha(opacity=70);
}

@media screen and (min-width: 40em) {
	.nav-collapse {
		box-shadow: 0px 0px 4px 1px #000;	
	}
  .nav-collapse a {
    margin: 0;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }	
	.nav-collapse ul {
		padding: 0 0 0 10%;
	}
  .nav-collapse a.last {
    border-right: none;	
	}
}

.nav-collapse ul ul a {
  background: #D00;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 45px;
  height: 45px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/hamburger.png") no-repeat center center;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-toggle {
    background-image: url("../img/hamburger-retina.png");
    -webkit-background-size: 45px 45px;
    -moz-background-size: 45px 45px;
    -o-background-size: 45px 45px;
    background-size: 45px 45px;
  }
}
