html {
    -webkit-text-size-adjust:100%;
}
body {
  margin: 0;
}

.pac-container {
    z-index: 99999 !important;
}

.pac-container::after {
    display: none;
}

.pac-item-query {
    color: #000 !important;
    font-size: 16px !important;
}

.pac-item {
    font-size: 16px !important;
    color: #000 !important;
    line-height: 19px !important;
    padding: 21px 16px !important;
}

.pac-icon-marker {
    display: none !important;
}

h1 {
    font-size: 26px
}
h2 {
     font-size: 22px
}
h3 {
    font-size: 18px
}
h4 {
    font-size: 19px
}
h5 {
    font-size: 16px
}
h6 {
    font-size: 14px
} 

@font-face {
    font-family: HelveticaNeue;
    src: url("./fonts/HelveticaNeue.ttf") format("truetype");
}

::-ms-clear {
  display: none;
}

.landing-page-container {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1300;
    min-height: 100vh;
    max-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;         
    flex-direction: column;
    box-sizing: border-box;
}

@media only screen and (max-width: 600px) {

    @media not all and (min-resolution:.001dpcm) { 
        @supports (-webkit-appearance:none) {
            .landing-page-container { 
                min-height: calc(100vh - 80px);
                max-height: calc(100vh - 80px);
            }
        }
    }
}