@font-face {
    font-family: "LCD Solid";
    src: url("/fonts/LCD_Solid.ttf") format("truetype")
}

body {
    overflow: hidden;
    margin: 0;
    padding: 0
}

@keyframes pop {
    0% { transform: scale(1) }
    50% { transform: scale(1.1) }
    100% { transform: scale(1) }
}

@keyframes pop-color {
    0% {
        color: #2748a8;
        transform: scale(1)
    } 50% {
        color: #4f78e0;
        transform: scale(1.3)
    } 100% {
        color: #2748a8;
        transform: scale(1)
    }
}

@keyframes pop-rotated {
    0% { transform: rotate(12deg) scale(1) }
    50% { transform: rotate(12deg) scale(1.3) }
    100% { transform: rotate(12deg) scale(1) }
}

@keyframes color-cycle {
    0% { color: #2748a8 }
    25% { color: #f15c28 }
    50% { color: #0096a1 }
    75% { color: #ff704a }
    100% { color: #2748a8 }
}

#content {
    width: 100vw;
    height: 100vh;
    transform-origin: center;
    background-image: url("/img/bbash18_teaser/bg.jpg");
    background-attachment: fixed;
    background-color: #2748a8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.nt-window {
    max-width: 95vw;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-width: 2px;
    border-style: solid;
    box-shadow: 1px 1px 6px #22222240
}

.nt-menu-bar {
    display: flex;
    justify-content: space-apart;
    align-items: center;
    width: 100%;
    height: 32px
} .nt-menu-bar:hover {
    cursor: move
}

.nt-menu-icon-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    margin-right: 6px
} .nt-menu-icon-close:hover {
    cursor: pointer
}

.nt-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.popup-content {
    width: 100%;
    display: flex;
    flex-direction: row
}

.gene-block {
    width: 150px;
    margin: 20px;
    border: 3px solid #2748a8
}

.word-art {
    width: 180px;
    margin-top: -5px;
    margin-bottom: -5px;
    animation: pop-rotated .8s linear infinite
}

.body-text {
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #222
}

.nt-button-centered {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.nt-button-wrapper {
    cursor: pointer;
    border-style: solid;
    border-color: black;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    margin-left: 10px;
    margin-right: 10px
}

.nt-button {
    width: 108px;
    height: 20px;
    padding: 2px;
    border-style: solid;
    border-width: 1px
}

.nt-button-text, .nt-button-text-border {
    position: relative;
    top: -1px;
    left: -1px;
    margin: 0;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    text-align: center;
    pointer-events: none
}

.nt-button-text-border {
    border: 1px dotted black
}

.nth-vis-logo-container {
    width: 100%;
    display: flex;
    justify-content: center
}

.nth-vis-logo {
    width: 180px;
    height: 144px;
}

.nth-vis-text {
    width: 90%;
    padding: 0 5% 0 5%;
    margin: 8px 0 8px 0;
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #222
}

.nth-vis-styled-text {
    width: 100%;
    margin: 10px 0 10px 0;
    text-align: center;
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 700;
    animation: pop-color .8s linear infinite
}

.scuse-me-img-container {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center
}

.scuse-me-img {
    width: 158px;
    height: 160px;
}

.scuse-me-text {
    width: 86%;
    padding: 0 7% 0 7%;
    margin: 20px 0 8px 0;
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #222
}

span.emphasis-blue {
    font-size: 20px;
    color: #0096a1
}

span.emphasis-dark-blue {
    font-size: 20px;
    color: #2748a8
}

span.emphasis-red {
    font-size: 18px;
    color: #f15c28
}

span.emphasis-red-big {
    font-size: 20px;
    color: #f15c28
}

.freshman-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px
}

.freshman-img {
    margin: 10px 10px 0 20px;
    width: 120px;
    animation: pop .8s linear infinite
}

.freshman-text {
    margin: 0;
    width: 240px;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #222
}

.dock {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 42px;
    background-color: #b4b4b4;
    border-top: 2px solid #f0f0f0;
    display: flex;
    align-items: center
}

.dock-logo {
    height: 20px;
    margin: 4px
}

.start-button-container {
    cursor: pointer;
    margin-left: 4px;
    border: 2px solid;
    border-top-color: #f0f0f0;
    border-left-color: #f0f0f0;
    border-right-color: black;
    border-bottom-color: black
}

.start-button {
    width: 80px;
    height: 26px;
    border: 2px solid;
    border-top-color: #b4b4b4;
    border-left-color: #b4b4b4;
    border-right-color: #6c6c6c;
    border-bottom-color: #6c6c6c;
    display: flex;
    justify-content: center;
    align-items: center
}

.start {
    height: 20px
}

.countdown-container {
    width: 108px;
    height: 30px;
    margin: 0 4px 0 4px;
    border: 2px solid;
    border-top-color: #6c6c6c;
    border-left-color: #6c6c6c;
    border-right-color: #f0f0f0;
    border-bottom-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center
}

#countdown {
    margin: 0;
    font-family: "LCD Solid";
    font-size: 16px
}

.icon-container {
    position: fixed;
    top: 28px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.desktop-icon {
    width: 50px;
    height: 50px
}

.icon-text {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 0 0;
    opacity: .9
}

.tickets-info {
    z-index: 100;
    overflow-y: hidden
}

.tickets-title {
    margin: 20px 0 4px 0;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    .tickets-title {
        margin: 32px 0 12px 0;
        font-size: 32px
    }
}

.tickets-info-p {
    width: 90%;
    margin: 6px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px
}

@media screen and (min-width:768px) {
    .tickets-info-p {
        margin: 8px;
        font-size: 16px;
        line-height: 20px
    }
}

.tickets-info-last {
    margin-bottom: 20px
}

#start-menu {
    width: 250px;
    padding: 8px 0;
    position: fixed;
    bottom: 43px;
    z-index: 50;
    background-color: #b4b4b4;
    border: 1px solid #f0f0f0
}

.menu-item {
    cursor: pointer;
    font-family: sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 8px 12px
}

.menu-item:hover {
    background-color: #6c6c6c50
}

.menu-link {
    text-decoration: none;
    color: black
}

.menu-separator {
    max-width: 100%;
    border-bottom: 1px solid #6c6c6c;
    margin: 8px 12px
}

#paint-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.bbash-logo {
    position: absolute;
    width: 60%;
    top: 14%;
    left: 12%
}
@media screen and (min-width:768px) {
    .bbash-logo { top: 10% }
}

.starburst {
    position: absolute;
    width: 30%;
    bottom: 21%;
    right: 4%;
    cursor: pointer;
}
