/*@media all and (orientation:portrait) {
}*/

html, body {
    margin: 0;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #fff;
}

.scene {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.rocket {
    position:absolute;
}

.inner {
    position: relative;
    width: 1000px;
    margin: auto;
    height: 100%;
}

.story-box {
    width: 30%;
    background-color: #2B6F9D;
    color: #fff;
    padding: 4%;
    border-radius: 1px;
}

.story-box__title {
    margin: 0 0 0.6em 0;
    font-size: 40px;
    font-weight: 100;
}

.story-box__content {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: .02em;
}

@media all and (orientation:portrait) {
	.story-box {
		width: 40%;
	}

	.story-box__title {
		font-size: 80px;
	}

	.story-box__content {
		font-size: 32px;
	}
	}


.button {
    font-size: 40px;
    display: inline-block;
    padding: 0 65px 3px 65px;
    border-radius: 50px;
    line-height: 63px;
    border: white 1px solid;
    margin: 30px 0 30px 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.button:hover {
    background-color: #AECB44;
}

.stack {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

@media all and (orientation:portrait) {
    .button {
        font-size: 80px;
        padding: 0 65px 3px 65px;
        line-height: 140px;
        margin: 30px 0 30px 0;
        border-radius: 100px;
    }
}

/* Scene 1 --------------------------------------------------------------*/

#scene-1 {
    background-color: #0C1C34;
}

#scene-1 .logo {
    height: 18%;
    max-width: 90%;
}

#scene-1 .subtitle {
    font-size: 200%;
    text-align: center;
}

#scene-1 .workingplace {
    position: relative;
    height: 31%;
}

#scene-1 .desktop {
    height: 100%;
}

#scene-1 .error {
    position: absolute;
    left: 37%;
    top: 8%;
    height: 18%;
    opacity: 1;
}

#scene-1 .steam1 {
    position: absolute;
    right: 1%;
    bottom: 35%;
    height: 12%;
    opacity: 1;
}

#scene-1 .steam2 {
    position: absolute;
    right: -5%;
    bottom: 50%;
    height: 16%;
    opacity: 1;
}

#scene-1 .scroll {
    width: 10%;
    right: 20px;
    bottom: 10%;
    position: absolute;
}

@media all and (orientation:portrait) {
    #scene-1 .subtitle {
        font-size: 400%;
        margin-left: 5%;
        margin-right: 5%;
    }

    #scene-1 .scroll {
        width: 18%;
        right: 7%;
        bottom: 8%;
        position: absolute;
    }
}

/* Scene 2 --------------------------------------------------------------*/

#scene-2 {
    background-color: #0C1C34;
}

#scene-2 .story-box {
    position: absolute;
    bottom: 160px;
    left: 21%;
}

#scene-2 .rocket {
    position: absolute;
    bottom: 209px;
    left: 60%;
}

#scene-2 .support {
    position: absolute;
    width: 20%;
    bottom: 22%;
    left: 8%;
}

#scene-2 .girl {
    position: absolute;
    width: 35%;
    bottom: 30px;
    left: -4%;
}
#scene-2 .error {
    position: absolute;
    width: 8%;
    bottom: 600px;
    left: 31%;
}
#scene-2 .idee {
    position: absolute;
    width: 16%;
    bottom: 583px;
    left: 27.5%;
    transform: rotate(62deg);
    opacity: 0;
}

#scene-2 .launcher {
    position: absolute;
    bottom: 333px;
    left: 73%;
    width: 22%;
}

#scene-2 .smoke {
    position: absolute;
    right: 19%;
    top: 46%;
    opacity: 0;
    transform: scale(.5);
}

@media all and (orientation:portrait) {
	#scene-2 .story-box {
		bottom: initial;
        top: 8%;
        left: 10%;
	}
}

/* Scene 3 --------------------------------------------------------------*/

#scene-3 {
    background-color: #0C1C34;
}

