* {
  box-sizing: border-box;
}

body {
  background-color: #111;
}

.myImage {
  width: 300px;
  height: 325px;
  border: 2px solid white;
  border-radius: 50%;
}

.about-me {
  padding: 5px;
  font-family: "Roboto", sans-serif;
}

.contact-btn {
  background-color: #d4b966;
  font-weight: bold;
  padding: 0px 10px;
  border-radius: 15px;
  text-decoration: none;
}

.contact-btn:hover {
  background-color: #eebd2b;
}

.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}

.list-item {
  width: 20%;
  height: 60px;
  padding: 5px;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.list-item:hover {
  border-bottom: 2px solid white;
}

.description {
  padding: 20px;
  font-family: "Helvetica Neue";
  word-spacing: 1px;
  color: white;
}

.description > h4 {
  font-size: 20px;
}

.resizer {
  width: 100%;
  height: 300px;
  border-radius: 0px 20px 0px 20px;
  opacity: 0.6;
}

.contact {
  padding: 4%;
  height: 400px;
}
.col-md-3 {
  background: #ff9b00;
  padding: 4%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.contact-info {
  margin-top: 10%;
}
.contact-info img {
  margin-bottom: 15%;
}
.contact-info h2 {
  margin-bottom: 10%;
}
.col-md-9 {
  background: #fff;
  padding: 3%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.contact-form label {
  font-weight: 600;
}
.contact-form button {
  background: #25274d;
  color: #fff;
  font-weight: 600;
  width: 25%;
}
.contact-form button:focus {
  box-shadow: none;
}

.project {
  border-radius: 20px;
  width: 100%;
  height: 380px;
}
.resizer:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.project-button {
  margin-left: 45%;
  padding: 0px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: black;
}
.project-title {
  font-weight: bold;
  background-color: #eebd2b;
  border-radius: 4px 2px 10px 10px;
  padding: 10px;
}
.project-button:hover {
  font-size: larger;
  transition: 0.5s;
  text-decoration: none;
  color: #af8507;
  font-weight: bold;
}

.links:hover {
  color: #111;
  background-color: #111;
}

.btn:active {
  box-shadow: 0 0 10px rgba(214, 9, 9, 0.5);
}

@media (max-width: 600px) {
  .myImage {
    width: 255px;
    height: 275px;
  }
}
@media (max-width: 530px) {
  .myImage {
    margin-bottom: 25px;
    width: 205px;
    height: 225px;
  }

  .about-me {
    padding: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
}
@media (max-width: 478px) {
  .description {
    padding: 20px;
    font-family: "Helvetica Neue";
    font-size: 14px;
    word-spacing: 1px;
    color: white;
  }
}
@media (max-width: 435px) {
  .description {
    padding: 20px;
    font-family: "Helvetica Neue";
    font-size: 12px;
    word-spacing: 1px;
    color: white;
  }
}

@media (min-width: 600px) {
  .myImage {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767.5px) {
  .contact-btn {
    margin: 5px 0px;
    background-color: #d4b966;
    padding: 0px 10px;
    font-weight: bold;
    border-radius: 15px;
    width: 110px;
  }
  @media (max-width: 600px) {
    .project-sm {
      flex-wrap: wrap;
    }
    .project {
      margin-bottom: 20px;
    }
  }
}
