

.container
{
 	 height: 100vh;
}

.banner
{
	height: 10vh;
  border: solid black;
}

.site
{
  text-align: left;
  margin-left: 20px;
  margin-top: 10px;
}

.sections
{
  height: 5vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.currentnews
{
  height: 40vh;
  margin-top: 10px;
}
.othernews
{
  margin-top: 5px;
  height: 43vh;
}

.centerbox
{
	height: 100%;
  width: 60%;
  margin: auto;
}

.story1
{
  height: 30%;
  width: 100%;
  margin: auto;
  margin-bottom: 3%;
}

.story2
{
  height: 30%;
  width: 100%;
  margin: auto;
  margin-bottom: 3%;
}

.story3
{
    height: 30%;
  width: 100%;
  margin: auto;
}

.picture
{
	height: 100%;
  width: 50%;
  display: inline-block;
  float: left;
}

.picturetext
{
  height: 100%;
  width: 50%;
  display: inline-block;
  font-size: 20px;
}

.newsitems
{
  padding: 0px;
  list-style: none;
}

.newsitems li
{
 float: left;
 padding: 16px; 
}