body {
  font-family: "Roboto Mono", sans-serif;
  margin: 0px;
}

section {
  background-color: #fff7e4;
  border-bottom: 10px solid white;
}

.header {
  height: 100vh;
  background-color: #28282e;
  color: white;
  font-size: 40px;
}

footer {
  display: flex;
  justify-content: center;
  padding: 50px;
  background-color: black;
}

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

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

ul.show {
  display: block;
}

li {
  text-decoration: none;
}

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

h2 {
  font-size: 40px;
}

p {
  /* margin: 0px 0px 60px; */
  font-weight: 300;
}

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

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

input,
textarea {
  margin-block: 0.5rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

input {
  height: 1.5rem;
}

button {
  width: 5rem;
  height: 1.5rem;
  border-radius: 0.2rem;
  align-self: flex-start;
}

.bio {
  font-size: 1.5rem;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  background-color: #f98284;
  width: 40%;
  border-radius: 1.5rem;
}

.form-inputs {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.socials-footer {
  display: flex;
  justify-content: space-evenly;
  width: 30%;
  /* background-color: tomato; */
  align-self: center;
}

.subtext {
  font-size: 15px;
  font-weight: 300px;
  height: 50px;
}
.project-link {
  text-decoration: none;
  color: #f98284;
}

.header-text {
  margin-left: 50px;
  margin-bottom: 100px;
}

.header-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background-color: #f98284;
  border-radius: 30px;
  padding: 10px;
}

.header-button:hover {
  background-color: #ffc384;
}

.header-button:active {
  background-color: #d9c8bf;
}

.header-container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.socials {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  margin-right: 10px;
}

.logo {
  height: 50px;
  margin: 25px 0px 0px 25px;
}

.about-me {
  display: flex;
  justify-content: space-around;
  padding: 80px;
}

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

.contact-form {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.headshot {
  width: 300px;
  box-shadow: 10px 6px 10px#6c5671;
}

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

.info {
  padding: 20px;
}

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

.project-card {
  width: 250px;
  height: 400px;
  background-color: #fff7e4;
  box-shadow: 5px 5px 20px #6c5671;
  padding: 20px;
  margin-bottom: 30px;
}

.card-image {
  width: 200px;
  height: 200px;
}

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

.hamburger {
  display: none;
}

.game-section {
  -webkit-overflow-scrolling: touch;
  height: 550px;
  padding: 30px;
}

#how-to-play {
  position: absolute;
  color: whitesmoke;
  left: 50px;
}

@media only screen and (max-width: 1290px) {
  .header-text {
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .card-container {
    display: flex;
    flex-wrap: wrap;
  }

  .about-me {
    display: flex;
    flex-wrap: wrap-reverse;
    padding: 30px;
  }
  .socials-footer {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    /* background-color: tomato; */
    align-self: center;
  }

  svg {
    width: 30px;
    height: 30px;
  }

  input {
    height: 1.5rem;
  }

  textarea {
    height: 5rem;
  }

  button {
    margin-block: 1rem;
  }

  .form {
    width: 60%;
    border-radius: 1.5rem;
  }

  .form-inputs {
    width: 100%;
  }
}

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

  ul {
    display: none;
  }

  nav {
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
    background-color: #6c5671;
  }

  .logo {
    display: none;
  }

  input {
    height: 1.5rem;
  }

  textarea {
    height: 5rem;
  }

  .form {
    width: 100%;
    border-radius: 0px;
  }

  .form-inputs {
    width: 100%;
  }
}

@media only screen and (max-width: 565px) {
  .card-container {
    display: flex;
    flex-wrap: wrap;
  }

  iframe {
    width: 415;
  }
  h1 {
    font-size: 50px;
    margin: 0px;
  }

  p {
    font-size: 20px;
  }

  .header-text {
    padding: 20px;
    margin: 0px;
  }
  .socials {
    margin-right: 0px;
  }

  .header-button {
    width: 175px;
    height: 45px;
  }

  hr {
    visibility: hidden;
  }

  input {
    height: 1.5rem;
  }

  textarea {
    height: 5rem;
  }

  .form {
    width: 100%;
    border-radius: 0px;
  }

  .form-inputs {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  iframe {
    height: 600px;
  }

  .game-section {
    height: 700px;
  }
  .card-container {
    display: flex;
    flex-wrap: wrap;
  }

  .header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }

  .socials {
    justify-content: space-between;
    flex-direction: row;
    margin-right: 0px;
    margin: 30px 0px 50px 0px;
    width: 90%;
    padding-bottom: 0px;
  }

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

  p {
    font-size: 20px;
  }

  .header-text {
    padding: 20px;
    margin: 0px;
  }

  svg {
    width: 30px;
    height: 30px;
  }
  .header-button {
    width: 175px;
    height: 45px;
    margin-top: 40px;
  }

  hr {
    visibility: hidden;
  }

  input {
    height: 1.5rem;
  }

  textarea {
    height: 5rem;
  }

  .form {
    width: 100%;
    border-radius: 0px;
  }

  .form-inputs {
    width: 100%;
  }
}
