body {
    background-color: #E7F6F2;
}

#logo {
  font-family: 'Ubuntu', sans-serif;
  size: 4rem;
  line-height: 2;
}

#title {
    background-image: url("../img/FullSizeRender.jpg");
    background-color: #cccccc; /* Used if the image is unavailable */
      height: 300px; /* You must set a specified height */
      background-position: center; /* Center the image */
      background-repeat: no-repeat; /* Do not repeat the image */
      background-size: cover; /* Resize the background image to cover the entire container */
}

.hero-title {
height: 230px;
text-align: center;
}


.clearfix {
  clear: both;
  display: table;
  padding: 5%;

}


h2 {
    padding: 2%;
}

.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}

.card{
  background-color: rgba(0, 0, 0, 0.03);
}

.card-link{
  text-decoration: underline;
}