body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

img {
    margin: 0;
    padding: 0;
}

nav {
    position: relative;
}
nav .button {
    position: absolute;
    z-index: 1;
    top: 27%;
    left: 3%;
    width: 21%;
}

.button img {
    width: 100%;
    height: auto;
}

.page  {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    background-color: #004C97;
}

.slice {
    width: 100%;
    height: auto;
    display: block;
}

.desktop {
    display: none;
}

.row {}

.column {
    flex-grow: 1;
}

.hairline {
    border-top: 1px solid #009EE7;
    width: 77.3%;
    margin: 0 auto;
}

.hotspot-container {
    position: relative;
}
.hotspot {
    width: 100%;
    height: 10%;
    position: absolute;
    top: 54%;
}
.hotspot.see-details {
    top: 65%;
}
.hotspot.shop-online {
    height: 15%;
    top: 55%;
}
.hotspot.find-a-store {
    height: 15%;
    top: 72%;
}

.directions {
    cursor: pointer;
}

@media only screen and (min-width: 600px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }

    nav .button {
        top: 19%;
        width: 10%;
    }

    .row {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
    }

    .hairline {
        width: 70.8%;
    }
    .events {
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
    }

    .event {
        flex-basis: 50%;
    }

    .hotspot {
        width: 50%;
        height: 20%;
        top: 56%;
    }
    .hotspot.see-details {
        top: 56%;
        left: 50%;
    }
    .hotspot.shop-online {
        height: 20%;
        top: 56%;
    }
    .hotspot.find-a-store {
        height: 20%;
        top: 56%;
        left: 50%;
    }
}

.dev {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}
