﻿body {
    margin: 0px;
    background-color: #334960;
}

img {
    max-width: 100%;
}

.graySection {
    background-color: #eeeeee;
}

.container {
    width: min(90%, 960px);
    margin: 0 auto;
    background-color: #ffffff;
    min-height: 1vh;
}

.siteTitle {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 1.2rem;
    color: #555555;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

    .siteTitle a {
        text-decoration: none;
    }

    .siteTitle h1 {
        font-family: "Major Mono Display", monospace;
        font-weight: 400;
        font-style: normal;
        font-size: 4rem;
        color: #3e7bbc;
        text-align: center;
        margin: 0px;
    }

@media only screen and (max-width: 500px) {
    .siteTitle h1 {
        font-size: 3rem;
    }
}

article {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #555555;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

    article h2 {
        font-family: "Major Mono Display", monospace;
        font-weight: 400;
        font-style: normal;
        font-size: 1.75rem;
        text-align: center;
        color: #000000;
        margin-bottom: 0;
    }

    article h3 {
        font-family: "Open Sans", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 300;
        font-size: 0.85rem;
        text-align: center;
        color: #333333;
        margin-top: 50px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
    }

    article li {
        margin-bottom: 20px;
    }

    article ol.noNumbers {
        list-style: none;
    }

        article ol.noNumbers p {
            margin-top: 0;
            margin-left: 10px;
        }

nav {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #555555;
    margin-top: 30px;
}

    nav ol {
        color: #000000;
    }

        nav ol li {
            list-style: none;
            margin-left: 10px;
            margin-bottom: 10px;
        }

            nav ol li a {
                color: #3e7bbc;
            }

.footer {
    text-align: center;
    padding: 50px;
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 0.7rem;
}

    .footer a {
        text-decoration: none;
        color: #3e7bbc;
    }