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

body{
  text-align: center;
}

.content {
	width: 75%;
	padding: 20px;
	margin-top:8%;
}

.left {
    padding-left: 0;
}

.tags {
  font-size: 60px;
  display:block;
  background-color: #d6edc7;
  margin: 0 0 0 0;
  text-align:center;
  border: dashed DarkSeaGreen;
  border-width: 6 0 6 0;
}

h1 {
  width:600px;
  height:310px;
  font-size: 40px;
  margin: 0 0 70 10
}

.info {
font-size: 40px;
  line-height: 1.07;
}

.deco {
  margin: auto;
  margin-top:50px;
  margin-bottom:50px;
  width:65%;
  text-align: center;
  float: none;
}

.navleft {
  font-size:200px;
  position:static;
  margin-right: 45%
}

.navright {
  font-size:200px;
  position:static;
}

.spacer {
  font-size: 30px;
  background-color:#ecfae3;

}

.spacer2 {
  display:none
}

span {
  width:100%;
  display:block;
}
}