﻿
body {
    background-image: url(PageSplash.jpg?1);
    background-size: cover;
    background-position: center center;
}


#Clockwork {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1000;
}

#ClockPinion {
    position: relative;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 1px;
    transform: scale(1);
}

.ClockFaceSlide {
    display: none;
}

#ClockFace1, #ClockFace2 {
    position: absolute;
    left: -192px;
    top: -192px;
    width: 384px;
    height: 384px;
    border-radius: 1000px;
    box-shadow: inset 2px 7px 20px black;
    background-size: cover;
    background-position: center center;
    opacity: 0;
}

.ClockGear {
    position: absolute;
    transform-origin: center;
}

#Planet {
    position: fixed;
    z-index: -1001;
}

#ScrollDown {
    position: absolute;
    left: 49%;
    bottom: 1vh;
    font-size: 3em;
    opacity: 0.5;
}

#ScrollDown:hover {
    color: rgb(255, 220, 106);
}

#BelowTheFold {
    position: absolute;
    left: 0;
    top: 100vh;
    width: 100%;
    overflow: hidden;
}

.RollInBlock {
    perspective: 2000px;
}

.RollInBlock > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 40em;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-origin: top left;
}

.RollInBlock.Right > * {
    transform-origin: top right;
}



#PageToolbar {
    position: absolute;
    width: 100%;
}

#PageTitle {
    display: none;
}

#PageContent {
    margin-top: 430px;
}

#SiteTitleFader {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0em;
    font-family: BlackWolf;
    font-size: 3.5em;
    font-weight: normal;
    text-align: center;
    color: #cef0f1cc;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 3px 10px;
}

.SectionStats {
    margin-left: 0.5em;
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.5);
}

.SectionStats span {
    color: rgba(255, 255, 255, 0.7);
}

#NewsBlock {
    margin-top: 1em;
}

#NewsBlock .Figure {
    display: block;
    max-width: 100%;
    margin: 0.5em;
    margin-bottom: 0.25em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgb(42, 72, 113);
    border-radius: 1em;
}

.FigureSubtitle {
    text-align: center;
    font-size: 0.8em;
}

.YouTubeVidFrame {
    width: 100%;
    height: 460px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgb(42, 72, 113);
    border-radius: 1em;
    overflow: hidden;
    background-color: black;
}

.YouTubeVid {
    border: none;
    width: 100%;
    height: 100%;
}


@media print {

    body {
        background: none;
    }

    #PagePrintHeader div:nth-child(2) { /* Page title */
        display: none;
    }

    #SiteTitleFader {
        position: inherit;
        left: auto;
        right: auto;
        top: auto;
        color: black;
        text-shadow: none;
    }

    #PageContent {
        margin-top: 0em;
    }

    .SectionStats {
        color: rgb(131, 169, 173);
    }

    .SectionStats span {
        color: black;
    }

    .FlowPanel.LastPanel {
        padding-bottom: initial;
        background: none;
    }

    #DiscordBlock {
        display: none;
    }

}
