
body {
    width: 100%;
    height: 100%;
background-color: #ffffff;
    
    margin: auto;
}
body a {
    text-decoration: none;
}
.main {
    
    margin: auto;
}
.page {
    width: 70%;

    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: 90%;     
    padding:0.5em;
    font-weight: bold;   

}



.logo {
    width: 90%;
    margin: auto;
    display: block;
   }

.add {
    width: 70%;
    margin: auto;
    display: block;
   }


/******************************************************/

.nav {
    width: 100%;
    display: block;
    margin-top: 0%;
    margin-left: 1%; 

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;
position: relative;

}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 12px 14px;
  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 {
    float: left;
    margin-top: 1%;
    margin-left: 1.5%;
    background-color:#e7e6e6;

    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 {
    background-color:#e7e6e6;
    margin-top: 1%;
    padding: 1em;
    width: 80%;
    font-size: .8em;
    display: inline-block;
    
       
}

/*****************************************************************/


.block {
     background-color:#e7e6e6;
    display: inline-block;
    float: right;
    width: 35%;
    margin-top: 1%;
    margin-right: 1.5%;
    
}


.headlines {
   
    margin: auto;
    padding: 1em;
    font-size: .5em;
    display: block;
    text-align: center;
}


.headlineLogo {
    width: 75%;
    margin: auto;
}

.thumb {
    
    width: 80%;
    height: 28%;
    
}

.leftAlign {
    text-align: center;
    font-weight: bold;
}
.footerLogo{
    float: right;
}

.ad {
    width: 100%;
}

article p {
    padding: 1em;
}
.staff {
    font-weight: bold;
}
.staffPage{
    margin-left: 28%;
}
.archivesPage{
    height: 40em;
    margin-left: 28%;
}


//image 


.frontPageArticle {
    width: 100%;
    height: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tallPic {
    width: 45%;
	height: 40%;
 display: block;
    margin-left: auto;
    margin-right: auto;
   
}

/*****************************************/


footer {
    background-color: #131e27;
   
    color: white;
   
    padding-bottom: 0;
    text-align: right;
    width:100%;
    
      padding-top: .5em;
    margin-top: 1.3%;
   
    float: left;
}
.footer {
    float: left;
}


.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%;
}

