@charset "UTF-8";
/* CSS Document */

body{

	background-color: #000000;
	
}

.center {
  display: block;
  margin: 0 Auto;
  margin-top: 100px;
  max-width: 100%;
}
.imgmrp {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 Auto;
  max-width: 600px;
}

p {
	color: #9d9c9c;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:1.em;
}

a {
  color: #9d9c9c;
	text-transform: none;
}

.imgbutton {
  width: 200px;
  max-width: none;
  padding: 4px 0;
 }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Mobile Styles */
@media only screen and (max-width: 500px) {
  .imgbutton {
  width: 80%;
  }
}
/* Tablet Styles */
@media only screen and (min-width: 501px) and (max-width: 960px) {
   .imgbutton {
  width: 30%;
  }
}
p.footer {
	font-size: 1.1em;
	text-align:center;
}
