@media screen and (max-width: 1000px) {

body{
  background-image: url("/img/cards/mclbg.png");
  background-repeat: repeat;
  font-family:consolas;
  font-size: 20px;
  margin: 0;
  text-align: center;
}

.left {
    padding-left: 0;
}

.content {
	background:#fff;
	width: 75%;
	padding: 20px;
	margin-top:8%;
	overflow: scroll;
	box-shadow: 40px 40px 0px #37936C;
	text-align:center;
	border:8px solid black
}

.hideit {
  display:none;
}

.tags {
  background: #DEEDE8;
  color:black;
  padding: 0 0 0 0;
  font-family:"Arial";
  font-weight:bold;
  font-size: 60px;
  display:block;
  margin: 10 0 0 0;
  width: 100%;
  text-align:center;
}

h1 {
  font-family: arial;
  font-size: 80px;
  margin: 50 20 50 60
}

.info {
  width:90%;
  padding: 40px;
  font-size: 48px;
  line-height: 50px;
  font-family: arial;
  background-color: #E8F7F2;
  margin-top: 10px;
  border:10px dashed mediumseagreen;
  margin-bottom:50px;
  color:black;
}

.deco {
  border: 10px solid black;
  margin: auto;
  margin-top:50px;
  margin-bottom:50px;
  width:65%;
  text-align: center;
  float: none;
  box-shadow: 20px 20px 0px #E8F7F2;
}

.navleft {
  font-size:200px;
  color: mediumseagreen;
  position:absolute;
  bottom:-20%;
  left:5%;
}

.navright {
  font-size:200px;
  color: mediumseagreen;
  position:absolute;
  bottom:-20%;
  right:5%;
}

a {
  text-decoration:none;
  color:#fff;
}
}