/*---------------------------------All Pages---------------------------------*/
#wrapper{
  margin: 0 auto;
  width: 90%;
  background: #F5F5F5;
  border: 1px solid #878E63;
  box-shadow: 0 0 10px rgba(12, 3 , 25, 0.8);
}

body{
  background-color: #EF4825;
  margin: 0px;
  font-family: sans-serif;
  color: black;
  font-size: 13px;
}
p{
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 10px 0 0 10px;
}
/*-----------------------------------Header-----------------------------------*/
header{
  height: 130px;
  padding: 0;
  margin: 0;
  background-color: grey;
}
header h2{
  font-family: 'Asap', sans-serif;
  letter-spacing: 0.5px;
  font-size: 25px;
  margin: 0;
  padding: 10px 0 0 10px;
}
header h1{
  font-family: 'Asap', sans-serif;
  letter-spacing: 0.5px;
  font-size: 60px;
  margin: 0 20px 0 0;
  padding: 10px 0 0 10px;
  color: #FFF;
  width: 80%;
}
#crest{
  float: right;
  width: 130px;
  height: 130px;
}

/*----------------------------------Nav Bar----------------------------------*/
nav{
  border-radius: 5px;
  margin: 10px;
  padding: 5px;
  height: 50px;
  font-size: 110%;
  font-weight: bold;
  color: #697E83;
  background-color: #fff;
}
nav a{
  font-weight: bold;
  color: grey;
}
nav a:link{
  text-decoration: none;
}
nav a:hover{
  color: #000;
}
nav ul{
  list-style: none;
  background: #fff;
  padding: 0px;
}
nav ul ul{
  position: absolute;
  padding: 0;
  opacity: .9;
  z-index: 999;
}
nav ul li{
  display: inline-block;
  position: relative;
  padding: 8px;
}
nav ul li a{

}
nav ul li:hover ul{
  display: block;
}
nav ul li ul li{
  display: block
}
nav ul li ul{
  min-width: 15%;
  opacity: 0.9;
  display: none;
  position: absolute;
}
nav ul li ul li a{
  padding: 8px;
}
/*-----------------------------------Banner-----------------------------------*/
/*----------------Slider---------------*/
.banner{
  width: 100%;
  height: 538px;
  position: relative;
}
#slider{
  width: 100%;
  height: 538px;
  position: absolute;
  overflow: hidden;
}
#next{
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  background-color: #EF4825;
  position: absolute;
  top: 205px;
  right: 0;
  z-index: 99;
  cursor: pointer;
  opacity: .4;
}
#pre{
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  background-color: #EF4825;
  position: absolute;
  top: 205px;
  left: 0;
  z-index: 99;
  cursor: pointer;
  opacity: .4;
}
.banner:hover #next{
  opacity: 1;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.banner:hover #pre{
  opacity: 1;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
/*--------------Image Slider-----------*/
#curtain{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
}
#light{
  max-width: 80%;
  max-height: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
#close{
  height: 50px;
  width: 50px;
  top: 40px;
  right: 0;
  position: absolute;
  z-index: 990;
}
/*----------------------------------Articles----------------------------------*/
main{
  padding: 6px 4px 6px 8px;
}

#article{
  padding: 5px 5px 5px 30px;
  margin: 5px;
  width: 29%;
  height: 100%;
  float: left;
  border: 1px solid #959592;
}
#article img{
  display: block;
  margin: auto;
  width: 70%;
  height: 70%;
}
#article h4{
  text-align: center;
}
#article h3{
  text-align: center;
}
#article a{
font-weight: bold;
text-decoration: none;
color: #fff;
background-color: #EF4825;
margin: 0;
padding: 10px 10px 10px 10px;
display: inline-block;
}
/*-----------------------------------Bottom-----------------------------------*/
#subscribe{
  padding: 15px;
  text-align: left;
}
#subscribe a{
  text-decoration: none;
  color: black;
  text-align: left;
}
.bottomLeft{
  padding: 10px 4px 10px 24px;
  width: 35%;
  float: left;
}
.form{
  width: 35%;
  padding: 10px 4px 10px 24px;
  float: left;
}
.bottomRight{
  width: 23%;
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 5px;
}
input[type=submit]{
  width: 110px;
  padding: 13px;
  border: 0;
  cursor: pointer;
  background-color: #EF4825;
  border-radius: 2px;
}
input[type=text], [type=email]{
  padding: 10px;
  border-radius: 2px;
  width: 150px;
}
form{
  padding-top: 5px;
}
span{
  font-weight: bold;
}
#eagle{
  display: block;
  margin: auto;
  width: 50%;
  height: 50%;
}
/*-----------------------------------Footer-----------------------------------*/
footer{
  height: 99px;
  padding: 0;
  margin: 0;
  color: #FAFAFA;
  font-weight: bold;
  text-align: center;
  background-color: grey;
}
/*------------------------------------MISC------------------------------------*/
.clear{
  clear: both;
}

