/* Header */
#header {
    background: #C1C5C8 url("../images/header_background.d14a1ac40162.jpg") no-repeat center center;
    background-size: cover;
}
/* Content */
#slogan {
    font-weight: 700;
    text-shadow: 2px 2px 30px #000;
    margin: 20px auto;
    color: #FFF;
    text-align: center;
}
@media (min-width: 576px) {
    #slogan {
        font-size: 4em;
    }
}
@media (min-width: 768px) {
    #slogan {
        font-size: 4em;
        text-align: left;
    }
}
@media (min-width: 992px) {
    #slogan {
        font-size: 5em;
    }
}
/* Store buttons */
#header ul.store-button-nav {
    margin-top: 30px;
}
#app_store {
    position: absolute;
    left: 474px;
    top: 550px;
    width: 245px;
    height: auto;
    display: none;
}
#google_play {
    position: absolute;
    left: 774px;
    top: 500px;
    width: 245px;
    height: auto;
    display: none;
}
.store-button-nav .nav-item:first-child {
    margin-right: 20px;
    margin-bottom: 20px;
}
.store-button {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 0.8em;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    height: 60px;
    padding: 0 15px;
}
.store-button:hover {
    color: #FFF;
    text-decoration: none;
}
.store-button div {
    padding-left: 49px;
    padding-top: 4px;
    height: 100%;
    text-align: left;
    display: inline-block;
    min-width: 184px;
    background-repeat: no-repeat;
    font-size: 15px;
}
.store-button em {
    display: block;
    white-space: nowrap;
    font-style: normal;
    line-height: 28px;
    font-size: 0;
    text-indent: -100000px;
}
#app-store-button div {
    background-image: url("../images/apple_icon.5ebc768e6ffc.svg");
    background-size: 36px auto;
    background-position: left 7px;
}
#app-store-button em {
    position: relative;
    left: -2px;
    top: 2px;
    background: url("../images/app_store_title.9de0f47d9ed4.svg") no-repeat;
    background-size: auto 27px;
    min-width: 139px;
    margin-bottom: 2px;
}
html.ko #app-store-button em {
    background-image: url("../images/ko/app_store_title.c2371afffb42.svg");
    min-width: 163px;
}
#google-play-button div {
    background-image: url("../images/google_play_icon.107aafadb363.svg");
    background-size: 36px auto;
    background-position: left 9px;
}
#google-play-button em {
    position: relative;
    left: -1px;
    background: url("../images/google_play_title.217251ee8fc9.svg") no-repeat;
    background-size: auto 27.5px;
    min-width: 139px;
    margin-bottom: 0px;
}
#app-store-button .store-name-on-top {
    margin-top: 2.5px;
    background-position: left 5px;
}
#google-play-button .store-name-on-top {
    margin-top: 4px;
    background-position: left 5px;
}
@media (max-width: 768px) {
    .store-button-nav .nav-item {
        width: 48%;
    }
    .store-button-nav .nav-item:first-child {
        margin-right: 4%;
    }
}
@media (max-width: 520px) {
    .store-button-nav .nav-item {
        width: 100%;
    }
    .store-button-nav .nav-item:first-child {
        margin-right: 0;
    }
}
/* Short description */
#short_description h5 {
    text-align: justify;
    line-height: 1.8em;
}
#money_back {
    margin-top: 20px;
}
#money_back p {
    background-color: #EBF7FF;
    display: inline-block;
    color: #008BE1;
    border-radius: 12px;
    border: 1px solid #3AF;
    padding: 12px 16px;
    line-height: 1.6em;
}
#money_back a {
    color: #006BAD;
}
/* Quotes */
#quotes {
    background-color: #F5F5F5;
}
#quotes .col span {
    display: block;
    text-align: justify;
    background: url("../images/quote_icon.833449ec2757.svg") no-repeat left top;
    background-size: 20px auto;
    padding-top: 30px;
}
#quotes img {
    margin-bottom: 12px;
    margin-top: 16px;
}
#business-insider-quote img {
    max-width: 187px;
}
#gizmodo-quote img {
    max-width: 105px;
}
#appstorm-quote img {
    max-width: 111px;
}
/* FoW View */
.fow-view {
    text-align: center;
    padding-bottom: 40px;
}
.fow-view h1 {
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 30px;
}
.fow-view h4 {
    color: #888;
    line-height: 1.5em;
}

/* Database & Snapshot */
#database_snapshot h4 {
    margin-bottom: 20px;
}

/* Track Editor */
#track_editor p.lead {
    font-size: 0.9em;
    margin-top: 30px;
}

.phone-frame {
    width: 320px;
    height: 667px;
    background-color: #000;
    border-radius: 40px;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5),
                inset 0 0 2px rgba(255, 255, 255, 0.2);
    position: relative;
}

.phone-screen {
    background-color: #000;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

video {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

/* Features */
#features {
    text-align: center;
}
#features .feature {
    /* padding-top: 10px; */
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center top;
}
#features h4 {
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 65px;
    color: #444;
}
/* Feature - Import */
#feature-import {
    background-image: url("../images/feature_import_icon.8591bc3a4b42.svg");
}
/* Feature - i18n */
#feature-i18n {
    background-image: url("../images/feature_i18n_icon.58515f678987.svg");
    word-break: keep-all;
}
/* Feature - Import */
#feature-sync {
    background-image: url("../images/feature_sync_icon.7b4b04770220.svg");
}
#twitter_collection .item {
    display: block;
    border: 1px solid #EEE;
    box-shadow: 0px 5px 10px #EEE;
    text-decoration: none;
    padding: 0;
}
#twitter_collection .item .info {
    display: flex;
    background: transparent url("../images/users/twitter/twitter_icon.d5ce8b6231c3.svg") no-repeat right top;
    margin: 10px;
    padding: 0;
    background-size: auto 16px;
    align-items: center;
    overflow: hidden;
}
#twitter_collection .item .info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}
#twitter_collection .item .info .profile {
    font-size: 0.8em;
    padding: 0;
    margin: 0;
    margin-right: 30px;
    list-style-type: none;
    overflow: hidden;
}
#twitter_collection .item .info .profile .name {
    font-weight: bold;
    color: #000;
}
#twitter_collection .item .info .profile .id {
    font-size: 0.9em;
    color: #888;
}
/* Download Section */
#download_section {
    text-align: center;
}
#download_section ul.store-button-nav {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}
#download_section h5 {
    line-height: 1.5em;
    color: #555;
    padding: 0 20px;
}
/* Why */
#why ul {
  text-align: center;
  margin: 20px auto 0 auto;
}
#why ul li {
  text-align: left;
  line-height: 1.7em;
  margin-left: 20px;
  margin-top: 7px;
}
/* Privacy Policy */
#privacy_policy, #privacy_policy a {
    color: #09B86C;
}
#privacy_policy span {
    display: inline-block;
}
#privacy_policy a:hover {
    color: #4ccc4c;
}
#privacy_policy p {
    background-color: #E7FEF4;
    border: 1px dashed #09B86C;
    border-radius: 10px;
    color: #079256;
    font-size: 1.1em;
    line-height: 1.6em;
    margin-top: 16px;
    padding: 20px;
}
#resources a {
    border-top: 1px dashed #AAA;
    padding: 16px;
    color: #333;
    font-weight: bold;
}
@media (max-width: 520px) {
    html.de #privacy_policy h1, html.ru #privacy_policy h1 {
        font-size: 2em;
    }
}
@media (max-width: 400px) {
    html.de #privacy_policy h1, html.ru #privacy_policy h1 {
        font-size: 1.6em;
    }
}
