

body {
    background: #111;
    color: #EEE;
    background-size: cover;
    background-position: center
}

.palette-line-container {
    height: 5px;
}

.palette-line {
    height: 100%;
    width: 20%;
    display: block;
    float: left;
}


#outer {
    width: 100%;
    height: 840px;
    margin-top: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.arrow-container {
    height: 100%;
    width: 120px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.arrow {
    text-align: center;
    font-size: 2.7em;
    font-weight: 100;
    line-height: 840px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.arrow:hover {
    opacity: 0.5;
}

#overall-container {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

#phone-container {
    width: 45%;
    float: left;
    position: relative;
}

#phone-img {
    height: 832.5px;
}

#content-container {
    width: 55%;
    float: right;
    position: absolute;
    right: 0;
    bottom: 50px;
}

#icon-container {
    height: 40px;
    display: inline-block;

}


.download-icon {
    height: 32px;
    margin-right: 4px;
    cursor: pointer;
    opacity: 0.6;
    transition: all .2s;
}

.download-icon:hover {
    transform: scale(1.1);
    opacity: 1;
}

#button-cluster {
    margin-left: -10px;
    margin-top: 20px;
    display: none;
}


.cluster-item {
    border-radius: 27px;
    border: 2px solid white;
    display: inline-block;
    height: 55px;
    margin-right: 8px;
    opacity: 0.7;
    cursor: pointer;
}

.cluster-item:hover {
    opacity: 1;
    background-color: #3f90e9;
}

.after-arrow {
    height: 12px;
}

#app-name {
    font-weight: 100;
    font-size: 64px;
    float: left;
}

#version-box {
    color: #EEE;
    float: left;
    height: 25px;
    min-width: 100px;
    margin-left: 10px;

}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #AAA;
    border-bottom: 5px solid transparent;
    display: inline-block;
    float: left;
    margin-top: 10px;
}

#version-rec {
    height: 100%;
    line-height: 25px;
    min-width: 50px;
    background-color: #AAA;
    color: #222;
    font-size: 12px;
    float: left;
    padding: 0 5px;
    font-weight: 600;
    letter-spacing: 1px;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #EEE;
    opacity: 0.6;
    margin: 30px 0;
}

#name-container {
    overflow: hidden;
}

.feature-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 1.3rem 0 0.5rem;
}

.feature-title-note {
    font-size: 0.6rem;
    opacity: 0.6;
    font-weight: 400;
}

.feature-content {
    font-size: 0.9rem;
    font-weight: 400;
}

.feature-cluster {
    cursor: pointer;
    transition: all .2s;
}

.feature-cluster:hover, .feature-cluster:active{
    transform: translateY(2px);
    opacity: 0.8;
}

#android2-fcl {
    display: none;
}


#name-follow {
    opacity:0.8;
}

/*=======ANIMATION=======*/




#layout-div {
    position: absolute;
    top: 82px;
    left: 97px;
    height: 640px;
    width: 360px;
    mix-blend-mode: screen;
    opacity: 0.92;
    -webkit-transform: matrix3d(0.705971, 0.0791141, 0, 0.000175979, -0.00133967, 0.968324, 0, 0, 0, 0, 1, 0, -48.6675, 12.4355, 0, 1);
    transform: matrix3d(0.705971, 0.0791141, 0, 0.000175979, -0.00133967, 0.968324, 0, 0, 0, 0, 1, 0, -48.6675, 12.4355, 0, 1);
    -webkit-transition: opacity 0.6s cubic-bezier(.77,.01,0,1), background-image 0.6s cubic-bezier(.77,.01,0,1), -webkit-box-shadow 0s;
    -o-transition: box-shadow 0s, opacity 0.6s cubic-bezier(.77,.01,0,1), background-image 0.6s cubic-bezier(.77,.01,0,1);
    transition: box-shadow 0s, opacity 0.6s cubic-bezier(.77,.01,0,1), background-image 0.6s cubic-bezier(.77,.01,0,1), -webkit-box-shadow 0s;
    background-size: 100% 100%;
}

#layout-div:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 80px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 80px rgba(255, 255, 255, 0.3);
}

#logo-footer {
    width: 80px;
    margin: 10px auto;
}

footer {
    margin: 70px auto;
    letter-spacing: 7px;
    text-align: center;
    font-size: 0.5rem;

}

footer a, footer a div img {
    opacity: 0.3;
    transition: 0.2s
}

footer a:hover, footer a div img:hover {
    opacity: 0.7;
    transform: scale(1.05);
    letter-spacing: 7.2px;
}

@media screen and (max-width: 1300px) {

    #phone-container {
        margin-left: -30px;
    }

    #overall-container {
        width: 800px;

    }

    #content-container {
        width: 52%;
        padding-right: 10px;
    }

    #version-box {
        margin-left: 0;
    }

    .triangle-left {
        display: none;
    }
}

@media screen and (max-width: 980px) {

    html {
        font-size: 2.3em;
    }
    #outer {
        height: auto;
    }
    #phone-container {
        margin-left: -70px;
    }
    #content-container {
        padding: 60px;
        background-color: rgba(1,1,1,0.8);
        float: right;
        bottom: auto;
        width: 70%;
        position: relative;
        margin-top: 400px;
        margin-right: 40px;
    }
    #phone-container {
        float: none;
        position: absolute;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
    }
    #overall-container {
        display: block;
        height: auto;
        width: 90%;
    }
    .arrow-container {
        display: none;
    }
    #icon-container {
        height: 80px;
    }
    .download-icon {
        height: 88%;
        margin-right: 7px;
    }

    #version-box {
        height: 40px;
        margin: 22px 0 22px;
    }
    #version-rec {
        line-height: 40px;
        min-width: 80px;
        font-size: 24px;
        padding: 0 10px;

    }
    #app-name, #version-box {
        float: none;
        display: block;
    }
    #app-name {
        font-size: 130px;
        line-height: 115px;
        margin: 10px 0;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    #name-container {
        overflow: initial;
    }
    #name-follow {
        opacity: 0.9;
    }
    footer {
        letter-spacing: 2px;
    }

    #layout-div {
        mix-blend-mode: normal;
        opacity: 0.7;
    }

    #logo-footer {
        width: 300px;
        margin: 10px auto;
    }

    footer a:hover, footer a:active, footer a div img:hover, footer a div img:active {
        opacity: 0.7;
        transform: scale(1.05);
        letter-spacing: 2px;
    }

    .after-arrow {
        height: 33px;
    }

}