#scene-3 .story-box {
    position: absolute;
    top: 55px;
    left: 55%;
}

#scene-3 .rocket {
    transform: rotate(20deg);
    left: 5%;
    bottom: -65%;
}

#scene-3 .moon {
    position: absolute;
    width: 100%;
    right: 50%;
    bottom: -160px;
}

#scene-3 .ufo {
    position: absolute;
    width: 7%;
    bottom: 76%;
    left: -40%;
}

#scene-3 .rocketman {
    position: absolute;
    bottom: -50px;
    right: 25%;
    width: 5%;
}

#scene-3 .star2 {
    position: absolute;
    top: 40%;
    left: 95%;
    width: 1%;
}


@media all and (orientation:portrait) {
    #scene-3 .story-box {
        top: 8%;
        left: 10%;
    }
}


/* Scene 4 --------------------------------------------------------------*/

#scene-4 {
    background-color: #0C1C34;
}

#scene-4 .story-box {
    position: absolute;
    top: 35%;
    left: 4%;
}

#scene-4 .rocket {
    transform: rotate(75deg);
    width: 200px;
    left: -100%;
    bottom: -50%;
}

#scene-4 .moon-smal {
    position: absolute;
    width: 20%;
    left: 5%;
    bottom: 10%;
}

#scene-4 .satellite {
    position: absolute;
    width: 400px;
    bottom: -25%;
    left: 80%;
}

#scene-4 .earth {
    position: absolute;
    top: 88px;
    left: 55%;
    width: 50%;
}

#scene-4 .point {
    position: absolute;
    top: 235px;
    left: 78%;
    width: 4%;
}

@media all and (orientation:portrait) {
    #scene-4 .story-box {
        left: 10%;
    }

    #scene-4 .rocket {
        transform: rotate(55deg);
    }
}

/* Scene 5 --------------------------------------------------------------*/

#scene-5 {
    background-color: #C1E6FF;
}

#scene-5 .story-box {
    position: absolute;
    bottom: 55px;
    left: 5%;
}

#scene-5 .point {
    position: absolute;
    top: 395px;
    left: 39%;
    width: 4%;
}

#scene-5 .rocket {
    transform: rotate(116deg);
    left: -40%;
    top: -16%;
}

#scene-5 .cloud1 {
    position: absolute;
    width: 100%;
    right: -60%;
    top: 60%;
}

#scene-5 .cloud2 {
    position: absolute;
    width: 30%;
    top: 9%;
    left: 11%;
}

#scene-5 .cloud3 {
    position: absolute;
    top: 10%;
    left: -15%;
    width: 45%;
}

#scene-5 .map {
    position: absolute;
    top: 200px;
    left: 25%;
    width: 40%;
}

#scene-5 .airship {
    position: absolute;
    bottom: 20%;
    left: 80%;
    width: 50%;
}

@media all and (orientation:portrait) {
    #scene-5 .story-box {
        bottom: 8%;
        left: 10%;
    }

    #scene-5 .rocket {
        transform: rotate(135deg);
    }
}

/* Scene 6 --------------------------------------------------------------*/

#scene-6 {
    background-color: #3BACFF;
}

#scene-6 .story-box {
    position: absolute;
    top: 8%;
    left: 16%;
}

#scene-6 .point {
    position: absolute;
    bottom: 420px;
    left: 61%;
    width: 6%;
}

#scene-6 .rocket {
    transform: rotate(0deg);
    left: 60%;
    bottom: 2800px;
    width: 6%;
}

#scene-6 .smoke {
    position: absolute;
    left: 55%;
    bottom: 200px;
    width: 15%;
}

#scene-6 .cloud1 {
    position: absolute;
    width: 25%;
    left:-20%;
    top: 9%;
}

#scene-6 .cloud2 {
    position: absolute;
    width: 30%;
    top: 8%;
    left: 55%;
    opacity: .7;
}

