
body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin: auto;
}
body a {
    text-decoration: none;
}
.main {
    
    margin: auto;
}

.page {
    width: 90%;

    margin: auto;
}


p {
    font-size: 1.5em;
}

h4 {
    text-align: center;
}


h1 {
    font-weight: 800;
    font-size: 36px;
     
}

h3, h2, h1  {
    color:#333333;
    text-align: center;
    font-style: normal;
    font-family: "Rokkitt";
text-decoration:none
}


h3 {
   
    font-size: 1.5em;
}


/*********************************************/

.header {
    display: block;    
    background-repeat: no-repeat;
    width: 100%;
    margin: auto;
    padding: 1em;
    font-weight: bold;   
}

.logo {
    width: 95%;
    margin: auto;
    display: block;
  }


/***********************************/


nav {
    width: 100%;
    
    display: block;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
	color: #FFF;
text-align: center;
   
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:#33556e !important;

}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #008641;
}

/*************************************************/

.blue
{
	background-color: #3498DB;
	border-bottom: 5px solid #2980B9;
	text-shadow: 0px -2px #2980B9;
}

.red
{
	background-color: #E74C3C;
	border-bottom: 5px solid #BD3E31;
	text-shadow: 0px -2px #BD3E31;
}


.yellow
{
	background-color: #F2CF66;
	border-bottom: 5px solid #D1B358;
	text-shadow: 0px -2px #D1B358;
}


.smallLogo {
    width: 90%;
    margin: auto;
    
}


/*********************************************/

aside {
   background-color: #e7e6e6;
    float: left;
    margin-top: 1%;
    margin-left: 1.5%;
    padding: 1em;
    font-size: .8em;
    width: 20%; 
    display: none;
    text-align: center;
    text-decoration: none;

}

.topnews{

  padding: 5px;
  text-align: center;
  background: #33556e;
  color: white;
  font-size: 20px;
}


/********************************************/

article {
   
    margin-top: 1%;
    margin-left: 1%;
    padding: 1em;
    width: 90%;
    font-size: 1em;
    display: inline-block;
background-color:#e7e6e6;

    
       
}

/***********************************************/



.block {
    background-color:#e7e6e6;
    display: block;
    float: right;
    width: 100%;
    margin-top: 1%;
    
    margin-right: 1%;
   
    
}

.headlines {  
    margin: auto;
    padding: .1em;
    font-size: .5em;   
    display: block;    
    text-align: center;
}

.bottomThumb {
    display: none;
    width: 50%;
    height: 8%;
    border: 5px black groove;
}

.bottomBlock {
    margin-top: 2%;
    display: none;
    font-size: .7em;
    width: 95%;
    display: none;
    
}

.bottomHeadlines {
        
    display: none;
    font-size: .8em;
    text-align: center;
    float: left;
    width: 19.9%;
}

.bottomHeadlines2 {
    display: none;
    background-color: #a9ff96;
    font-size: .8em;
    text-align: center;
    float: left;
    width: 19.9%;
}
.headlineLogo{
    width: 75%;
    margin: auto;
}
.tallPic {
      width: 35%;
     height: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 5px black groove;
}

.thumb {
    
    width: 80%;
    height: 50%;
   
}

.leftAlign {
    text-align: center;
    font-weight: bold;
}
.footerLogo{
    display: none;
}

.ad {
    width: 90%;
}

article p {
    padding: 1em;
}
.staff {
    font-weight: bold;
}
.staffPage{
    margin-left: 28%;
}
.archivesPage{
    height: 40em;
    margin-left: 28%;
}

.frontPageArticle{
    width: 100%;
    height: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

/*********************************************/

footer {
    background-color:#131e27;
   
    color: white;
   
    text-align: center;
    width: 100%;
    padding-top: .5em;

    
    
    float: left;
}
.footer {
    
    height: 6em;
}

