* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Unna", serif;
}

body {
  min-width: 256px;
  max-width: 2500px; 
  margin: 0 auto;
}

h1 {
  margin-top: 2rem;
  text-align: center;
  padding: 2rem;
}

#navimg {
  color: white;
  width: 100%;
  height: 50vh;
  background: url(./Images/gym.jpg);
  background-size: cover;
  background-position: center;
}

#navimg a {
  color: white;
}

.textcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 7rem;
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center;
  font-size: 0.8rem;
}

.emphasis {
  font-weight: 800;
  padding-right: .5rem;
  color: #84a98c;
  font-size: 1.2em;
}

#dumbell {
  fill: black;
}

#weight {
  margin: 2rem;
  fill: #84a98c;
}

#weight:hover {
  fill: transparent;
  stroke: #84a98c;
  stroke-width: 4px;
  stroke-linecap: butt;
}

#heart {
  margin: 2rem;
  fill: #84a98c;
}

#heart:hover {
  fill: transparent;
}

#heart:hover {
  fill: transparent;
  stroke: #84a98c;
  stroke-width: 4px;
  stroke-linecap: butt;
}

#activeperson {
  margin: 2rem;
  fill: #84a98c;
}

#activeperson:hover {
  fill: transparent;
  stroke: #84a98c;
  stroke-width: 4px;
  stroke-linecap: butt;
}

.bullets {
  color: #808080;
  max-width: 700px;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}

@media only screen and (min-width: 460px) {
  .bullets {
    font-size: 1rem;
  }
  h1 {
    font-size: 1.7rem;
  }
  .textcontainer {
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 630px) {
  .bullets {
    font-size: 1.2rem;
  }
  h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 750px) {

  #navimg a {
    color: #d3d3d3;
  }
}

@media only screen and (min-width: 445px) {
  .textcontainer {
    padding-left: 8rem;
    padding-right: 8rem;
    font-size: 1rem;
  }
  
}

@media only screen and (min-width: 800px) {
  h1 {
    margin-top: 2rem;
    font-size: 2.6rem;
  }
  
  .bullets {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1000px) {
  h1 {
    margin-top: 2rem;
    font-size: 2.6rem;
  }
  
  .bullets {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1250px) {
  h1 {
    margin-top: 2rem;
    font-size: 3rem;
  }
 
  .bullets {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1500px) {
  h1 {
    margin-top: 2rem;
    font-size: 3.1rem;
  }

  .bullets {
    color: #808080;
    max-width: 900px;
    font-size: 1.8rem;
  }

  #weight {
    width: 90px;
    height: 90px;
  }

  #heart {
    width: 90px;
    height: 90px;
  }

  #activeperson {
    width: 90px;
    height: 90px;
  }

  .textcontainer {
    padding-bottom: 7rem;
  }

}

@media only screen and (min-width: 1850px) {
  h1 {
    margin-top: 2rem;
    font-size: 4.5rem;
  }

  .bullets {
    color: #808080;
    max-width: 1000px;
    font-size: 2.2rem;
  }

  #weight {
    width: 100px;
    height: 100px;
  }

  #heart {
    width: 100px;
    height: 100px;
  }

  #activeperson {
    width: 100px;
    height: 100px;
  }

  .textcontainer {
    padding-bottom: 8rem;
  }

}

@media only screen and (min-width: 2100px) {
  h1 {
    margin-top: 2rem;
    font-size: 4.8rem;
  }

  .bullets {
    color: #808080;
    max-width: 1200px;
    font-size: 2.5rem;
  }

  .textcontainer {
    padding-bottom: 10rem;
  }

  #weight {
    width: 115px;
    height: 115px;
  }

  #heart {
    width: 115px;
    height: 115px;
  }

  #activeperson {
    width: 115px;
    height: 115px;
  }
}
