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

body {
  background-color: #000008;
  color: #ffffff;
  
}

header {
}

.topbg {

  max-width: 100%;
}

.logosection {
  margin-top: -8rem;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo:hover {
  transform: scale(1.1);
}

.handlesection {
  text-align: center;
  padding-bottom: .5rem;
  font-size: 3rem;
  font-weight: bold;
}

.socials {
  text-align: center;
}

.email {
  text-align: center;
}

.email img:hover {
  transform: scale(1.2);
}

.socials img {
  padding-left: 1rem;
  padding-right: 1rem;
}

.socials img:hover {
  transform: scale(1.2);
}

.content {
  display: block;
  padding-top: 5rem;
  text-align:center;
  margin-bottom: 5rem;
}

.podcast {
  margin-bottom: 2rem;
}

.latestvideo {
  width: 50rem;
  height: 30rem;
}

@media only screen and (max-width: 700px) and (min-width: 0px) {
  
  
  .logosection {
   margin-bottom: -5rem;
  }
  
  .logo {
    transform: scale(0.5);
  }
  
  .logo:hover {
    transform: scale(0.52);
  }
  
  .handlesection {
    font-size: 2rem;
    margin-bottom: -1rem;
  }
  
  .socials img {
    transform: scale(0.8);
    padding-left: .0001rem;
    padding-right: .0001rem;
  }
  
  .email img {
    transform: scale(0.8);
    padding-left: .0001rem;
    padding-right: .0001rem;
  }
  
  .socials img:hover {
    transform: scale(0.9);
  }
  
  .email {
    margin-bottom: -4rem;
  }
  
  .email img:hover {
    transform: scale(0.9);
  }
  
  .latestvideo {
    width: 20rem;
    height: 10rem;
  }
  
  .latestpod {
    width: 20rem;    
  }
}