﻿
.content {
}

body {
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 710px;
    font-size: 16px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px
}

.header-common {
    height: 100px;
    overflow: hidden;
    margin-bottom: 50px;
}

.header-home {
    height: auto;
}

.header-statement {
    font-size: 48px;
    text-align: center;
    font-weight: 200;
    margin-top: 80px;
    color: white;
}

.header-menu-item {
    float: right;
    margin-top: 37px;
    color: white;
    font-weight: 700;
}

.header-menu-item-link, .header-menu-item-link:hover {
    clear: right;
    float: right;
    color: white;
    font-weight: 700;
}

.header-background {
    background-color: #677AE8;
    background-image: url('../images/header_background.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
    overflow: hidden;
}

.header-common .header-background {
    height: 500px;
}

.subheader {
    background-color: #677AE8;
    width: auto;
    height: 200px;
    overflow: hidden;
}

.subheader-background-left {
    float: left;
    width: auto;
    height: 200px;
}

.subheader-background-right {
    float: right;
    width: auto;
    height: 200px;
}

.subheader-content {
    display: flex;
    flex-direction: column;
}

.subheader-title {
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}

.subheader-badge-link {
    align-self: center;
}

.subheader-badge-icon {
    height: 85px;
}

.header-screenshots {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
}

.logo {
    width: 150px;
    margin-top: 40px;
}

.content-inner {
    margin-left: 40px;
    margin-right: 40px;
}

.clear {
    clear:both;
}

.apps {
    display:flex;
    flex-direction: column;
}

.app {
    display: flex;
    align-self: flex-end;
}

.app-reverse {
    display: flex;
    align-self: flex-end;
}

.app-screenshot {
    align-self: flex-start;
    width: 40%;
}

.app-content {
    align-self: baseline;
    margin-top: 90px;
    width: 380px;
    margin-left: 40px;
}

.app-reverse .app-content {
    margin-left: 5%;
}

.app-icon {
    width: 50px;
}

.app-name {
    margin-top: 12px;
    font-size: 32px;
    font-weight: bold;
}

.app-description {
    margin-top: 12px;
}

.app-badge-icon {
    margin-top: 12px;
    margin-left: -15px;
    width: 50%;
    height: 50%;
}

.footer-copyright {
    float: left;
}

.footer-link {
    float: right;
}