body {
    font-family: kyrial-display-pro, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    color: #000 !important;
    overflow: hidden;
}

hr {
    width: 75% !important;
    text-align: right !important;
    margin-right: 0px !important;
    border: none !important;
    background-color: #000 !important;
    height: 2px !important;
    margin-top: 1em !important;
    opacity: 1em !important;

}

h1 {
    font-family: kyrial-display-pro, sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    font-size: 2em !important;
}

p {
    font-size: .6em !important;
}

.eventTitle {
    font-family: kyrial-sans-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: .75em !important;
}

#mesmerize {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#Logo {
    width: 5em !important;
    margin-bottom: 1em !important;
    margin-top: 1em;
}

#theKnow {
    font-size: 1.5em;
    z-index: 9001;
}

.firstMsg {
    font-family: 'Gotham-Bold', sans-serif !important;
    font-size: 4em;
    line-height: 1;
    letter-spacing: -.04em;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.secondMsg {
    position: relative;
    /** top: 10em;
    opacity: 0; **/
    font-family: 'Gotham-Thin', sans-serif !important;
    font-size: 4em;
    line-height: 1;
    letter-spacing: -.04em;
    padding-top: 0px !important;
    margin-top: 0px !important;
    animation-name: secondMsg;
    animation-duration: 1.33s;
    animation-delay: 1.5s;
    animation-fill-mode: both;
    /** animation-delay: 2s; **/
}

button {
    position: relative;
    background: transparent;
    padding-left: 1em;
    padding-right: 1em;
    border-style: solid !important;
    border-color: #000;
    border-width: .1em;
    padding-top: .15em;
    animation-name: cta;
    animation-duration: 1.33s;
    animation-delay: 4s;
    animation-fill-mode: both;
    transition: color .5s;
}

button:hover {
    color: #fff;
    border-color: #fff;
}

button:active {
    color: #000 !important;
    border-color: #000 !important;
}

#platformLogin {
    text-align: right;
    position: absolute;
    top: 3em;
    right: 3em;
}

a {
    color: #000 !important;
    transition: color .5s;
    font-family: kyrial-sans-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1em !important;
}

a:hover {
    color: #fff !important;
}

@keyframes secondMsg {
    0% { top: 3em; opacity: 0; }
    100% { top: 0; opacity: 1;}
}

@keyframes cta {
    0% { top: 8em; opacity: 0; }
    100% { top: 0; opacity: 1;}
}
