/*
Theme Name:     Zebralove Web Solutions 2025
Theme URI:      https://zebralovewebsolutions.com
Text Domain: 	ZebraloveWebSolutions24
Author:         Lynne Lowell
Author URI:     https://zebralovewebsolutions.com
Version:        0.1.2
Tested Up To:   6.6
Requires PHP:	PHP 7.0
Description:	Zebralove Web Solutions in house theme.
*/
html, body {
  overflow-x: hidden;
  font-family: "Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; }

h1, h2, h3, h4, h5, h6 {
  font-family: "InterTight"; }

img {
  max-width: 100%;
  height: auto;
  border-radius: 6px; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*FOrm styles*/
.nf-form-fields-required {
  display: none; }

.nf-field-label label {
  color: #FFF;
  font-family: "InterTight"; }

.nf-field-element input, .nf-field-element textarea {
  border-radius: 0px;
  padding: .5rem 1rem;
  border-bottom: solid 1px #FFF;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent; }

.field-wrap select {
  padding: .5rem 1rem;
  background: #fff; }

.btn-custom {
  padding: .5rem 2rem; }

.btn-custom, .wp-block-button__link, .field-wrap input[type="submit"] {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "InterTight";
  border-radius: 0px;
  border: none !important;
  padding: 16px;
  width: auto;
  min-width: 8em;
  text-align: center;
  color: #FFF;
  background-image: linear-gradient(to bottom, #000, #0000, #000), linear-gradient(to bottom, #000, #000);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: inset 0 1px white, inset 0 -1px black, 0 2px 4px black;
  transition-property: transform, filter;
  transition-duration: .2s;
  will-change: transform;
  resize: both; }
  .btn-custom::before, .wp-block-button__link::before, .field-wrap input[type="submit"]::before {
    display: none !important; }
  .btn-custom:active, .wp-block-button__link:active, .field-wrap input[type="submit"]:active {
    transform: scale(0.92);
    filter: brightness(0.8); }
  .btn-custom:after, .wp-block-button__link:after, .field-wrap input[type="submit"]:after {
    content: '';
    position: absolute;
    top: -6px;
    left: calc(4px * -1);
    border-image-source: url("https://northeastsnowmanagement.com/wp-content/themes/ZebraloveWebSolutions24/imgs/btn-snow-cap.png");
    border-image-slice: calc(6 * 56 / 20) fill;
    border-image-width: calc(28px / 3);
    border-image-repeat: round;
    width: calc(100% + 4px * 2);
    height: 28px;
    filter: drop-shadow(0 2px 1px black);
    opacity: 1; }

.btn-custom a, .btn-custom a:hover {
  color: #FFF; }

.btn-custom:hover, .wp-block-button__link:hover {
  color: #FFF !important;
  text-decoration: none !important;
  -webkit-box-shadow: 1px 6px 7px 1px rgba(0, 0, 0, 0.36);
  box-shadow: 1px 6px 7px 1px rgba(0, 0, 0, 0.36); }

a {
  position: relative;
  text-decoration: none; }
  a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #646536;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out; }
  a:hover::before {
    transform-origin: left;
    transform: scaleX(1); }

footer .mdi {
  color: #FFF;
  font-size: 2.5rem; }

/*Navbar*/
.navbar {
  padding: .8rem 1.2rem; }
  .navbar a::before {
    background-color: #FFF; }

.nav-link {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "InterTight";
  text-transform: uppercase; }

.navbar-toggler {
  background-color: transparent;
  border-color: transparent; }
  .navbar-toggler.x {
    border: none; }
    .navbar-toggler.x:focus {
      outline: 0;
      box-shadow: none; }
    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: 10% 10%;
      -ms-transform-origin: 10% 10%;
      transform-origin: 10% 10%; }
    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
      opacity: 0;
      filter: alpha(opacity=0); }
    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 10% 90%;
      -ms-transform-origin: 10% 90%;
      transform-origin: 10% 90%; }
    .navbar-toggler.x .icon-bar {
      width: 22px;
      display: block;
      height: 4px;
      background-color: #FFF;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .navbar-toggler.x .icon-bar + .icon-bar {
        margin-top: 4px; }
      .navbar-toggler.x .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
      .navbar-toggler.x .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100); }
      .navbar-toggler.x .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }

.nav-item.active a::before {
  transform-origin: left;
  transform: scaleX(1); }

.bg-dark {
  background-color: #000 !important; }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #000; }

.navbar-dark .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase; }

#navbarSupportedContent .form-control {
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px; }

.dropdown-menu {
  background-color: #646536;
  border-radius: 0px;
  border: none;
  left: 50px;
  font-family: "InterTight";
  padding: 0px; }

.dropdown-item {
  color: #FFF;
  padding: .7rem 1.5rem;
  font-family: "InterTight"; }

