body {
    font-family: verdana;
    color: #171717;
    font-size: 14px;
}
a {
    color: #171717;
    text-decoration: none;
    font-weight: bold;
}
.heading-subtitle {
    font-size: 0.6em;
}
.landing-page .logo {
    display: block;
    width: 314px;
    height: 146px;
    margin: 20px auto;
}
.app-page .logo {
    width: 182px;
    height: 85px;
}
.app-page .logo:hover {
    width: 182px;
    height: 85px;
    opacity: 0.7;
}
.icon-barry {
    width: 169px;
    height: 169px;
}
.landing-page .apps {
    display: flex;
    justify-content: space-evenly;
    max-width: 1400px;
    margin: 0 auto;
    flex-direction: column;
}
/* Desktop version */
@media only screen and (min-width: 1000px) {
    .landing-page .apps {
        flex-direction: row;
    }
}
.landing-page .app {
    display: inline-block;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    font-weight: normal;
    flex-grow: 1;
}
.landing-page .app .icon {
    height: 199px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.landing-page .app:hover .icon {
    opacity: 0.7;
}
.landing-page .app img {
    margin:auto;
}
.landing-page .app .title {
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}
.landing-page .app .summary {
    white-space: nowrap;
    font-size: 16px;
    line-height: 19px;
    padding-top: 6px;
    color: rgba(28, 26, 26, 0.8);
}
.app-page article {
    text-align: center;
}
.app-page .icon {
    margin-top: 20px;
}
/* Desktop version */
@media only screen and (min-width: 1000px) {
    .app-page .icon {
        margin-top: 0;
    }
}
.app-page h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
}
/* Desktop version */
@media only screen and (min-width: 1000px) {
    .app-page h1 {
        font-size: 36px;
        line-height: 42px;
    }
}
.app-page p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
    max-width: 673px;
    text-align: left;
    margin: 0 8px;
    padding-bottom: 20px;
}
/* Desktop version */
@media only screen and (min-width: 1000px) {
    .app-page p {
        font-size: 18px;
        line-height: 25px;
        margin: 0 auto;
    }
}
.app-page h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-top: 16px;
    margin-bottom: 12px;
}
.app-page hr {
    background: rgba(0, 0, 0, 0.1);
    margin: 35px 40px;
    height: 1px;
    border: 0;
}
.app-page ul {
    max-width: 673px;
    margin: 0 8px 40px 0;
}
/* Desktop version */
@media only screen and (min-width: 1000px) {
    .app-page ul {
        margin: 0 auto 40px auto;
    }
}
.app-page li {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 8px;
}
/* Desktop version */
@media only screen and (min-width: 1000px) {
    .app-page li {
        font-size: 18px;
        line-height: 24px;
    }
}
.app-page .watch-screenshots {
    max-width: 950px;
    margin: 0 auto;
}
.app-page .watch-screenshots img {
    border-radius: 20px;
    margin: 0 8px 8px 8px;
    width: 151px;
    height: 184px;
}
/* Desktop version */
@media only screen and (min-width: 1000px) {
    .app-page .watch-screenshots img {
        margin: 0 18px 18px 18px;
        width: 189px;
        height: 230px;
    }
}
.app-page .desktop-screenshots img {
    display: inline-block;
    box-sizing: border-box;
    padding: 6px;
    width: 100%;
    height: auto
}
/* Desktop version */
@media only screen and (min-width: 881px) {
    .app-page .desktop-screenshots img {
        padding: 18px;
        width: 843px;
        height: 485px;
    }
}
.app-page .android-screenshots {
    max-width: 950px;
    margin: 0 auto 20px auto;
}
.app-page .android-screenshots img {
    display: inline-block;
    margin: 4px;
}
.download-badge {
    width: 130px;
    height: 40px;
    background-color: #000000;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
}
footer {
    padding-top: 20px;
}
footer .social {
    padding-top: 40px;
    text-align: center;
    line-height: 18px;
}
footer .terms {
    padding-top: 20px;
    text-align: center;
    line-height: 18px;
}
/* Desktop version */
@media only screen and (min-width: 1000px){
    .landing-page footer .social {
        padding-top: 0;
        position: fixed;
        bottom: 20px;
        left: 20px;
    }
    .landing-page footer .terms {
        padding-top: 0;
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
    .app-page footer .social {
        display: inline-block;
        text-align: left;
        padding-top: 0;
    }
    .app-page footer .terms {
        display: inline-block;
        float: right;
        padding-top: 0;
    }
}