html, body {
    margin: 0;
    height: 100%;
  }

  p, h1, h2, h3, .navigation-bar {
    font-family: 'Inter', sans-serif;
  }

  h3 {
    font-size: 1.5vw;
  }

  #container {
    min-height: 100%;
    overflow: auto;
  }

  #more {
    text-align: center;
    color: #0038FF;
  }
  
  .navigation-bar {
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    font-size: 1.1vw;
  }
  
  .navigation {
    width: 15%;
    height: auto;
    margin: auto;
    display: flex;
  }
  
  .left {
    width: 50%;
    display: flex;
  }
  
  .right {
    width: 50%;
    display: flex;
    margin-right: 1%;
  }

  a.navi-options:link, a.navi-options:visited {
    justify-content: flex-end;
    color: black;
    text-decoration: none;
  }
  a.navi-options:hover {
    color:#0038FF;
    text-decoration: none;
  }
  
  a.navi-selected:link, a.navi-selected:visited{
    color: #0038FF;
    font-weight: 700;
    text-decoration: underline;
  }

  .navi-selected:hover{
    color: #032397;
  }

  .logo {
    justify-content: flex-start;
    margin-left: 5%;
    width: 45%;
    height: auto;
  }

  /* HEADING */
  .projects{
    position: relative;
    margin-bottom: 3%;
  }

  .projects-head{
    text-align: center;
    position: relative;
    margin-bottom: 5%;
  }

  .head-img{
    width: 100%;
  }

  .head-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
  }

  .head-text-h1{
    font-size: 4.5vw;
    margin-bottom: 0;
  }

  .head-text-p{
    font-size: 1.5vw;
  }

  .free-quote-button{
    color: white;
    background-color: #0038FF;
    font-size: 1.5vw;
    font-family: 'inter', sans-serif;
    border: none;
    box-shadow: 0px 0px 5px #0038ff;
    padding: 1% 4%;
    position: absolute;
    top:92%;
    left: 50%;
    transform: translate(-50%,0);
  }

  .free-quote-button:hover {
    background-color:#0031e0;
  }
  
  /* BODY */
  .projects-body {
    padding: 3% 1% 5%;
    position: relative;
  }

  .title {
    padding: 0 15%;
    font-size: 1.2vw;
    margin-bottom: 4%;
  }

  .title-text{
    margin: 0;
  }

  .line{
    width: 15%;
    height: 0.3%;
    background-color: #0038FF;
    position: absolute;
    border: none;
  }

  .project-row {
    display: flex;
    justify-content: space-around;
  }

  .hospital-img{
    width: 90%;
  }

  .hospital{
    text-align: center;
  }

  .hospital-txt{
    font-size: 1.2vw;
  }

  .more {
    text-align: center;
  }

  /* FOOTER */

  footer {
    padding-bottom: 1%;
  }

  .footer-left{
    width: 20%;
  }

  .footer-middle{
    width:20%;
  }

  .footer-right{
    width:20%
  }


  .bottom {
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex; 
    justify-content: space-around;
  }

  #brochure {
    font-size: 1vw;
  }

  .input-text {
    margin: 8% 0 4%;
    font-size: 1vw;
  }

  .input-box{
    width: 100%;
  }

  .message-box{
    height: 20%
  }

  .contact {
    display: flex;
    justify-content: space-around;
    justify-content: left;
    font-size: 1vw;
  }
  .div-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8%;
  }

  .contact-img{
    width: 80%;
    margin: auto;
  }

  #send-button {
    margin: 6% 0;
    font-size: 1vw;
    background-color: #0038FF;
    color: white;
    border: #0038FF;
    box-shadow: 0px 0px 5px #0038ff;
    padding: 4% 10%;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
  }

  .copyright{
    text-align: center;
    font-family: 'Inter', sans-serif;
    margin-top: 3%;
    font-size: 1vw;
  }

  h3 {
    color: #0038FF;
  }