@media (max-width: 450px) {
  html,
  body {
    min-height: 100vh;
    width: 100%;
    margin: 0;
    color: #f5f0e8;
    background-color: #0069d9;
  }

  #main {
    display: flex;
    flex-direction: column;
  }

  h1 {
    margin: 0px;
    text-align: center;
  }

  #fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    padding-bottom: 5%;
  }

  #fixed-top h1 {
    margin-top: 1em;
    font-size: 1.5em;
  }

  #nav {
    display: flex;
    justify-content: space-between;
    padding: 0px 5% 0px 5%;
    margin-top: 1em;
  }

  #menu-container {
    display: flex;
    justify-content: end;
  }

  #nav a:link,
  #nav a:visited {
    text-decoration: none;
    color: #f5f0e8;
  }

  #home {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
  }

  #usp {
    text-align: center;
    word-wrap: normal;
    position: relative;
    color: #f5f0e8;
    min-height: 100vh;
    padding: 6vh 5% 10vh;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #usp button {
    margin-top: 30px;
  }

  #bio-container {
    margin: 30vh 5% 0 5%;
    padding-top: 15vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #bio > p {
    margin: 0px;
  }

#process-container {
    margin: 30vh 0px 0px 0px;
    padding-top: 15vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #process {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #process-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    width: 95vw;
  }

  .img-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    text-align: left;
  }

  #process-list ul {
    margin: 0;
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  #process-list li + li {
    margin-top: 1rem;
  }

  .section-title {
    margin-bottom: 1.5rem;
    font-size: 1.5em;
  }

  .img-group h3 {
    margin: 0 0 0.5rem;
    font-size: 1.2em;
  }

  .img-group p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  .img {
    width: 12em;
    height: auto;
  }

  #services a {
    margin-top: 5vh;
  }

  #contact-container {
    margin: 15vh 5vw 0 5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #contact {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .input-group {
    display: flex;
    flex-direction: column;
    margin: 20px 0px 20px 0px;
  }

  .form-control {
    margin: 5px 0;
  }

  .btn {
    background-color: transparent;
    color: #f5f0e8;
    border: 5px solid #f5f0e8;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
  }

  #footer {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
