* {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}

.desktop {
  display: none;
}

.highlight {
  color: var(--light2);
}

a {
  text-decoration: none;
}

:root {
  --dark1: #3b4d61;
  --light1: #6b7b8c;
  --light2: #ef9d10;
  --maxWidth: 900px;
}

.nav--wrapper {
  position: fixed;
  top: 0px;
  background-color: var(--dark1);
  z-index: 5;
  box-sizing: border-box;
  padding: 5px;
}

.nav--wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style-type: none;
  margin-bottom: 0px;
}

.nav--wrapper ul li {
  margin: 0px;
  margin-right: 0.5rem;
  cursor: pointer;
}

.nav--wrapper ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.nav--wrapper ul li a:hover {
  color: var(--light2);
}

.box4--title {
  font-size: 16px;
  margin-bottom: 2rem;
  color: var(--dark1);
  text-align: center;
}

.box1--container {
  width: 100%;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 194px;
  position: relative;
}

.box1--top {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 97px;
  background-color: var(--dark1);
}

.box1--image-active {
  border-radius: 100%;
  border: #fff solid 5px;
  z-index: 5;
}

.box1--image {
  height: 105px;
}

.box1--heading {
  font-weight: 300;
  color: var(--dark1);
  font-size: 18px;
}

.box2--container {
  padding: 1rem;
}

.box2--title {
  color: val(--dark1);
  font-size: 16px;
  color: var(--dark1);
  padding-bottom: 1rem;
}

.box2--text {
  color: var(--light1);
  word-break: break-word;
  padding-left: 1rem;
  border-left: 5px solid var(--light2);
}

.box3--container {
  background-color: var(--dark1);
  padding: 1rem;
  color: white;
}

.box3--title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.box3--project {
  display: flex;
  justify-content: space-between;
}

.project--desc {
  margin-left: 2rem;
}

.project--image {
  height: 150px;
  border-radius: 5px;
  object-fit: fill;
  padding: 0rem 1rem 1rem 0px;
}

.project--name {
  font-size: 14px;
  font-weight: bold;
}

.project--subtitle {
  font-size: 12px;
  font-weight: lighter;
}

.project--desc > ol {
  padding-top: 0.5rem;
  word-break: break-word;
  font-size: 12px;
  font-weight: lighter;
  padding-left: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.project--link {
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.project--link:hover {
  color: var(--light2);
}

.box4--container {
  padding: 1rem;
}

.box4--form {
  display: flex;
  justify-content: space-between;
}

.box4--inputs {
  display: flex;
  padding-right: 1rem;
  flex-direction: column;
}

.box4--form input {
  margin: 0.5rem 0rem;
}

.box4--form textarea {
  margin: 0.5rem 0rem;
}

.box4--submit {
  border: none;
  color: var(--dark1);
}

.box4--reset {
  border: none;
  color: var(--dark1);
}

.box4--submit:active {
  color: var(--light2);
}

.box4--reset:active {
  color: var(--light2);
}

.box5--container {
  background-color: var(--dark1);
}

.box5--wrapper {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}

.box5--address {
  margin: 0px;
  padding: 0px;
  color: #fff;
}

.box5--social {
  text-align: right;
  padding: 0px;
  margin: 0px;
}

.box5--social a {
  color: #fff;
}

.box5--social a:hover {
  color: var(--light2);
}

.box5--social a:active {
  color: var(--light2);
}

.suspend {
  display: none;
}

.appointment--container {
  margin: auto;
  text-align: center;
}

@media only screen and (min-width: 500px) {
  .desktop {
    display: inline;
  }

  .nav--wrapper {
    padding: 1rem 2rem;
  }

  .box2--container {
    max-width: var(--maxWidth);
  }
  .box3--wrapper {
    max-width: var(--maxWidth);
  }
  .box4--form {
    max-width: var(--maxWidth);
  }
  .box5--wrapper {
    max-width: var(--maxWidth);
  }

  .box1--container {
    width: 100%;
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 500px;
    position: relative;
  }

  .box1--top {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 300px;
    background-color: var(--dark1);
  }

  .box1--image {
    height: 300px;
  }

  .box1--heading {
    font-weight: 600;
    color: var(--dark1);
    font-size: 28px;
  }

  .box2--title {
    color: val(--dark1);
    font-size: 24px;
    color: var(--dark1);
    padding-bottom: 1rem;
  }

  .box2--text {
    color: var(--light1);
    word-break: break-word;
    padding-left: 1rem;
    border-left: 5px solid var(--light2);
    font-size: 18px;
    padding: 2rem 4rem;
  }
  .box3--container {
    padding: 2rem;
  }

  .box3--title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2rem;
  }

  .project--image {
    height: 400px;
    border-radius: 5px;
    object-fit: fill;
    padding: 0rem 2rem 2rem 0px;
  }

  .project--name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .project--subtitle {
    font-size: 18px;
    font-weight: lighter;
  }

  .project--desc > ol {
    padding-top: 1.5rem;
    word-break: break-word;
    font-size: 18px;
    font-weight: lighter;
    padding-left: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }

  .project--link {
    font-size: 18px;
    font-weight: bold;
    color: white;
  }
  .box4--container {
    padding-bottom: 4rem;
  }
  .box4--form input {
    font-size: 24px;
  }
  .box4--form textarea {
    font-size: 24px;
  }
  .box4--title {
    font-size: 24px;
    margin-bottom: 2rem;
    color: var(--dark1);
    text-align: center;
  }
  .box5--wrapper {
    padding: 2rem 0rem;
    font-size: 18px;
  }
  .box5--social a {
    font-size: 2rem;
  }
}