#scene-6 .cloud3 {
    position: absolute;
    top: 9%;
    left: 75%;
    width: 45%;
}

#scene-6 .sun {
    position: absolute;
    bottom: 300px;
    left: 15%;
    width: 30%;
}

#scene-6 .jet {
    position: absolute;
    top: 10%;
    left: -170%;
    width: 55%;
}

#scene-6 .company {
    position: absolute;
    bottom: 0px;
    left:3%;
    width: 140%;
}

#scene-6 .tree1 {
    position: absolute;
    bottom: 50px;
    left: -17%;
    width: 25%;
} 

#scene-6 .tree2 {
    position: absolute;
    bottom: 200px;
    left: 16%;
    width: 12%;
}

#scene-6 .tree3 {
    position: absolute;
    bottom: 180px;
    left: 90%;
    width: 20%;
}

@media all and (orientation:portrait) {
    #scene-6 .story-box {
        width: 50%;
    }
    
    #scene-6 .jet {
        top: 30%;
    }
}

/* Scene 7 --------------------------------------------------------------*/

#scene-7 {
    background-color: #F2E5D4;
}

#scene-7 .story-box {
    position: absolute;
    top: 21%;
    left: 5%;
}

#scene-7 .point {
    position: absolute;
    top: 50%;
    left: 62%;
    width: 10%;
}

#scene-7 .bobycar {
    position: absolute;
    bottom: 30px;
    right: -20%;
    width: 280px;
}


#scene-7 .floor {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 85px;
}

#scene-7 .ceiling {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 15px;
}

#scene-7 .doors {
    position: absolute;
    bottom: 50px;
    left: -45%;
    width: 195%;
}

#scene-7 .lamp {
    position: absolute;
    top: 5px;
    left: -24%;
    width: 150%;
}

#scene-7 .eye {
    position: absolute;
    bottom: 388px;
    left: 90%;
    width: 1%;
}

@media all and (orientation:portrait) {
    #scene-7 .story-box {
        left: 10%;
    }

    #scene-7 .bobycar {
        right: -30%;
    }
}

/* Scene 8 --------------------------------------------------------------*/

#scene-8 {
    background-color: #62405B;
}

#scene-8 .story-box {
    position: absolute;
    top: 8%;
    right: 10%;
}

#scene-8 .picture {
    position: absolute;
    top: 12%;
    left: -10%;
    width: 25%;
}

#scene-8 .table {
    position: absolute;
    bottom: 0%;
    left: -15%;
    width: 130%;
}

#scene-8 .text1 {
    position: absolute;
    width: 10%;
    top: 50%;
    left: 45%;
    opacity: 0;
}

#scene-8 .aws {
    position: absolute;
    width: 21%;
    bottom: 290px;
    left: 39%;
}

#scene-8 .desktop__error {
    position: absolute;
    width: 65%;
    bottom: 50px;
    left: 23%;
}


/* Scene 10 --------------------------------------------------------------*/

#scene-10 {
    background-color: #0C1C34;
}

#scene-10 .logo {
    height: 18%;
    max-width: 90%;
}

#scene-10 .subtitle {
    font-size: 200%;
    text-align: center;
    width: 100%;
}

#scene-10 .rocket {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 10%;
}

#scene-10 .smoke {
    position: absolute;
    right: 4%;
    bottom: 0;
    width: 15%;
}

#scene-10 .call-to-action {
    position: relative;
    margin: 0 auto;
    width: 35%;  
}

#scene-10 .call-to-action .button {
    display: block;
    width: 100%;
}

@media all and (orientation:portrait) {

    #scene-10 .subtitle {
        font-size: 40pt;
        margin-left: 5%;
        margin-right: 5%;
    }

    #scene-10 .call-to-action {
        width: 58%;  
    }
    
    #scene-10 .rocket {
        left: 75%;
        width: 15%;
    }

    #scene-10 .smoke {
        left: 68%;
        width: 25%;
    }
}