/*------------------------------------About-----------------------------------*/
#abouth1{
  text-align: center;
}
#aboutLeft{
  padding: 0 5px 10px 5px;
  width: 60%;
  float: left;
}

#aboutRight{
  padding: 0 5px 10px 5px;
  width: 35%;
  float: left;
  border-left: 1px solid #959592;
}

.article img{
  display: block;
  margin: auto;
  width: 30%;
  height: 30%;
}
.article a{
  text-decoration: none;
  cursor: pointer;
  color: black;
}
/*----------------------------------Academics---------------------------------*/
#academLeft{
  padding: 0 5px 10px 5px;
  width: 70%;
  float: left;
}
#academLeft a{
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #EF4825;
  margin: 0;
  padding: 10px 10px 10px 10px;
  display: inline-block;
}
#academRight{
  padding: 0 5px 10px 5px;
  width: 25%;
  float: left;
}

.fields{
  padding: 5px 5px 5px 5px;
}
.fields h3{
  font-weight: bold;
  text-align: center;
}
#subject{
  padding: 5px 5px 5px 5px;
  margin: 5px;
  width: 30%;
  height: 100%;
  float: left;
  border: 1px solid #959592;
}
#subject a{
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #EF4825;
  margin: 0;
  padding: 10px 10px 10px 10px;
  display: inline-block;
}
/*---------------------------------Student Life-------------------------------*/
#lifeLeft{
  margin-left: 10px;
  padding: 0 0px 5px 5px;
  width: 69%;
  float: left;
  border-right: 1px solid #878E63;
}
#lifeRight{
  padding: 0 5px 5px 0px;
  width: 25%;
  float: left;
}
#lifeRight h3{
  text-align: center;
}
#lifeRight p{
  text-align: center;
}
#studentLifeA{
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #EF4825;
  margin: 0;
  padding: 10px 10px 10px 10px;
  display: inline-block;
}
/*---------------------------------Greek--------------------------------------*/
aside{
  margin: 5px;
  padding: 5px;
  float: left;
}
section{
  margin: 5px;
  padding: 5px;
  float: left;
  width: 80%;
}
#gh1{
  text-align: center;
}

.house{
  width: 200px;
  float: left;
  padding: 0 0 10px 0;
  margin: 5px;
}
.housetext{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#greektable{
  width: 90%;
  border: 1px solid #878E63;
}
#greektable td{
  text-align: center;
  border: 1px solid #878E63;

}
#left{
  text-align: left;
}
/*---------------------------------Apply--------------------------------------*/
#appLeft{
  width: 50%;
  float: left;
}
#infotable{
  margin-left: 100px;
  padding: 5px;
  width: 50%;
  border: none;
}
#infotable tr{
  width: 100px;
}
#infotable td{
  text-align: left;
  border: none;
}
#apph1{
  width: 60%;
  text-align: center;
}
#appRight{
  width: 40%;
  height: 100%;
  float: left;
}
#appRight img{
  width: 100%;
  height: 100%;
}
/*-------------------------------Major Form-----------------------------------*/
#educationForm{
  width: 100%;
  margin: 10px;
}
#majorH3{
  text-align: center;
}
#majora{
font-weight: bold;
text-decoration: none;
color: #fff;
background-color: #EF4825;
margin: 0;
padding: 10px 10px 10px 10px;
display: inline-block;
}
/*-------------------------------Admissions-----------------------------------*/
#admissionImg{
  width: 30%;
  float: left;
}
#admissionRight{
  width: 65%;
  float: left;
}

#admissionTable{
  width: 90%;
}
#admissionTable td{
  text-align: center;
}
#left{
  text-align: left;
}
.admiss h2{
  text-align: center;
}
#admissiona{
  font-weight: bold;
  text-decoration: none;
  color: #EF4825;
  margin: 0;
  padding: 3px;
}
/*--------------------------------Athletics-----------------------------------*/
#athelticsLeft{
  padding: 0 5px 10px 5px;
  width: 70%;
  float: left;
}
#athleticsRight{
  padding: 0 5px 10px 5px;
  width: 25%;
  float: left;
}
#athleticsRight img{
  padding: 5px;
  width: 50%;
  height: 50%;
}
.sports{
  padding: 5px 5px 5px 5px;
}
.sports h3{
  font-weight: bold;
  text-align: center;
}
#sport{
  padding: 5px 5px 5px 5px;
  margin: 5px;
  width: 30%;
  height: 100%;
  float: left;
  border: 1px solid #959592;
}
#sport img{
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
}
#sport a{
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #EF4825;
  margin: 0;
  padding: 10px 10px 10px 10px;
  display: inline-block;
}
/*---------------------------------News---------------------------------------*/
#newsimg{
  width: 50%;
  height: 50%;
}
