
body {
    margin: 0;
    font-family: 'AtkinsonHyperlegible', 'Helvetica', sans-serif;
    background-color: #eee;
}

.content-wrapper {
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 min(3em,10vw) 2em min(3em,10vw);
}

@media screen and (max-width: 500px) {
    .content-wrapper {
        padding: 0 min(1em,10vw) 2em min(1em,5vw);
    }
}

.centering-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.child-forecast {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#location-selector {
    border: none;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    background-color: #9e9e9e7b;
    border-radius: 5px;
    padding: 5px;
    text-align-last: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#wrapper-3day {
    justify-content: space-around;
    align-items: center;
    background-color: #B0E0E6;
    border-radius: 5px;
  }
  
  #metservice-3day {
    border: none;
    width: 280px;
    height: 205px;
  }
  
  #niwa-3day {
    border: none;
    width: 340px;
    height: 470px; 
  }
  
  #metvuw-forecast {
    width: calc((711/(779))*100%);
  }
  
  #metvuw-scale {
    width: calc((68/(779))*100%);;
  }
  
  #metvuw-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;  
    background: #d6d6fe;
    outline: none;
    opacity: 0.7;
    margin-bottom: 20px
  }
  
  #metvuw-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #ff00ff;
  }
  
  #metvuw-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff00ff;
  }
  
  #avalanche-advisory {
    width: 300px;
    height: 200px;
    -webkit-transform:scale(1.5);
    -moz-transform-scale(1.5);
  }