body {
  font-family: "Poppins", sans-serif;
}

section {
  background-color: white;
}

.hero {
  background-color: #1c1c1c;
  height: 100vh;
  color: white;
  font-size: 30px;
  font-family: "Poppins", sans-serif !important;
}

footer {
  background-color: black;
  color: white;
  text-align: center;
  padding: 80px;
}

nav {
  display: flex;
  justify-content: space-between;
}

ul {
  display: flex;
  list-style-type: none;
  width: 600px;
  justify-content: space-around;
  font-size: 30px;
}

li {
  text-decoration: none;
}

h1 {
  font-size: 65px;
  margin: 0;
}

h2 {
  font-size: 50px;
}

p {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
}

hr {
  margin-left: 20px;
  margin-right: 20px;
}

.shade {
  color: #551a8b;
}

.subtext {
  font-size: 15px;
  font-weight: 300;
}

.hero-area {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.hero-text {
  margin-left: 80px;
  margin-bottom: 200px;
}

.button {
  width: 190px;
  height: 50px;
  background-color: #551a8b;
  border-radius: 25px;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  padding-top: 5px;
  margin-top: 10px;
}

.button:hover {
  background-color: #6e1eb8;
  cursor: pointer;
}

.button:active {
  background-color: #a9a9a9;
  color: #808080;
}

.socials {
  padding-bottom: 200px;
}

.logo {
  height: 150px;
  margin: 30px;
}

.social {
  margin: 20px;
}

.social:hover {
  cursor: pointer;
}

.sub-section {
  display: flex;
  justify-content: space-around;
  padding: 80px;
}

.sub-section-alternative {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 80px;
}

.headshot {
  width: 350px;
  border-radius: 20%;
}

.headshot-container {
  display: flex;
  align-items: center;
}

.project-container {
  display: flex;
  justify-content: space-around;
}

.project-card {
  width: 310px;
  height: 500px;
  box-shadow: 5px 5px 20px rgba(90, 93, 122, 0.87);
  margin: 10px;
}

.project-image {
  width: 280px;
  border-radius: 25%;
  margin-top: 25px;
}

.music-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
}
.border {
  height: 369px;
  width: 290px;
  background: transparent;
  border-radius: 10px;
  transition: border 1s;
  position: relative;
}
.border:hover {
  border: 1px solid #fff;
}
.card {
  height: 379px;
  width: 300px;
  background: #808080;
  border-radius: 10px;
  transition: background 0.8s;
  overflow: hidden;
  background: #000;
  box-shadow: 0 70px 63px -60px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px;
}
.card0,
.card3 {
  background: url("https://i.imgur.com/sxZ7eGU.jpg") center center no-repeat;
  background-size: 300px;
}
.card0:hover,
.card3:hover {
  background: url("https://i.imgur.com/sxZ7eGU.jpg") left center no-repeat;
  background-size: 600px;
}
.card0:hover h2,
.card3:hover h2 {
  opacity: 1;
}
.card0:hover .fa {
  opacity: 1;
}
.card1,
.card4 {
  background: url("https://i.imgur.com/MGiydXf.jpg") center center no-repeat;
  background-size: 300px;
}
.card1:hover,
.card4:hover {
  background: url("https://i.imgur.com/MGiydXf.jpg") center center no-repeat;
  background-size: 450px;
}

.card1:hover h2,
.card4:hover h2 {
  opacity: 1;
}
.card1:hover .fa {
  opacity: 1;
}

.card2,
.card5 {
  background: url("https://i.imgur.com/MIMVdMi.png") center center no-repeat;
  background-size: 300px;
}

.card2:hover,
.card5:hover {
  background: url("https://i.imgur.com/MIMVdMi.png") right center no-repeat;
  background-size: 600px;
}

.card2:hover h2,
.card5:hover h2 {
  opacity: 1;
}

.card2:hover .fa {
  opacity: 1;
}

.special {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 20px;
  opacity: 0;
  transition: opacity 1s;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.project-link,
.project-link > a {
  text-decoration: none;
  color: #551a8b;
}

.project-link,
.project-link > a:visited {
  text-decoration: none;
  color: #551a8b;
}

.icons {
  position: absolute;
  fill: #fff;
  color: #fff;
  height: 130px;
  top: 226px;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.contact-form {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.75em;
}

form {
  justify-content: space-between;
}

input {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  font-size: 1em;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
}

@media only screen and (max-width: 1350px) {
  .project-container,
  .music-container {
    display: flex;
    flex-wrap: wrap;
  }
}

.project-image {
  margin-top: 25px;
  width: 250px;
  border-radius: 125px;
}

hr {
  margin-left: 20px;
  margin-right: 20px;
}

.project-link {
  text-decoration: none;
  color: #551a8b;
}

a {
  text-decoration: none;
  color: white;
}

.hamburger {
  display: none;
}

.hamburger:focus {
  outline: 0;
}

@media only screen and (max-width: 1000px) {
  .hamburger {
    display: block;
    border: 0;
    background-color: transparent;
    color: white;
    font-size: 30px;
    margin: 20px;
    align-self: flex-end;
  }

  ul {
    display: none;
    background-color: #2b2c38;
    margin: 0ppx;
  }

  ul.show {
    display: block;
  }

  nav {
    display: flex;
    flex-direction: column-reverse;
    background-color: #2b2c38;
  }

  .logo {
    display: none;
  }

  .headshot {
    width: 250px;
  }
}
