body {
  font-family: Arial;
  margin-bottom: 100px;
  background-image: url("../images/bg.jpg");
  background-size:  cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
}

.headshot {
  height: 140px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: s-resize;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 0px;
  transition: transform .3s; /* Animation */
}

.headshot:hover {
  transform: scale(1.15); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.logo {
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: -54px;
  margin-top: -45px;
}

.paragraph1 {
  font-weight: lighter;
  text-align: center;
  
  margin-bottom: 50px;
  color: white;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 20px;
}
.paragraph2 {
  font-weight: lighter;
  text-align: center;
  margin-bottom: -30px;
  margin-top: 50px;
  color: white;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 20px;
}
.paragraph3 {
  font-weight: lighter;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 50px;
  color: white;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 20px;
  text-transform: uppercase;
}

.video1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px;
  border-style: solid;
  border-color: #00c2fd;
  border-radius: 4px;
  box-shadow: 1px 1px 15px black;
  width: 560px;
  height: 315px;
}
@media(max-width: 700px) {
  .video1{
    width: 360px;
    height:  220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }  
}

.email-link {
  font-weight: bold;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.spotify {
  margin-top: 0px;
  margin-bottom: -30px;
  width: 100%;
  height: 154px;
}
.mixcloud {
  margin-top: 0px;
  margin-bottom: -50px;
  width: 100%;
  height: 160px;
}


