.item-description {
  display: none;

  background-color: #74b9ff;
  padding: 0.1em 1em 0.2em 1em;
}

.show-description{
  display: block!important;
}

.item-headline {
  	font-size: 4em;
    margin: 0;
}

#ed .item-headline {
	font-family: 'Press Start 2P', Sans-Serif;
  font-size: 2em;
  margin-left: 0.2em;
  margin-bottom: 1em;
  cursor: pointer;

}

#info {
  margin-bottom: 4em;
  margin-top: 4em;
}

#info .item-headline {
  font-size: 1em;
  margin-left: 0.2em;
  margin-bottom: 1em;

}



@font-face {
    font-family: 'libre_baskervilleregular';
    src: url('../fonts/librebaskerville-regular-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	cursor: pointer;
	background: no-repeat center center fixed;
    background-size:cover;
    font-family: "libre_baskervilleregular", Serif;
  	margin: 30px;
}

@media (max-width: 30em) {
  body {
    	margin: 1em;
  }
  .item-headline {
    	font-size: 2em;
      margin: 0;
  }

  #ed .item-headline {
    font-size: 1em;
  }

  p.contentTitle{
  	font-size: 14px;
  	line-height: 16px;
  }

  p.contentText{
  	font-size: 18px;
  }

}

.textContent p{

}

.contentTitle{
	font-size: 24px;
	line-height: 30px;
	font-family: 'Press Start 2P', Sans-Serif;

}

.contentText{
	font-size: 30px;
	width: 90%;
}

.close{
  	font-size: 50px;
  	position: absolute;
  	right: 20px;
  	top: 0px;
}

.closeEd{
  	font-size: 50px;
  	position: absolute;
  	right: 20px;
  	top: 0px;
}

.closeI{
  	font-size: 50px;
  	position: absolute;
  	right: 20px;
  	top: 0px;
}

#ip_content{
	display: none;
	margin: 20px;
	width: 75%;
	height: auto;
	overflow: hidden;
	position: absolute;
	background-color: #74b9ff;
	z-index: 100;
}

#editorial{
	display: none;
	margin: 20px;
	width: 75%;
	height: auto;
	overflow: hidden;
	position: absolute;
	background-color: #74b9ff;
	z-index: 101;
}

#infoText{
	display: none;
	margin: 20px;
	width: 75%;
	height: auto;
	overflow: hidden;
	position: absolute;
	background-color: #74b9ff;
	z-index: 101;
}

#homeTitle{
	display: inline-block;
	margin: 25px 0px 40px 0;
	line-height: 24px;
}

#infoButton{
	position: fixed;
	top: 20px;
	right: 15px;
	font-size: 40px;
    display: none;
}

#infoButton p{
	margin: 30px;
	font-size:20px;
	font-family: 'Press Start 2P', Sans-Serif;


}





ul {
	margin: 0px 0px 0px 25px;
	padding: 0;
}
ul li {
	list-style: none;
	font-size: 4em;
}

ul li span:hover{
	font-family: 'Press Start 2P', Sans-Serif;
	font-size: 50px;
	position: relative;
	transform: translateY(-1em);
}


ul li span:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    bottom: -1em;
    z-index: -1;
  }
