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

* {
  box-sizing: border-box;
}


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

.content {
	background:#fff;
	width: 75%;
	padding: 20px;
	margin-top:7%;
	overflow: scroll;
	border:15px double #d1d1d1;
}

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

b.info1 {
  background: #071C49;
  color:#FCC91F;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  display: list-item;
  list-style-type: none;
  font-size:40px;
  margin:10px;
}

b.info2 {
  background: #071C49;
  color:#fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 40px
}

b.big {
  font-size:24px;
}

h1 {
  color: #cccccc;
  font-family:times;
  font-size: 50px;
  font-weight: bold;
  line-height:45px;
  margin: 5px;
  font-style: italic;
  text-align: left;
  padding-top: 50px;
}

h2 {
  color: #cccccc;
  font-family:times;
  font-size: 50px;
  font-weight: bold;
  line-height:45px;
  margin: 5px;
  font-style: italic;
  text-align: right;
}

u {
text-decoration: underline 6px dotted
}

.info {
  background: #000;
  color:#fff;
  border: 5px dashed #fff;
  width:95%;
  padding: 15px;
  font-size: 30px;
  font-family: courier;
  line-height: 45px;
  text-decoration: underline 3px dotted;
  margin:5px;
}

.deco {
  border: 10px double #FCC91F;
  width: 75%;
  margin: 15px;
  float: none;
}

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

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

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