html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


.backbutton {
	position: fixed;
	bottom:20px;
	right:20px;
	width:40px;
	height:40px;
	border-radius:100px;
	background: red;
	color:white;
	z-index:1000000;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.21);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.21);
}

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
  margin-left: 14px;
    margin-top: 10px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}


.menus {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fire { 
  background: url(fire2.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:fixed;
  bottom:0;
  width: 100%;
    height: 100vh;
	    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.fire:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url(fire2.gif) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

.menus2 {
	display: flex;
    text-align: center;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
align-items: center;
  justify-content: center;
  display: table-cell;
  vertical-align: middle;
  
	
}

.middle {
	display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.menus2 img {
	border-radius: 5px;
	margin-bottom: 10px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
		-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.21);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.21);
}


.menus2 img:hover {
	opacity: .7;
}

.menus2 a {
	padding: 5px 10px;
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
	display: inline-grid;
}

.menus2 span {
text-shadow: 0px 0px 5px rgba(0,0,0,0.42);
margin-bottom: 10px;
}

a.button1{
display:inline-block;
padding:0.35em 1.2em;
border:0.1em solid #FFFFFF;
margin:0 0.3em 0.3em 0;
border-radius:0.12em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
color:#FFFFFF;
text-align:center;
transition: all 0.2s;
font-size: 3rem;
width: 100%;
background-color: rgba(0,0,0,.5);
}

@media all and (max-width:30em){
a.button1{
display:block;
margin:0.4em auto;
font-size: 1.6rem;
}
.menus {
	width:90%;
}

.middle {
	top:20px;
}
}


a.button1:hover{
color:#000000;
background-color:#FFFFFF;
}



.bouncy{
animation:bouncy 5s linear;
position:relative;
}
@keyframes bouncy {
0%{top:0em}
20%{top:0em}
23%{top:-0.9em}
26%{top:0em}
28%{top:-0.4em}
30%{top:0em}
100%{top:0em;}
}



body {
  width: 100%;
  position: relative;
  background-color: #000;
  padding: 0;
  margin: 0;
}
.mo-fire {
	width: 300px;
    height: auto;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mo-fire svg {
  width: 100%;
  height: auto;
  position: relative
}
.flame {
  animation-name: flamefly;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0;
  transform-origin: 50% 50% 0;
}
.flame.one {
  animation-delay: 1s;
  animation-duration: 3s;
}
.flame3.two{
  animation-duration: 5s;
  animation-delay: 1s;
}

.flame-main {
  animation-name: flameWobble;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.flame-main.one {
  animation-duration: 4s;
  animation-delay: 1s;
}
.flame-main.two {
  animation-duration: 3s;
  animation-delay: 2s;
}
.flame-main.three {
  animation-duration: 2.1s;
  animation-delay: 3s;
}
.flame-main.four {
  animation-duration: 3.2s;
  animation-delay: 4s;
}
.flame-main.five {
  animation-duration: 2.5s;
  animation-delay: 5s;
}
@keyframes flameWobble {
  50% {
    transform: scale(1,1.2) translate(0, -30px) rotate(-2deg);
  }
}
@keyframes flamefly {
  0%{
    transform: translate(0) rotate(180deg);
  }
   50% {
     opacity: 1;
  }
  100% {
    transform: translate(-20px, -100px) rotate(180deg);
    opacity: 0;
  }