/******
// phone 
*******/
/* line 19, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
.banner-box {
  padding-top: 70.5vh;
}

/* line 27, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
.banner.home {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80vh;
  padding-top: 80vh;
  overflow: hidden;
  text-align: center;
}

/* line 40, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
.banner.home img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* line 51, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
.banner.home hgroup {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/* line 58, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
.banner.home hgroup h1, .banner.home hgroup h2, .banner.home hgroup h3, .banner.home hgroup h4 {
  margin: 0;
}

/* line 64, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
.banner.home hgroup h4 {
  display: none;
}

/* line 70, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
.banner.home hgroup h2 {
  font-size: 30px;
}

/* line 74, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
.banner.home hgroup h2 span {
  display: block;
  white-space: nowrap;
}

/* line 83, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
.banner.home hgroup h3 {
  font-family: "Castoro", sans-serif;
  font-size: 16px;
  color: #6C5301;
  padding: 1rem 0 1rem 0;
}

/* line 92, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
.banner.home hgroup .message {
  padding: 1rem;
  background-color: #fff;
}

/* line 105, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
.banner-sub-row {
  border-top: solid 4px #fff;
  position: relative;
  top: 0;
}

/* line 112, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
.banner-sub-row .image-block {
  border: solid 4px #fff;
}

/*******
// tablet
********/
@media screen and (min-width: 768px) {
  /* line 129, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner-box {
    padding-top: 44.5vh;
  }
  /* line 137, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home {
    height: 60vh;
    padding-top: 60vh;
  }
  /* line 161, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home hgroup .message h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  /* line 167, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home hgroup .message h2 span {
    display: block;
    border: solid thin red;
  }
}

@media screen and (min-width: 768px) {
  /* line 178, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home hgroup .message h3 {
    font-size: 24px;
  }
}

/***********
// desktop
***********/
@media screen and (min-width: 1024px) {
  /* line 206, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner-box {
    padding-top: 60.5vh;
  }
  /* line 216, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home {
    height: 80vh;
    padding-top: 80vh;
  }
  /* line 232, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home hgroup h4 {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }
  /* line 241, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home hgroup h4 span {
    color: #fff;
  }
  /* line 247, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home hgroup h4 a {
    font-family: "Castoro", sans-serif;
    color: #5F98BA;
  }
  /* line 256, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home hgroup .message {
    white-space: nowrap;
    padding: 1rem 2rem 3rem 2rem;
  }
  /* line 261, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home hgroup .message h2 {
    font-size: 55px;
  }
  /* line 265, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home hgroup .message h2 span {
    display: inline;
  }
  /* line 273, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home hgroup .message h3 {
    font-size: 30px;
  }
}

/************
// odd sizes
************/
/*****
// desktop large
****/
@media screen and (min-width: 1536px) {
  /* line 304, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner-box {
    padding-top: 66.5vh;
  }
  /* line 313, ../../../../../Users/glennrwilliams/Documents/www/gen4/camlincustomhomes.com/resources/ui/frontend/scss/banner-home.scss */
  .banner.home {
    height: 85vh;
    padding-top: 85vh;
  }
}

/*# sourceMappingURL=banner-home.css.map */