body {
  background: url("run.gif") no-repeat center center fixed;
  background-repeat: no-repeat;
  background-size:  cover;
  
  height: 100%;
  font-family: misfits;
  src: url(MISFITS_.TTF);
}

/* endstats page */

#endStats {
  font-family: misfits;
  src: url(MISFITS_.TTF);
}

/* action page */

#actionDiv {
  background: none;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Permanent Marker', cursive;

}

#killerDiv {
  object-position: center;
  text-align: center;
  color: antiquewhite;
}

#display {
  font-family: 'Black Ops One', cursive;
  font-size: 7.5rem;
  color: crimson;
  text-align: center;
  background: black;
}

#wrapper {
  background-color: black;
   margin:  50px auto 0;
  padding: 10px;

}

#newRunner {
  background-color:  black;
  color: crimson;
  object-position: center;
}


/* Footer */
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}
.content {
  flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding: 20px;
}
.footer {
  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding: 10px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font: 16px Sans-Serif;
}
h1 {
  margin: 0 0 20px 0;
}
p {
  margin: 0 0 20px 0;
}
footer {
  background: rgb(255, 255, 255);
  color: rgb(61, 61, 61);
  position: fixed;
  bottom: 0;
  width: 100%;
}

#main {
    display: flex;
    justify-content: space-around;
}

.far {
   font-size: 30px;
}

.far:hover {
 color: rgb(143, 47, 47);
}

.far:active {
 color: rgb(143, 47, 47);
}
.fas {
   font-size: 30px;
}

.fas:hover {
 color: rgb(143, 47, 47);
}

.fas:active {
 color: rgb(143, 47, 47);
}

.space {
   margin-top: 100px;
}


/* end footer */

@font-face {
  font-family: misfits;
  src: url(MISFITS_.TTF);
}

.head {
  text-align: center;
  color: whitesmoke;
  font-family: misfits;
}
.card {
  border: 0;
}
/* slideshow CSS */
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
font-family: 'Permanent Marker', cursive;
font-size: xx-large;
margin: auto;
}

.mySlides {
  text-align: center;
}
.slideimg {
height: 100%;
max-width: 500px;
}

/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}

/* Slide buttons more visible, overrides color:inherit */
a:not([href]):not([tabindex]) {
  color: #f2f2f2;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
background-color: rgba(241, 83, 83, 0.8);
}

/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

.active, .dot:hover {
background-color: #717171;
}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 0;
animation-name: fade;
animation-duration: 999s;
}

/* User page styles */
.card {
  width: 80%;
  margin-left: 10%;
  margin-right:10%;
}

.card-img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  margin: 20px;
}

.survivalhead {
  margin-bottom: 10px;
}

.survivalrate {
}

@-webkit-keyframes fade {
from {opacity: 1} 
to {opacity: 1}
}

@keyframes fade {
from {opacity: 1} 
to {opacity: 1}
}

#surviveDiv {
background: black;
object-position: center;
text-align: center;
color: crimson;
}

img {
height: 400px; width: 100%;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
}

.container {
width: 100%;
}
.weather {
  color: whitesmoke;
}
@media (min-width: 414px) and (max-width: 736px){
}
