@font-face {
    font-family: 'Space Mono';
    src: url('./font/SpaceMono-Regular.ttf');
}
@font-face {
    font-family: 'Space Mono Bold';
    src: url('./font/SpaceMono-Bold.ttf');
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Space Mono', sans-serif;
}
body {
    margin: 0; 
    padding: 0;
    overflow: hidden;
}
p {
    font-size: 10px;
}
h2 {
    font-family: 'Space Mono Bold', sans-serif;
}
h3 {
    font-family: 'Space Mono Bold', sans-serif;
    font-size: 15px;
}
/* a-scene device-orientation-permission-ui canvas {
    position: relative;
    z-index: 999;
} */
/* Title when screen is loading */
.a-loader-title { 
    color: black;
}
/* For pop up modals */
.a-modal {
    z-index: 100;
}
.mainDiv {
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#border, #info-border {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.aFrameContainer {
    position: absolute;
    height: 100vh;
    max-height: 100vh;
    z-index: -1;
    top: 0;
}
.overlay {
    position: absolute;
    /* width: 300px; */
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}
#welcomeToSpace {
    top: 40%;
}
#startMission {
    top: 50%
}
.infoBg {
    position: absolute;
    top: 20px;
    width: 68%;
    right: 15%;
}
.launch-container {
    position: relative;
    text-align: center;
}
.informationText {
    position: relative;
    width: 60%;
    margin: 0 auto;
    padding-top: 40px;
}
.informationText .list {
    margin-left: 20px;
}
.informationText .list p {
    text-align: left;
    position: relative;
}
.informationText .list p span {
    font-family: 'Space Mono Bold', sans-serif;
}
#psycheBtn {
    position: relative;
    scale: 0.9;
    margin-top: 15px;
}
.countdownContainer {
    height: 100vh;
    background: url(https://media.giphy.com/media/TZf4ZyXb0lXXi/giphy.gif);
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding-top: 7rem;
    padding: 50px;
}
.countdownContainer #count {
    font-size: 8rem;
}
.countdownContainer h3 {
    letter-spacing: 2px;
}
.countdownContainer p {
    font-size: 0.8em;
}
.countdownContainer .psycheMission {
    background: rgba(1, 255, 255, 0.65);
    border: 4px solid #01FFFF;
    border-radius: 10px;
    color: black;
    padding: 20px;
    margin-top: 50px;
}
.countdownContainer .psycheMission ul {
    padding-left: 20px;
    text-align: left;
}
.marsFlyByContainer {
    /* display: flex; */
    align-items: center;
    /* height: 100vh; */
    flex-flow: column;
    text-align: center;
    /*position: absolute;
    top: 35%;*/
    padding-top: 40vh;
}
.marsFlyByContainer .marsFlyBy {
    background: rgba(1, 255, 255, 0.65);
    border: 4px solid #01FFFF;
    border-radius: 10px;
    color: black;
    text-align: center;
    padding: 15px;
    margin: 50px;
    margin-top: -30px;
}
.marsFlyByContainer .marsFlyBy h2 {
    padding-bottom: 20px;
}
.marsFlyByContainer .marsFlyBy span {
    font-weight: 700;
}
.marsPsycheBtnContainer {
    text-align: center;
}
.marsPsycheBtnContainer #findPsycheButton {
    display: none;
    margin: auto;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.marsPsycheBtnContainer #marsPsycheButton {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.marsFlyByContainer .orbit-info {
    text-align: center;
    border-radius: 10px;
    margin: 7px auto;
    padding: 10px;
    position: relative;
    top: 15px;
    width: 60%;
}
#asteroidContainer-mars {
    display: none;
}
.asteroidContainer {
    text-align: center;
}
.asteroidContainer .informationText {
    text-align: center;
    background: rgba(1, 255, 255, 0.65);
    border: 4px solid #01FFFF;
    border-radius: 10px;
    width: 60%;
    margin: 7px auto;
    padding: 10px;
    position: relative;
    top: 15px;

}
.informationText {
    text-align: center;
    background: rgba(1, 255, 255, 0.65);
    border: 4px solid #01FFFF;
    border-radius: 10px;
    width: 60%;
    margin: 7px auto;
    padding: 10px;
    position: relative;
    top: 15px;
}
#asteroidExploreBtn {
    margin-top: 30px;
}
#findPsyche {
    display: none;
    margin: auto;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#earthBtn {
    display: none;
    margin: auto;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* REMOVE AR VR BUTTONS */
.a-enter-vr-button, .a-enter-ar-button {
    display: none;
}
#homeButton {
    margin: 10px;
    color: #FFFFFF;
    position: absolute;
    text-decoration: none;
    z-index: 1;
    padding: 10px;
    background-color: #01ffff3b;
    border: 2px solid #01FFFF;
}

@media only screen and (min-width: 768px){
    /* For desktop*/
    /* .infoBg {
        background-image: url('img/info-bg.png');
        background-repeat: no-repeat;
        top: 20px;
        height: 100%;
        width: 100%;
        position: relative;
        left: 0;
    } */
    /* .informationText {
        background-image: url('img/info-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
    } */
    .informationText {
        padding: 30px;
    }
    .adjust-width {
        width: 70%;
        margin: 50px auto !important;
    }
}