/* colors */
.transform {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.transform-none {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.bg-photo {
  background: center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
.transition {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.center {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}
.flex-align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#page > .container {
  width: 100%;
  margin: 0;
}
#page {
  padding: 0;
  margin-top: 0;
}
article {
  min-height: 100vh;
}
.home-hero img {
  -webkit-filter: drop-shadow(2px 4px 6px #000000);
  filter: drop-shadow(2px 4px 6px #000000);
  width: 100%!important;
  max-width: 550px;
}
.home-hero span {
  display: inline-block;
}
.home-hero .fl-row-content-wrap {
  min-height: 100vh;
  height: auto;
}
#footer-home {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer-home .newsletter-button {
  text-align: center;
}
#footer-home .newsletter-button a.btn {
  font-size: 15px;
  text-transform: none;
}
#footer-home .credit {
  margin: 20px 0;
  text-align: center;
  color: white;
  font-size: 16px;
  -webkit-filter: drop-shadow(2px 4px 6px #000000);
  filter: drop-shadow(2px 4px 6px #000000);
}
#footer-home #footer {
  background: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  color: black;
  overflow: hidden;
  padding: 10px 10px 8px 10px;
}
#footer-home #footer .copyright {
  float: left;
}
#footer-home #footer a {
  color: black;
  font-size: 13px;
}
#footer-home #footer .social-media {
  float: right;
}
@media screen and (max-width: 700px) {
  #footer-home #footer .copyright,
  #footer-home #footer .social-media {
    float: none;
    text-align: center;
  }
}