.menu-item.current_page_item .dropdown-item, .dropdown-item:focus, .dropdown-item:hover {
  color: #FFF;
  background-color: #646536; }

.top-bar {
  color: #FFF;
  font-size: 1rem; }

.top-bar a {
  color: #FFF;
  text-decoration: none; }

.top-bar a:hover {
  color: #FFF; }

.top-bar a:hover::before {
  transform: scaleX(0); }

.top-bar .mdi {
  font-size: 2rem; }

.headerContact {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold; }
  .headerContact a {
    color: #000;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none; }
    .headerContact a:hover {
      text-decoration: underline; }
    .headerContact a::before {
      display: none !important; }

.snowContainer {
  position: relative; }
  .snowContainer .snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background: url("https://northeastsnowmanagement.com/wp-content/themes/ZebraloveWebSolutions24/imgs/Snow-01.png") no-repeat;
    background-size: contain;
    animation: snowfall linear infinite;
    opacity: 0; }

@keyframes snowfall {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg); }
  100% {
    transform: translateY(100vh) translateX(-10vw) rotate(720deg); } }
.homeHeader {
  /*-webkit-box-shadow: 1px 6px 7px 1px rgba(0,0,0,0.36); 
  box-shadow: 1px 6px 7px 1px rgba(0,0,0,0.36);*/
  position: relative;
  z-index: 1;
  height: 200vw;
  overflow: hidden;
  z-index: 900;
  border-bottom: solid 10px #33658a; }
  .homeHeader .homeHeaderTxt {
    position: absolute;
    opacity: 0;
    bottom: 0px;
    left: 0px;
    padding: 2rem;
    z-index: 1000;
    background-color: #646536;
    color: #FFF;
    max-width: 550px;
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.5); }
    .homeHeader .homeHeaderTxt h2 {
      color: #FFF;
      font-weight: bold; }

.box-1 {
  background-color: #000;
  color: #FFF;
  padding: 35px 25px;
  margin-top: 8%;
  margin-right: 7%;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease 0s;
  width: 100%;
  position: relative; }
  .box-1 h3 {
    color: #FFF; }

.gap {
  margin-bottom: 400px; }

.two-boxes {
  margin-top: -0.45%; }

.snow-left {
  position: absolute;
  top: -10px;
  left: -5px;
  z-index: 1; }

.snow-right {
  position: absolute;
  top: -16px;
  right: -11px;
  z-index: 1; }

.snow-right-corner {
  position: absolute;
  top: -10px;
  right: -5px;
  z-index: 1; }

.interiorHeader {
  align-items: center;
  display: flex;
  height: 60vh;
  justify-content: center;
  overflow: hidden;
  position: relative; }
  .interiorHeader:before {
    animation: fade-slide-down 2s 500ms cubic-bezier(0, 0.5, 0, 1) forwards;
    bottom: 0;
    content: "";
    left: -5%;
    opacity: 0;
    position: absolute;
    right: -5%;
    top: 0;
    z-index: -1; }
  .interiorHeader:after {
    animation: rotate-up 500ms 500ms cubic-bezier(0, 0.5, 0, 1) forwards;
    background: #fff;
    content: "";
    height: 40rem;
    left: -5%;
    position: absolute;
    right: -5%;
    top: 90%;
    transform-origin: 0 0;
    z-index: 0; }
  .interiorHeader #header-content {
    margin-top: -10%;
    overflow: visible;
    text-align: center;
    width: 100%; }
  .interiorHeader h1 {
    color: #FFF;
    margin: 0;
    opacity: 0;
    animation: fade-slide-down-rotate 2s 2s cubic-bezier(0, 0.5, 0, 1) forwards;
    animation-delay: 800ms;
    font-size: calc(8vw + 1vmin);
    font-weight: 400;
    margin-bottom: 2.5%; }

/* Animations */
@keyframes fade-slide-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes fade-slide-down-rotate {
  0% {
    opacity: 0;
    transform: translateY(-4rem); }
  100% {
    opacity: 1;
    transform: rotate(-4deg); } }
