@font-face {
  font-family: 'Minecraft';
  src: url('fonts/Minecraft.eot');
  src: url('fonts/Minecraft.woff2') format('woff2'),
       url('fonts/Minecraft.woff') format('woff'),
       url('fonts/Minecraft.ttf') format('truetype'),
       url('fonts/Minecraft.svg#Minecraft') format('svg'),
       url('fonts/Minecraft.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

a {
	color: inherit;
    text-decoration: none;
}

a:hover {
	color: inherit;
    text-decoration: none;
}

a:link {
	color: inherit;
    text-decoration: none;
}

a:visited {
	color: inherit;
    text-decoration: none;
}

body {
	background: url("http://ortiz.win/assets/img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
}

.container {
	padding-top: 4%;
}

.container a:hover {
	color: inherit;
    text-decoration: none;
}

.clearfi{
	padding: 4px;
}

.logo img{
	max-width: 70%;
	display: block;
	margin: auto !important;
}

.btnbox{
	border: 2px solid #000;
	max-width: 92%;
	font-family: 'Minecraft';
	text-decoration: none;
	margin: auto;
}

.btncont{
	max-width: 92%;
	padding-top: 30px;
	margin: auto;
}

.mcbtnbox{
	border: 2px solid #000;
	min-width: 25%;
	font-family: 'Minecraft';
	text-decoration: none;
	margin: auto;
	float: right;
	margin-top: 10px;
	position: absolute;
}

.mfbtnbox{
	border: 2px solid #000;
	min-width: 10%;
	float: right;
	margin-top: 177px;
	margin-right: -72px;
}

.mlbtnbox{
	border: 2px solid #000;
	min-width: 49%;
	font-family: 'Minecraft';
	text-decoration: none;
	margin: auto;
	float: left;
}

.mrbtnbox{
	border: 2px solid #000;
	min-width: 49%;
	font-family: 'Minecraft';
	text-decoration: none;
	margin: auto;
	float: right;
}

.mainbtn {
	color: #dcdcdc;
	text-shadow: 2px 2px #353535;
	background-image: url("../img/btn.png");
	border-top: 4px solid #a5a5a5;
	border-left: 3px solid #a5a5a5;
	border-bottom: 7px solid #515151;
	border-right: 4px solid #515151;
	min-height: 36px;
    text-align: center;
	text-decoration: none;
	padding-top: 2px;
}

.mainbtn img{
	height: 20px;
	margin: auto;
	display:block;
}

.mainbtn:hover > a{
	color: #fcff9b;
	text-shadow: 2px 2px #40411d;
	text-decoration: none;
}

.mainbtn:hover > a:link{
	color: #fcff9b;
	text-shadow: 2px 2px #40411d;
	text-decoration: none;
}

.mainbtn > a {
	color: #dcdcdc;
	text-shadow: 2px 2px #353535;
    text-decoration: none;
	vertical-align: top;
    text-align: center;
    font-size: 1em;
}

.mainbtn:hover {
	color: #fcff9b;
	text-shadow: 2px 2px #40411d;
	text-decoration: none;
	background-image: url("../img/abtn.png");
	border-top: 4px solid #bfc3ff;
	border-left: 3px solid #bfc3ff;
	border-bottom: 7px solid #5a5f99;
	border-right: 4px solid #5a5f99;
	min-height: 30px;
    text-align: center;
	padding-top: 2px;
}

/* Align, rotate, etc. */

#subtitle {
	text-align: center;
	color: #ffff00;
	text-shadow: 1px 1px 0px #333300;
	position: relative;
	left: 120px;
	margin-top: -40px;
	bottom: 50px;
	animation: subtitle .35s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	font-family: 'Minecraft';
	font-size: 1.35em;
}

/* Recreate the pulse animation */

@-webkit-keyframes subtitle {
    0% {
		transform: scale(0.875) rotate(-20deg);
	}
    100% {
		transform: scale(1) rotate(-20deg);
	}
}