@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chonburi&display=swap');
@import url(variables.css);

a {
    color: steelblue;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

a.brand:hover {
    text-decoration: none;
}

a.download {
    font-weight: bold;
}

a.download-link {
    font-size: smaller;
    font-weight: bold;
    text-transform: uppercase;
}

body {
    background-color: var(--color-background);
    color: var(--color-text);
    cursor: default;
    font-family: 'Open Sans';
    font-size: 12pt;
}

div.download {
    margin-top: 48px;
}

div.download-image-container {
    margin: 12px auto;
}

footer {
    background-color: var(--color-accent);
    color: white;
    padding: 48px 0;
}

footer a {
    color: var(--color-nav-link);
}

footer a:hover {
    color: var(--color-nav-link-hover);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

img {
    border-radius: 8px;
}

img.android {
    border: 4px solid black;
}

img.img-responsive {
    max-width: 80%;
}

img.windows {
    border-radius: 0;
}

p {
    font-size: 24pt;
    text-align: justify;
}

p.about,
p.contact {
    margin-bottom: 48px;
}

p.app,
p.download {
    margin-bottom: 48px;
}

p.faq,
p.privacy {
    font-weight: bold;
}

ul {
    list-style: circle;
}

ul.app,
ul.download {
    margin-bottom: 48px;
    text-indent: unset;
}

ul.app li,
ul.download li {
    font-size: 24pt;
}

ul.faq {
    font-size: 20pt;
    list-style: none;
    padding-left: 0;
}

ul.faq li,
ul.privacy li{
    margin-bottom: 18px;
}

ul.privacy {
    font-size: 24pt;
}

#main .container {
    margin-bottom: 48px;
    margin-top: 48px;
}

.applications {
    margin: 48px 0;
}

.applications .card {
    max-width: 700px;
}

.applications .card-title {
    font-weight: bold;
}

.applications .card-title a {
    color: var(--color-text);
    text-decoration: none;
}

.brand {
    color: var(--color-brand);
    font-family: 'Alumni Sans Pinstripe', sans-serif;
    font-size: 48pt;
    font-weight: lighter;
}

.brand:hover {
    color: var(--color-brand);
}
.card img {
    border-radius: initial;
}

.card-body p {
    font-size: 14pt;
}

.card-more {
    display: flex;
}

.card-more a {
    flex: 50%;
}

.card-more div {
    bottom: 0;
    flex: 50%;
    position: absolute;
    right: 12px;
    text-align: right;
}

.card-title {
    font-size: 20pt;
}

.copyright {
    margin-bottom: 0;
    margin-top: 48px;
}

.disclaimer {
    font-size: 12pt;
    font-style: italic;
    margin-top: 72px;
}

.dropdown-toggle::after {
    display: none;
}

.jumbotron {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.links {
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
}

.logo {
    color: var(--color-brand);
    display: inline-block;
    font-family: 'Chonburi';
    font-size: 36pt;
    margin-right: 12px;
}

.nav-link {
    color: var(--color-nav-link);
    font-size: 18pt;
    white-space: nowrap;
}

.nav-link:active {
    color: white;
}

.nav-link:hover {
    color: var(--color-nav-link-hover);
    text-decoration: none;
}

.nav-link.active {
    color: white !important;
}

.nav-link.show {
    color: white;
}

.navbar {
    background-color: var(--color-accent) !important;
}

.navbar-toggler {
    border-color: var(--color-nav-link);
}

.navbar-toggler-icon {
    background-image: unset;
    color: var(--color-nav-link);
}

.navbar-toggler-icon span {
    font-size: 24pt;
}

.platform {
    margin-bottom: 12px;
}

.platform a,
.platform span {
    color: var(--color-accent);
    font-size: 16pt;
    margin-left: 12px;
}

.platform a:hover {
    color: black;
    text-decoration: none;
}

.platform span {
    cursor: default;
}

.screenshot {
    margin: 48px auto;
    text-align: center;
}

.screenshot img:not(:first-of-type) {
    margin-left: 24px;
    margin-top: 24px;
}

.screenshots {
    margin-bottom: 48px;
    width: 100%;
}

.screenshots .screenshot {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.screenshots img.android {
    align-self: center;
    margin-left: 24px;
    max-height: 445px;
    max-width: 200px;
}

.screenshots img.windows {
    max-height: 430px;
    max-width: 800px;
}

.spacer-24 {
    margin-bottom: 24px;
}

.spacer-48 {
    margin-bottom: 48px;
}

.spacer-60 {
    margin-bottom: 60px;
}

.store {
    margin: 48px 0;
    text-align: center;
}

.store a {
    margin: 0 6px;
}

.store a:hover {
    text-decoration: none;
}

.store img {
    height: 70px;
    margin-bottom: 12px;
}

.subtitle {
    letter-spacing: 4px;
    text-transform: uppercase;
}

.welcome {
    font-size: 24pt;
}

@media only screen and (max-width: 1200px) {
    .screenshots img.android {
        margin-left: 0;
        margin-top: 24px;
    }
}

@media only screen and (max-width: 960px) {
    .app,
    .about,
    .contact,
    .welcome {
        font-size: 18pt;
    }

    ul.app li,
    ul.download li {
        font-size: 18pt;
    }

    .applications .card img.img-fluid {
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 8px;
        width: 100%;
    }

    .brand {
        font-size: 36pt;
    }

    .figure-caption {
        text-align: center;
    }

    .jumbotron {
        height: 200px;
    }

    .logo {
        font-size: 24pt;
    }

    .screenshots .screenshot {
        justify-content: center;
    }

    .screenshots img.windows {
        width: 80%;
    }

    p {
        text-align: unset;
    }
}