body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-text-size-adjust: none;
    margin: 0;
    background-color: black;
    background-repeat: repeat;
    font-size: 17px;
}

div#first,
div#fourth,
div#seventh,
div#tenth {
    background-color: rgb(10, 112, 196);
}

div#second,
div#fifth,
div#eigth,
div#eleventh {
    background-color: rgb(51, 51, 51);
}

div#third,
div#sixth,
div#ninth {
    background-color: black;
}

div#hero {
    background-color: black;
}

div.clearFix {
    clear: both;
}

div.testflight {
    margin-top: 20px;
}

div.testflight.feature img {
    filter: none;
    width: 64px;
    height: 64px;
}

div.linksBar {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

img.topIcon {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

img.cloud {
    float: right;
    margin-left: 12px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

img.car {
    float: right;
    margin-left: 16px;
    margin-right: 2px;
    margin-top: 4px;
    border-radius: 8px;
    image-rendering: pixelated;
    box-shadow: 0 1px 8px rgb(0, 0, 0, 0.1);
}

img.patternAnimation {
    border-radius: 8px;
    display: block;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    image-rendering: pixelated;
    box-shadow: 0 1px 8px rgb(0, 0, 0, 0.1);
}

div span.name {
    vertical-align: middle;
}

div.columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

div.columns div.feature {
    display: inline-block;
}

div.buttonRow {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 24px;
    user-select: none;
    cursor: pointer;
}

div.buttonRow.center {
    justify-content: center;
}

div.buttonRow a.bbutton:hover {
    background-color: rgb(44, 44, 44);
}

div.buttonRow a.bbutton {
    background-color: black;
    border: 1px solid rgb(166, 166, 166);
    height: 38px;
    border-radius: 6px;
    color: white;
    text-decoration: none !important;
    padding: 0 16px;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: block;
    line-height: 38px;
    transition: background-color .2s ease-in-out;
}

img.MAS {
    display: block;
}

div.content-container {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    padding: 40px;
}

div.content-container p {
    line-height: 1.4em;
}

div.content-container a {
    text-decoration: underline;
}

img.outset {
    margin-top: 14px;
    margin-bottom: 14px;
    max-width: 100%;
    max-height: 100%;
}

div.outset-mac {
    margin-left: -62px;
    margin-right: -62px;
}

div#container {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    padding: 40px;
}

div.separator {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.144);
}

div.feature {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    background-color: rgb(62, 62, 62);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 8px rgb(0, 0, 0, 0.1);
}

div.feature h3 {
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 20px;
    text-align: center;
}

div.feature p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

div.feature img {
    height: 40px;
    filter: invert(100%);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.palette {
    display: grid;
    grid-template-columns: repeat(auto-fill, 20px);
    gap: 4px;
    justify-content: space-between;
    align-content: space-between;
}

h2.galleryName {
    text-align: center;
    margin-bottom: 6px;
}

p.galleryKind {
    text-align: center;
    font-size: 0.8em;
    opacity: 0.5;
    margin-top: 0;
    margin-bottom: 1.8em;
}

img.patternImage {
    image-rendering: pixelated;
    background-color: rgb(122, 122, 122);
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid rgb(122, 122, 122);
}

img.docImage {
    image-rendering: pixelated;
    background-color: rgb(226, 226, 226);
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

div.colorSquare {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    display: block;
}

h1 {
    text-align: center;
    margin-top: 0;
    font-size: 3em;
    margin-bottom: 2px;
    font-weight: 500;
    font-family: "Oswald", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h2 {
    margin-top: 0;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 1.6em;
    font-family: "Oswald", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    opacity: 0.8;
}

h2.center {
    text-align: center;
}

p.center {
    text-align: center;
}

img.cr {
    height: 40px;
    margin-right: 8px;
    vertical-align: middle;
    filter: invert(100%);
}

.visibleIfMobile {
    display: none;
}

.noMargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.combinedDevices {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
}

img.macBottom {
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
}

img.padTop {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}

div#container p {
    line-height: 1.3em;
    margin-top: 30px;
    margin-bottom: 0;
}

a {
    color: white;
    text-decoration: none;
}

div.apps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

div.apps a {
    text-decoration: none;
}

div.apps a.underline:hover span.name {
    text-decoration: underline;
}

div.apps h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.4em;
    margin-bottom: 0;
    opacity: 1;
}

div.apps h3 {
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
}

div.content-container.apps p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.92em;
}

div.apps a img {
    user-select: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

div.apps a:hover img {
    transform: scale(0.97);
}

div.apps div.separator {
    margin-top: 40px;
    margin-bottom: 10px;
}

div#footer {
    color: rgb(138, 138, 138);
    text-align: center;
    font-size: 0.8em;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#footer a {
    color: rgb(138, 138, 138);
    text-decoration: underline;
}

img#iconiOS {
    border-radius: 28px;
}

@media only screen and (max-width: 600px) {
    body {
        font-size: 16px;
    }

    h2 {
        font-size: 1.4em;
    }

    div#container {
        width: auto;
        padding: 20px;
    }

    div#hero div#container {
        padding: 20px 20px 30px 20px;
    }

    div.content-container {
        width: auto;
        padding: 20px;
    }

    div.outset-mac {
        margin-left: -16px;
        margin-right: -16px;
    }

    div.combinedDevices {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    div.columns {
        grid-template-columns: 1fr;
    }

    div.apps {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .visibleIfMobile {
        display: block;
    }
}