@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap");
/* line 6, app/assets/stylesheets/home.scss */
.home-search {
  background: url(/assets/cresthome-5e2abf16b42a12c66e1e2204b690ba26ccd370b78a021bafb45fa0df0370bc68.jpg);
  color: white;
  background-size: 100% auto;
  padding: 20px 0 50px;
  position: relative;
  min-height: 35vw;
}

/* line 17, app/assets/stylesheets/home.scss */
.static-home header {
  margin-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

/* line 28, app/assets/stylesheets/home.scss */
.home-search button {
  width: 100%;
  margin: 0px 0;
  text-transform: uppercase;
  margin-top: 40px;
}

/* line 29, app/assets/stylesheets/home.scss */
.home-search .freedom-boat-club {
  display: flex;
}

/* line 30, app/assets/stylesheets/home.scss */
.home-search .freedom-boat-club > div.text {
  flex: 1;
}

/* line 31, app/assets/stylesheets/home.scss */
.home-search .freedom-boat-club > div.text > div {
  padding: 20px;
}

/* line 32, app/assets/stylesheets/home.scss */
.home-search .freedom-boat-club > div.text img {
  width: 120px;
  float: left;
  margin: 10px;
  padding-left: 20px;
}

/* line 34, app/assets/stylesheets/home.scss */
.home-ads {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

/* line 35, app/assets/stylesheets/home.scss */
.home-ads > div img {
  width: 100%;
  display: block;
}

/* line 36, app/assets/stylesheets/home.scss */
.home-ads > div a {
  width: 100%;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}

/* line 37, app/assets/stylesheets/home.scss */
.home-ads > div:first-child a {
  padding-left: 0px;
}

/* line 38, app/assets/stylesheets/home.scss */
.home-ads > div:last-child a {
  padding-right: 0px;
}

/* line 40, app/assets/stylesheets/home.scss */
.home-tagline {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 1em 0;
  font-style: normal;
  padding: 10% 20px;
  line-height: 1.5em;
  font-size: 13px;
  position: absolute;
  bottom: 100px;
  font-family: 'Montserrat', sans-serif;
}

/* line 52, app/assets/stylesheets/home.scss */
.home-tagline p {
  font-size: 2em;
  line-height: 1.5em;
  font-family: 'Montserrat', sans-serif;
}

/* line 57, app/assets/stylesheets/home.scss */
.home-tagline h2 {
  font-weight: bold;
  font-size: 3em;
  text-transform: uppercase;
}

/* line 62, app/assets/stylesheets/home.scss */
.home-tagline .btn {
  background-color: #E75D42;
  font-size: 1.5em;
  text-transform: uppercase;
  font-style: normal;
}

/* line 69, app/assets/stylesheets/home.scss */
.search-panel {
  background: #0c2a50;
  padding: 20px;
  margin-top: 70px;
}

/* line 74, app/assets/stylesheets/home.scss */
.search-panel .btn {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  /* line 81, app/assets/stylesheets/home.scss */
  .search-panel {
    margin: 20px;
  }
  /* line 84, app/assets/stylesheets/home.scss */
  .static-home header {
    position: static;
    margin: 0;
  }
  /* line 88, app/assets/stylesheets/home.scss */
  .home-ads {
    display: block;
  }
  /* line 91, app/assets/stylesheets/home.scss */
  .home-ads > div {
    margin: 10px 0;
  }
  /* line 95, app/assets/stylesheets/home.scss */
  .home-ads > div a {
    padding: 0;
    margin: 0;
  }
  /* line 101, app/assets/stylesheets/home.scss */
  .home-tagline {
    margin: 20px 0;
  }
}
