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

body{
  background-image: url("/img/cards/maddybg.gif");
  background-repeat: repeat;
  font-family:consolas;
  font-size: 20px;
  margin: 0;
  color: #000;
}

.content {
	background:#fff;
	border-radius: 120px;
	width: 75%;
	padding: 20px;
	margin-top:8%;
	overflow: scroll;
	border:10px dashed #E74D52;
}

.header {
  text-align: center;
  padding: 32px;
}

b.tags {
  background: #E74D52;
  color:#fff;
  text-decoration:double underline;
  padding: 10 0 10 0;
  font-family:"Lucida Console";
  font-weight:normal;
  font-size: 50px;
  display: list-item;
  border-radius:150px;
  margin: 10px;
  width: 80%;
}

.mix{
  font-size:12px;
  font-weight:normal;
  color:#ffc2c4;
}

h1 {
  color: #bd262b;
  font-family: times;
  font-size: 80px;
  margin: 40 40 40 120;
  letter-spacing: 1px;
  line-height:.9;
}

.info {
  border:10px double #FFDDDD;
  color:#780A32;
  width:90%;
  padding: 40px;
  border-radius: 120px;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 0.1;
  font-family: verdana;
  background-color: #FFF0F0;
  margin-top: 10px;
  margin-bottom:50px;
}

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

.dream {
  text-decoration:dashed 10px underline;
  color:#E74D52
}

.navleft {
  font-size:200px;
  color: #bd262b;
  position:absolute;
  bottom:-38%;
  left:5%;
}

.heart {
  font-size:120px;
  color: #E74D52;
  position: relative;
  right: 230px;
  bottom:200px;
  line-height:0;
}

.navright {
  font-size:200px;
  color: #bd262b;
  position:absolute;
  bottom:-38%;
  right:5%;
}

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