.cover-container {
  min-height: 100vh;
}

.btn-secondary {
  background-color: #f1cbcc;
  border-color: #f1cbcc;
  color: #000000;
}

#footer {
  background-image: linear-gradient(#cdd5d6, #dfdfdb);
  padding-top: 20px;
  min-height: 400px;
}
#footer .boats {
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: -200px;
  margin-top: -120px;
  background: url("images/boats.png") repeat-x scroll center top transparent;
}
#footer .circleSocial {
  margin: 0 auto;
}
#footer .circleSocial ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .circleSocial ul li {
  list-style: none;
}
#footer .circleSocial ul li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  margin: 0 5px 0 0;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#footer .circleSocial ul li a .icon {
  position: relative;
  color: #083326;
  z-index: 3;
}
#footer .footertext .footerlist {
  list-style: none;
  padding: 0 0 10px 0;
  display: inline-block;
}
#footer .footertext .footerlist .footersublist {
  list-style: none;
  padding-bottom: 10px;
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=layout.css.map */
