@charset "UTF-8";/**BLOG********************************************************/ .nav-item_3 .nav-button {    color:rgba(94,199,219,1);}.hero-overlay {    height:100vh;    position:absolute;    bottom:-60%;    background-image:url(../img/blog_hero_overlay.png);    background-size:contain;    background-position:center bottom;    background-attachment:scroll;    background-repeat:no-repeat;    -webkit-transition:all 3s ease;       -moz-transition:all 3s ease;         -o-transition:all 3s ease;            transition:all 3s ease;    -webkit-transition-property:all;    -webkit-transition-duration:3s;    -webkit-transition-timing-function:ease;}.hero-overlay.scroll {    bottom:10px;}@media (min-width: 320px) and (max-width: 480px) {    .hero-overlay {        bottom:-40%;    }}@media (min-width: 481px) and (max-width: 568px) {    .hero-overlay {        bottom:-30%;    }}@media (min-width: 569px) and (max-width: 436px) {    .hero-overlay {        bottom:-40%;    }}@media (min-width: 737px) and (max-width: 1024px) {    .hero-overlay {        bottom:-40%;    }}