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

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


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

#navimg1 a {
  color: white;
}

/* End Navbar */

.container {
  position: relative;
}

.title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #cc5500;
  padding-bottom: 1rem;
  text-align: center;
  font-family: "DM Serif Display", serif;
}

.title2 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #cc5500;
  padding-bottom: 1rem;
  text-align: center;
  font-family: "DM Serif Display", serif;
}

.container {
  position: relative;
}

#bballhoop {
  display: block;
  height: 50vh;
  object-fit: cover;
  z-index: -1;
  width: 100%;
}

#profile {
  display: block;
  height: 50vh;
  object-fit: cover;
  z-index: -2;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);

}

.abouttext {
  font-weight: 300;
  padding: 3rem;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  color: grey;
  font-weight: 400;
  min-width: 300px;
}

.titletext {
  padding-bottom: 2rem;
}

.titletext2 {
  padding-bottom: 2rem;
}

.bar {
  background-color: white;
}

@media only screen and (max-width: 500px) {
  #bballhoop {
    height: 30vh;
  }
  #profile {
    height: 40vh;
  }
  .abouttext {
    min-width: 185px;
    padding: 2rem;
  }

  #profile {
    clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
  }
}

@media only screen and (min-width: 500px) {
  .title {
    font-size: 1.7rem;
  }
  
  .title2 {
    font-size: 1.7rem;
  }

  .abouttext {
    font-size: 1rem;
  }

  #profile {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 98%);
  }
}

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

  .abouttext {
    font-size: 1.2rem;
  }

  #profile {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 97%);
  }
}

@media only screen and (min-width: 750px) {
  #navimg1 a {
    color: #d3d3d3;
  }

}

@media only screen and (min-width: 800px) {
  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .grid {
    flex: 50%;
  }

  .abouttext1 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .abouttext2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #bballhoop {
    width: 100%;
    height: 100%;
  }

  #profile {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0 99%);
  }

  .title {
    font-size: 2rem;
  }
  
  .title2 {
    font-size: 2rem;
  }

  .abouttext {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1000px) {
  .title {
    font-size: 2.3rem;
  }
  
  .title2 {
    font-size: 2.3rem;
  }

  .abouttext {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1250px) {
  .title {
    font-size: 2.8rem;
  }
  
  .title2 {
    font-size: 2.8rem;
  }

  .abouttext {
    font-size: 1.5rem;
  }

  #profile {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0 98%);
  }
}

@media only screen and (min-width: 1566px) {
  .title {
    font-size: 3.1rem;
  }
  
  .title2 {
    font-size: 3.1rem;
  }

  .abouttext {
    font-size: 1.8rem;
  }

  #profile {
    clip-path: polygon(0 0, 100% 0, 100% 94.2%, 0 98%);
  }
}

@media only screen and (min-width: 1950px) {
  .title {
    font-size: 4.5rem;
  }
  
  .title2 {
    font-size: 4.5rem;
  }

  .abouttext {
    font-size: 2.2rem;
  } 
}

@media only screen and (min-width: 2100px) {
  .title {
    font-size: 4.8rem;
  }
  
  .title2 {
    font-size: 4.8rem;
  }

  .abouttext {
    font-size: 2.5rem;
  } 

  #profile {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }
  
}
