/***************************************************************************************************************
    Dear Dev Pros,

    Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered
    into any file that includes this one (spoiler alert: most files include this file)
****************************************************************************************************************/
.home-banner-button-container { position: absolute; bottom: 3rem; left: 0; z-index: 3; }

.scroll-down { width: 50px; height: 50px; border-radius: 100px; background: #00b683; line-height: 50px; color: #fff; border: 0; -webkit-transition: background-color 0.15s; -o-transition: background-color 0.15s; transition: background-color 0.15s; }

.scroll-down:hover { color: #fff; background: #009269; }

.home-header-banner h1 { font-family: cinque-donne, serif; font-weight: 700; font-size: 70px; position: absolute; z-index: 2; top: 40%; color: #fff; text-align: center; width: 100%; }

@media (min-width: 1680px) { .home-header-banner h1 { font-size: 90px; } }

.header-banner { max-height: 600px; }

@media (min-width: 992px) { .header-banner { max-height: 900px; } }
/*# sourceMappingURL=home.css.map */