@keyframes fade-slide-up {
  0% {
    opacity: 0;
    transform: translateY(4rem); }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes rotate-up {
  100% {
    transform: rotateZ(-4deg); } }
@keyframes flip-scale-up {
  0% {
    transform: scale(1) rotateX(0); }
  50% {
    transform: scale(2.5) rotateX(-90deg); }
  100% {
    transform: scale(1) rotateX(-180deg); } }
.serviceRow {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("https://northeastsnowmanagement.com/wp-content/themes/ZebraloveWebSolutions24/imgs/servicesBG.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  padding: 6rem 0; }

.headerContent {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px; }

.header {
  padding: 10px 0px; }

.serviceBox {
  background-color: #646536;
  opacity: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative; }
  .serviceBox .part-1 {
    padding: 40px 40px 25px;
    border-bottom: 2px solid #51522B; }
    .serviceBox .part-1 i {
      margin-bottom: 25px;
      font-size: 50px;
      color: #FFF; }
    .serviceBox .part-1 .title {
      font-weight: 700;
      font-size: 1.25rem;
      letter-spacing: 0.02em;
      line-height: 1.8em;
      color: #FFF; }
  .serviceBox .part-2 {
    padding: 30px 40px 40px; }
    .serviceBox .part-2 a {
      color: #FFF; }
      .serviceBox .part-2 a i {
        margin-right: 10px;
        color: #FFF; }
    .serviceBox .part-2 .description {
      margin-bottom: 22px;
      color: #FFF;
      line-height: 1.8em; }

.homeTestimonials {
  opacity: 0;
  padding: 6rem 0; }
  .homeTestimonials h2 {
    font-weight: bold;
    font-size: 2.5rem; }
  .homeTestimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content:before, .homeTestimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    color: #33658a;
    background: #33658a; }

.expandedList {
  background: #33658a;
  color: #FFF;
  padding: 6rem 0;
  /* Effect 8 */ }
  .expandedList a:hover:before {
    transform: scaleX(0); }
  .expandedList h2 {
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center; }
  .expandedList h1, .expandedList h2, .expandedList h3, .expandedList h4, .expandedList h5, .expandedList h6 {
    color: #FFF; }
  .expandedList .hi-icon {
    display: inline-block;
    padding: 35px;
    font-size: 0px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff; }
  .expandedList .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .expandedList .hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased; }
  .expandedList .hi-icon-effect-8 h4 {
    font-size: 1.25rem;
    font-weight: bold; }
  .expandedList .hi-icon-effect-8 .hi-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s; }
  .expandedList .hi-icon-effect-8 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .expandedList .hi-icon-effect-8 .hi-icon:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff; }
  .expandedList .hi-icon-effect-8 .hi-icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms; }

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #9e3238, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #9e3238, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0; } }
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #9e3238, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #9e3238, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0; } }
@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #9e3238, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #9e3238, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0; } }
/*Blog*/
.blog-border {
  margin: 10px 0px;
  padding: 20px 10px; }

.featuredImage {
  width: 100%;
  height: 100%; }

.blogSidebar {
  background-color: #000;
  padding: 30px;
  margin-bottom: 15px;
  color: #FFF; }

.homeBlog {
  background-color: #33658a;
  background: -moz-linear-gradient(270deg, #269e4e 9%, #1b6f37 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #269e4e), color-stop(100%, #1b6f37));
  /*safari4+,chrome */
  background: -webkit-linear-gradient(270deg, #269e4e 9%, #1b6f37 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, #269e4e 9%, #1b6f37 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, #269e4e 9%, #1b6f37 100%);
  /* ie10+ */
  background: linear-gradient(180deg, #269e4e 9%, #1b6f37 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff944e', endColorstr='#004aad',GradientType=0 );
  /* ie6-9 */
  color: #FFF; }

.aboveFooter {
  margin-bottom: 0; }
  .aboveFooter:where(.wp-block-columns.is-layout-flex) {
    gap: 0em; }
  .aboveFooter .wp-block-cover {
    height: 100%; }

footer {
  position: relative; }
  footer .snow-right {
    top: -24px;
    right: -18px; }
  footer .footerContact a, footer .footerContact .location {
    font-size: 1.5rem;
    text-decoration: none;
    font-family: "InterTight";
    text-transform: uppercase; }
    footer .footerContact a:hover, footer .footerContact .location:hover {
      color: #000;
      text-decoration: none; }
  footer a {
    font-size: 1.25rem; }
    footer a:hover {
      color: #FFF;
      text-decoration: none; }
    footer a::before {
      display: none !important; }

.copyright {
  text-align: center;
  font-size: .8rem; }
  .copyright a {
    text-decoration: none;
    font-size: .8rem; }

.slide-in-left {
  -webkit-animation: slide-in-left 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-left 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both; }

.scale-in-center {
  -webkit-animation: scale-in-center 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.text-focus-in {
  -webkit-animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s both; }

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2021-1-25 9:56:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@media (min-width: 765px) {
  .top-bar .mdi {
    font-size: 1.25rem; }

  .nav-link {
    margin-left: 45px; }

  .homeHeader {
    height: 35vw; }
    .homeHeader .homeHeaderTxt {
      bottom: 50px;
      left: 100px;
      padding: 2rem;
      max-width: 550px; }

  footer .mdi {
    font-size: 1.5rem; }

  footer a {
    font-size: 1rem; }

  .interiorHeader h1 {
    font-size: calc(5vw + 1vmin); } }
@media (min-width: 765px) and (max-width: 1364px) {
  .homeHeader {
    height: 64vw; } }
