/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./library/templates/style-page-home.scss ***!
  \*************************************************************************************************************************************************************/
/**************************************************
Stylesheet: Home Page Stylesheet
**************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
.homepage-hero {
  background-color: #222222;
  position: relative;
}
.homepage-hero img {
  object-fit: cover;
  width: 100%;
}
.homepage-hero .hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.homepage-hero .hero-copy h1,
.homepage-hero .hero-copy h2 {
  color: #ffffff;
}
.homepage-hero .hero-copy h1 {
  font-family: "Oswald", sans-serif, sans-serif;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}
@media screen and (min-width: 425px) {
  .homepage-hero .hero-copy h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .homepage-hero .hero-copy h1 {
    font-size: 75px;
  }
}
.homepage-hero .hero-copy h2 {
  font-family: "Roboto", sans-serif, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .homepage-hero .hero-copy h2 {
    font-size: 32px;
  }
}

/*# sourceMappingURL=style-page-home.css.map*/