.custom-width-titlebar {
    width: 640px;
}

.full-width {
    width: 100%;
}

.text-over-title-image {
    color: #0068DA;
    font-size: 4em;
    width: 100%;
    text-align: center;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-container {
    padding: 1em 4em 1em 4em;
}

.background {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.background-scenario-none {
    background-image: url("./../assets/ScenarioSelect_StartState.jpg");
}

.background-scenario-1 {
    background-image: url("./../assets/ScenarioSelect_Scenario1.jpg");
}

.background-scenario-2 {
    background-image: url("./../assets/ScenarioSelect_Scenario2.jpg");
}

.background-scenario-3 {
    background-image: url("./../assets/ScenarioSelect_Scenario3.jpg");
}

.hover-cursor {
    cursor: pointer;
}
.hover-cursor:hover {
    transform: scale(1.03);
}

body {
    font-family: 'Filmotype Modern';
    color: white;
    background-color: black;

    height: 100%;
    width: 100%;
    margin: 0px;
}

.scenario-title {
    margin-top: 10px;
    display: none; 
}

.scenario-description {
    display: none; 
    font-size: 2.4em;
    padding-left: 0.5em;
    text-shadow: 0.05em 0.05em 0px #0068DA;
    line-height: 1.3;
}

.text-choice-scenario {
    font-size: 3.2em;
    width: 100%;
    margin-bottom: 0px;
    text-shadow: 0.05em 0.05em 0px #0068DA;
}

.footer {
    text-align: center;
    font-size: 14pt;
    padding-top: 0px;
    padding-bottom: 8px;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;;
    background-color:#282F5B;
}

.footer a {
    color: #FFFFFF;
}

.imgbar {
    height: 12pt;
    background-image: url('../assets/footer-bar.png');
    background-position: top;
    background-repeat: repeat-x;
}

.playbutton {
    position: fixed;
    bottom: 0pt;
    right: 0pt;
    padding-bottom: 100pt;
    padding-right: 60pt;
}

.arrows-container {
    padding-left: 70pt;
    padding-right: 70pt;
}

#page_container {
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
}
.page_content {
    width:1920px;
    height:1080px;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    position: absolute;
}
.splide {
    width:1024px;
}

.shift-left {
    margin-left: -120px;
}

.spacer {
    height:40px;
}