html, body {
  font-family: sans-serif;
  font-size: smaller;
  background: white;
  color: #636363;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align:middle;
  /*height:100%;*/
}

.mapbody {
    height:100%;
}

main {
  margin: auto;
  padding: 10px;
  max-width: 650px;
  overflow: hidden;
  min-height: 700px;
}


#map { height:100%;}

#arrow {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: 60%;
  }

#distance {
    font-weight: bold;
    font-size: 200px;
    text-align: center;
    color: rgb(132, 0, 255);
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 40%;
}

#center {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#blink {
    font-family: serif;
    font-size: 12vw;
    font-weight: bold;
    color: #117e2c;
    transition: 0.5s;
    text-align: center;
}
#title {
    font-family: serif;
    font-size: 4vw;
    font-weight: bold;
    color: #000000;
    transition: 0.5s;
    text-align: center;
}

#question {
    font-family: serif;
    font-size: 12vw;
    font-weight: bold;
    color: #8d1db9;
    transition: 0.5s;
    text-align: center;
}

#arrowdiv {
    /*height: 1000px;
    
    margin-bottom: 200px;*/
    margin-top: 5%;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
  }

.infocontainer {
    background: black;
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 2vw;
}

.info_disttogoal {
    font-weight: bold;
    font-size: 20vw;
    text-align: center;
    color: rgb(132, 0, 255);
}

.info_position {
    font-weight: bold;
    font-size: 12vw;
    text-align: center;
    color: rgb(0, 179, 39);
}

.info_gpsaccuracy {
    font-weight: bold;
    /* font-size: 3vw; */
    text-align: center;
    /* color: rgb(132, 0, 255); */
}

/* .green {

} */

/* .statscontainer {
    font-weight: bold;
    font-size: 3vw;
    text-align: center;
    color: rgb(132, 0, 255);
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 50px;
} */

.buttoncontainer {  
  position: fixed;
    bottom: 0;
    width: 100vw;
    margin-bottom: 1%;
    margin-left: 1%;
}

.button {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 2vw 0vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2.75vw;
    margin: 1vw 0.5vw;
    border-radius: 1vw;
    border: 0.75vw solid #04AA6D;
  }

.buttonmap {
    width: 22vw;
}  

.buttonvidere {
    width:60%;
}  

  /* Mouse-over effects */
  .slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
  }
  
  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  #walked::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 75px;
    height: 75px;
    border-radius: 50%; 
    background: #04AA6D;
    cursor: pointer;
    background: url('man-big.png');
  }
  
  #walked::-moz-range-thumb {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
    background: url('man-big.png');
  }

  #walked {
    position: fixed;
    bottom: 0;
    left: 10%;
    width: 80%;
    margin-bottom: 250px;
  }

  #average {
    position: fixed;
    bottom: 0;
    left: 10%;
    width: 80%;
    margin-bottom: 150px;
  }

  #average::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 75px;
    height: 75px;
    border-radius: 50%; 
    background: #04AA6D;
    cursor: pointer;
    background: url('bell-big.png');
  }
  
  #average::-moz-range-thumb {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
    background: url('bell-big.png');
  }

  .hoverwhite:hover {
    color: rgb(255, 255, 255) !important;
  }

  @keyframes heartbeat {
    0% {
        transform: scale(.75);
    }

    20% {
        transform: scale(1);
    }

    40% {
        transform: scale(.75);
    }

    60% {
        transform: scale(1);
    }

    80% {
        transform: scale(.75);
    }

    100% {
        transform: scale(.75);
    }
}

.hartbeat {
    color: red;
    animation: heartbeat 1s infinite;
}

.hart {
    color: red;
}
