/* CSS SPECIFIC TO THE HOME PAGE */

#home {
  background-image: url("../img/Splash-image.png");
  background-size: cover;
  width: 100%; height: 100%;
  position: absolute; top: 0; left: 0;
  overflow:hidden;
}

#start-header a {
  color: white;
}

#start-well {
  background: #0d3437;
  padding: 30px 80px 20px 80px;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
  border-color: #3dbfb2;
  text-align: center;
  color: white;
}

#start-well h1 {
  font-size: 14px;
  color: var(--ais-white);
  font-family: "Montserrat";
  font-weight: normal;
}

#home-start_btn {
  background: var(--ais-blue);
  color: black;
  padding: 10px 30px;
  border: none;
}

.footer{
  display: flex;
  width: 100%;
  margin-top: auto;
  padding: 20px 40px;
  color: #ffffff;
  position: fixed;
  left: 0;
  bottom: 0;
}

.footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer a {
  color: white;
  
}