html,
body {
    height: 90%;
    margin: 0 auto !important;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    float: none !important;
    max-width: 1080px;
    font-family: 'Lato', sans-serif; font-display: swap;
}

* {
    box-sizing: border-box;
}

#header-container img {
    width: 100%;
!important height: auto;
!important
}

p {
    font-size: 18px;
}

h1 {
    font-size: 25px;
}

h4 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

h4 span {
    background: #fff;
    padding: 0 10px;
}

h3 {
    color: blue;
    /*margin:0.9em 0 0.9em 0;*/
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}

.myDiv {
    background-color: white;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 0;
    margin-bottom: 2px;
    margin-left: 0;
}

label {
    font-size: 16px;
    padding: 5px 10px 5px 0;
    display: inline-block;
}

.sliderClass .google-visualization-controls-slider-horizontal {
    min-width: 130px;
    /*max-width: 1000px;*/
    width: 80%;
}

.sliderClass .goog-inline-block {
    /*min-width: 130px;*/
    /*max-width: 1000px;*/
    width: 90%;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline label {
    margin: 1px 10px 0px 0px;
}

.form-inline input {
    vertical-align: middle;
    margin: 0px 10px 1px 0;
    padding: 1px 10px 1px 10px;
    background-color: #fff;
    border: 1px solid #e2dfdf;
}

button {
    padding: 10px 30px;
    background-color: #0073E6;
    border-radius: 3px;
    border: 1px solid #ddd;
    /*font-weight: bold;*/
    color: white;
    width: 250px;
    height: 50px;
}

.filterbutton {
    background-color: white;
    color: black;
    width: 250px;
    height: 50px;
    padding: 10px 30px;
    border: 1px solid black;
    border-radius: 5px;
}

.filterbutton:hover {
    background-color: #B3E5FC;
}

.button1 {
    background-color: #0d47a1;
    color: white;
    width: 250px;
    height: 50px;
    padding: 10px 30px;
    border: 1px solid black;
}

.button1:hover {
    background-color: #0073E6;
}

button:hover {
    background-color: #005A9C;
}

.topnav {
    overflow: hidden;
    background-color: white;
}

.topnav a {
    float: left;
    display: block;
    color: #212121;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
    font-size: 18px;
    background-color: white;
    font-weight: bold;
}

.topnav a:hover {
    background-color: #B3E5FC;
    color: #212121;
}

.topnav a.active {
    background-color: aliceblue;
    color: #212121;
}

.topnav a.target {
    background-color: #0073E6;
    color: white;
    border-radius: 25px;
}

.topnav a.empty {
    background-color: white;
    color: white;
}


.topnav .icon {
    display: none;
}

#map {
    height: 100%;
}

.footer {
    position: sticky;
    left: auto;
    margin: 0 auto;
    bottom: 0;
    min-width: 270px;
    width: 40%;
    height: 45px;
    background-color: black;
    border-color: blue;
    border-radius: 50px 50px 0px 0px;
    color: white;
    text-align: center;
    vertical-align: middle;
}

/*start of mobiscroll section*/
.md-google-calendar .mbsc-segmented {
    max-width: 300px;
    margin: 0 auto;
}

.google-cal-header-picker {
    flex: 1 0 auto;
}

.google-cal-header-nav {
    width: 200px;
}

/* material header order */

.mbsc-material.google-cal-header-prev {
    order: 1;
}

.mbsc-material.google-cal-header-next {
    order: 2;
}

.mbsc-material.google-cal-header-nav {
    order: 3;
}

.mbsc-material .google-cal-header-picker {
    order: 4;
}

.mbsc-material .google-cal-header-today {
    order: 5;
}

/* windows header order */

.mbsc-windows.google-cal-header-nav {
    order: 1;
}

.mbsc-windows.google-cal-header-prev {
    order: 2;
}

.mbsc-windows.google-cal-header-next {
    order: 3;
}

.mbsc-windows .google-cal-header-picker {
    order: 4;
}

.mbsc-windows .google-cal-header-today {
    order: 5;
}

/*end of mobiscroll section*/

/* We want to have a pointer cursor when hovering a deck.gl item */
body.cursor-pointer .gm-style > div {
    cursor: pointer !important;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: 'Lato', Sans-Serif;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: 'Lato', Sans-Serif;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: 'Lato', Sans-Serif;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 200px;
}

#pac-input:focus {
    border-color: #0073E6;
}

@-webkit-keyframes move {
    from {
        left: 0;
        opacity: 0;
    }
    to {
        left: 80%;
        opacity: 1;
    }
}

@keyframes move {
    from {
        left: 0;
        opacity: 0;
    }
    to {
        left: 80%;
        opacity: 1;
    }
}

a.rotator {
    text-decoration: none;
    padding-right: 20px;
    left: 0;
    width: 48px;
    height: 48px;
    position: absolute;
    display: block;
}

a.rotator img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    /*border-radius: 60px;*/
    transition-duration: 1s;
}

a.rotator img:hover {
    /*box-shadow: 0 3px 15px #000;*/
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /*transform: translate()*/
}

#img1 {
    -webkit-animation: move 2s forwards;
    animation: move 2s forwards;
}

#img2 {
    -webkit-animation: move 2s forwards;
    animation: move 2s forwards;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

#img3 {
    -webkit-animation: move 2s forwards;
    animation: move 2s forwards;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

#img4 {
    -webkit-animation: move 2s forwards;
    animation: move 2s forwards;
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

#img5 {
    -webkit-animation: move 2s forwards;
    animation: move 2s forwards;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

#img6 {
    -webkit-animation: move 2s forwards;
    animation: move 2s forwards;
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* When the screen is less than 1023 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1023px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1023px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 3000px) {
    .form-inline input {
        margin: 1px 0;
    }

    .form-inline {
        flex-direction: column;
        align-items: stretch;
    }
}