@font-face {
	font-family: "Josefin Sans";
	     src:url("../text/JosefinSansRegular.ttf") format("truetype"); 
}

body {
	font-family:"Josefin Sans";
}
#aspotl {
	padding-right: 2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 350px;
	text-align: left;
	padding-top: 2.5%;
	margin-top: 2.5%;
	line-height: 120%;
}

#aspotc {
	padding-right: 2.5%;
	padding-left: 2.5%;
	text-align: left;
	padding-top: 2.5%;
	margin-top: 2.5%;
	line-height: 120%;
}
#aspotr {
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	height: 350px;
	padding-top: 2.5%;
	margin-top: 2.5%;
	padding-left: 10%;
	color: #999;
	line-height: 120%;
}

#wrapper #aspotl {
	color: #999;
}
#wrapper #aspotr {
	color: #999;
}
#wrapper #aspotc {
	color: #999;
}
#wrapper #aspotl a {
	color: #999;
}

#wrapper #aspotc a {
	color: #999;
}

#wrapper #aspotr a {
	color: #999;
}
#wrapper #aspotl h1 {
	font-size:150%;
}

#wrapper #aspotc h1 {
	font-size: 150%;
}
#wrapper #aspotr h1 {
	font-size:150%;
}
#aspotlvid {
	padding-right: 2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 450px;
	text-align: left;
	letter-spacing: 0.3em;
}

#aspotrvid {
	padding-right: 2%;
	padding-left: 5%;
	height: 450px;
	text-align: left;
	overflow: scroll;
	letter-spacing: 0.4em;
}
#wrapper table tr td #aspotlvid h1 {
	color: #999;
	font-weight: normal;
}
#wrapper table tr td #aspotrvid h1 {
	color: #999;
	font-weight: normal;
}
#wrapper #aspotlvid a {
	color: #999;
}
#wrapper #aspotrvid a {
	color: #999;
}
#wrapper #aspotlvid {
	color: #999;
}
#wrapper #aspotrvid {
	color: #999;
}
#wrapper #aspotlvid h1 {
	font-size:150%;
}

#wrapper #aspotrvid h1 {
	font-size:150%;
}

.copyright {
	font-size: 75%;
	text-align: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10%;
}
#eosheaderlogo {
	margin-top: -5%;
	float: left;
}

#eosheader a {
	font-size: 275%;
	color: #CCC;
	text-transform: none;
	letter-spacing: 0.3em;
	line-height: 111%;
	;
}
#wrapper table tr td #eosheader img {
	margin-bottom: -5%;
}

#headerwrapper     {
	/* [disabled]margin-right: 15%; */
	/* [disabled]margin-left: 15%; */
	margin-top: 5%;
	width: 80%;
	text-align: center;
}


#eosheader  {
	margin-top: 3%;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
}
.featuremessage {
	color: #C00;
	font-size: 160%;
	font-variant: small-caps;
	line-height: 120%;
}
#footernav {
	text-align: left;
	font-size: 87.5%;
	margin-left: 10%;
}

#wrapper #footernav a {
	color:#999;
}
#headerunderline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	width: 80%;
	margin-top: 1%;
	margin-bottom: 2.25%;
}


#mainbody {
	text-align: left;
	margin-right: 10%;
	margin-left: 10%;
}
#mainbody h1 {
	font-weight: normal;
	color: #999;
}
#wrapper #mainbody ul span a {
	color: #999;
}
#wrapper #mainbody ul a {
	color: #999;
}
.show {
	color: #333;
	font-size: 100%;
	line-height: 170%;
	letter-spacing: 0.15em;
}
#showunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 100%;
	margin-bottom: 1.25%;
	margin-top: 1.25%;
}


/* CSS Document */


#textoverimage {
	background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../images/eosskylinefinal.jpg);
	background-size: cover;
	height: 350px;
	border: 1px solid #CCC;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}

#textoverimage h1 {
	font-size: 200%;
	padding-top: 5.5%;
}

.title {
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
#wrapper #topnav {
	letter-spacing: 0.25em;
	color: #505050;
	word-spacing: 2em;
	width: 80%;
	margin-bottom: .5%;
	margin-right: auto;
	margin-left: auto;
	line-height: 175%;
}

#wrapper #topnav a {
	color: #505050;
}
.triangle-isosceles {
	position: relative;
	padding: 5px;
	color: #000;
	background: #f3961c;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
	background: -moz-linear-gradient(#f9d835, #f3961c);
	background: -o-linear-gradient(#f9d835, #f3961c);
	background: linear-gradient(#f9d835, #f3961c);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

.triangle-isoscelessmall {
	position: relative;
	color: #000;
	background: #f3961c;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
	background: -moz-linear-gradient(#f9d835, #f3961c);
	background: -o-linear-gradient(#f9d835, #f3961c);
	background: linear-gradient(#f9d835, #f3961c);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}
.triangle-isoscelesshowbook {
	position: relative;
	color: #000;
	background: #f3961c;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
	background: -moz-linear-gradient(#f9d835, #f3961c);
	background: -o-linear-gradient(#f9d835, #f3961c);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: linear-gradient(;
	width: 250px;
}
#wrapper {
	font-family: "Josefin Sans";
	font-size: 87.5 %;
	font-weight: 100;
	color: #666666;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 125%;
	letter-spacing: 0.143em;
}
#wrapper a {
	color: #333;
	text-decoration: none;
}
#wrapper table tr td #aspotl h1 {
	color: #999;
}
#wrapper table tr td #aspotr h1 {
	color: #999;
}
#wrapper table tr td #aspotl a {
	color: #333;
}
#wrapper table tr td #aspotc a {
	color: #333;
}

#wrapper h1 {
	font-weight:normal;
}
