/* start reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */

@font-face {
  font-family: Pixeboy;
  src: url('/css/Pixeboy.TTF') format('truetype');
}

html {
  background-image: url('/img/background.gif');
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 10em;
  font-family: Pixeboy;
  background-attachment: fixed;
  color: white;
  
}
.lavatext {
  color: orange; /* fallback */
  background: url('/css/lavatext.gif');
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* if you don't have webkit, fuck you. */
}

.smallerlava {
  color: orange; /* fallback */
  background: url('/css/lavatext.gif');
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-top: 0.15rem; 
  font-size: 1rem;
  line-height: 65%;
  /* if you don't have webkit, fuck you. */
}

.aligned {
  display: flex;
  justify-content: center;
  text-align: center;
}
h1 {
  text-align: center;
  margin-top: 0.15rem; 
  font-size: 1.5rem;
  line-height: 65%;
}

.pad {
  padding-left: 1rem;
  line-height: 0.7em;
  font-size: 0.5em;
}
.description {
  color: white;
  text-shadow: 1px 1px black;
  font-size: 0.5em;
  display: inline-grid;
  width: 15em;

}
.flextitle {
  margin-top: 0.2em;
  color: #F26522;
  font-size: 0.39em;
}

.info {
  color: #500bed; /* fallback */
  background: url('/css/goo.gif');
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.5em;
  text-align: center;
  /* if you don't have webkit, fuck you. */
}
.button {
  display: inline-block;
  padding: 7px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #7289DA;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #99AAB5;
  transition: 0.3s;
  vertical-align: middle;
  width: auto;
}

.button:hover {background-color: #36393F}

.button:active {
  background-color: #2f3136;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-family: 'MuseoModerno', cursive;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -0.3em;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.centerdiv  {
  justify-content: center;
  display: flex;
  margin-top: 0.1rem;
}


.status {
  font-size: 80%;
}


a {
  color: #5a42f5;
  text-decoration: none;
}
a:hover {
  color: #4287f5;
}
a:active {
  color: #e64b1c;
}
#pa {
  text-align: center;
  font-size: 50%;
  margin-top: 1em;
}





