@font-face {
  font-family: minecraft;
  src: url(../fonts/minecraftAlt.ttf);
}
body {
font-family: Arial;
 background-image: url('../webPics/minecraftBackground.png');
}
.tab {
  overflow: hidden;
   text-align: center;
  background-color:  #343434;
}
.tab button {

  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
  font-family: minecraft;
  background-color: inherit;
  margin:0 auto;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.5s;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
}
.tab button:hover {
  background-color: #37c6ff;
}
.tab button.active {
  background-color: #37c6ff;
}
h3
{
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
  font-family: minecraft;
}
.tabcontent {

  display: none;
  background-color: rgba(13,13,13,0.5);
  color: #ffffff;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 0.5s;
  height: 100%;
}
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
#container {
    margin-top: 4px;
}
#header {
    overflow:hidden;
    border-radius: 0px;
    background-color: relative;
    color: #ffffff;
    padding: 5px;
    width: width;
    height: height; 
    position: relative;
}
#content {
    overflow:hidden;
    border-radius: 0px;
    font-size:16px;
    padding: 20px;
    width: width;
    height: 465px; 
}
#links {
    overflow:hidden;
    width: width;
    height: height; 
}
#foot {
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    font-family: minecraft;
    overflow:hidden;
    border-radius: 0px;
    background-color: #323232;
    color: #ffffff;
    padding: 10px;
    width: width;
    height: height; 
}
input[type=text], select {
  width: 100%;
  padding: 8px 8px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #73d9ff;
  color: white;
  padding: 8px 8px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #37c6ff;
}
textarea {
  width: 100%;
  height: 100px;
  padding: 8px 8px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
.responsive {
  height: 70%;
  width: 70%;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bottom-right {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  position: absolute;
  bottom: 8px;
  left: 16px;
}
h1 {
  font-size: 50px;
  text-shadow: -5px 0 black, 0 5px black, 5px 0 black, 0 -5px black;
  font-family: minecraft;
  line-height:0.1px;
}

@media only screen and (max-width: 800px) 
{
h1{
  font-size: 25px;
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
  font-family: minecraft;
  line-height:0.1px;}
}


#status {
    color: #FFFF00;
    font-size: 1.5em;
    font-family:'minecraftfont';
    text-shadow:3px 3px #3F3F00;
    padding: 40px;
    position: absolute;
}
.pop {
    animation: pop 0.58s infinite;
    -webkit-animation: pop 0.58s infinite;
}
@keyframes pop {
    from {
        transform:scale(0.95)
    }
    50% {
        transform:scale(1)
    }
    to {
        transform:scale(0.95)
    }
}
@-webkit-keyframes pop {
    from {
        -webkit-transform:scale(0.95)
    }
    50% {
        -webkit-transform:scale(1)
    }
    to {
        -webkit-transform:scale(0.95)
    }
}
.tilt {
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
@font-face {
    font-family:'minecraftfont';
    src: url('http://design.d3x.co/demo/mcgeneric/font/minecraft_font.woff');
}