* {
    -webkit-font-smoothing: antialiased;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    background: url(./background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    width: 100%;
    margin: 0;
    font-family: "Open Sans";
}

#top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    margin: 0;
    background-color: black;
    text-align: center;
}

#top-bar>#logo {
    width: 40%;
    max-width: 260px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: 30px;
    transform: translate(0, -50%);
}

#top-bar>#home {
    height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
}

#top-bar>#back-button {
    height: 30px;
    width: 40px;
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    text-align: left;
    padding-left: 8px;
}

#top-bar>#home>img {
    height: 30px;
}

#top-bar>#back-button>img {
    height: 20px;
}

#top-bar>#language {
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

#content {
    margin-top: 60px;
}

#content>.text-content {
    color: white;
    font-weight: 100;
    font-variant: normal;
    font-size: 15px;
    padding-top: 50px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
}

#content>#download-title {
    width: 100%;
    text-align: center;
    color: rgb(209, 23, 46);
    margin-top: 40px;
    font-size: 23px;
    font-weight: 100;
}

#content>#download-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    flex-flow: row wrap;
}


/*#content > #download-container::after {
  content: '';
  width: 100%;
}*/

#content>#download-container>#apple-container {
    order: 1;
}

#content>#download-container>#apple-beta-container {
    order: 1;
}

#content>#download-container>#windows-container {
    order: 3;
}

#content>#download-container>#windows-beta-container {
    order: 2;
}

#content>#download-container>#appstore-container {
    order: 5;
}

#content>#download-container>#playstore-container {
    order: 6;
}

#content>#download-container>div {
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
}

#content>#download-container .download-button {
    height: 150px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    margin: auto;
    cursor: pointer;
}

#content>#download-container img {
    width: 40px;
    margin-top: 23px;
}

#content>#download-container .notes {
    color: white;
    font-size: 0.8em;
    text-align: center;
}

#content>#download-container .download-button p {
    color: white;
    font-weight: 800;
    padding: 5px;
}

#content>#show-all {
    text-align: center;
}

#content>#show-all>button {
    background-color: rgb(209, 23, 46);
    border: none;
    color: white;
    padding: 10px;
    font-size: 0.8em;
    margin-top: 30px;
    cursor: pointer;
}

#content>#notes>.footer-notes {
    color: white;
    font-weight: 100;
    font-variant: normal;
    font-size: 15px;
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
}

#content>#notes>.footer-notes>a {
    color: white !important;
}

#content>#notes {
    margin-bottom: 50px;
}

option {
    background: black !important;
}

#beta-container p {
    margin: 60px 10% 20px 10%;
    color: rgb(209, 23, 46);
    font-size: 0.8em;
    text-decoration: underline;
    cursor: pointer;
}

.text-content a {
    color: white;
}

#beta-warning {
    font-size: 0.9em;
    margin-top: 1.5em;
}