html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #333;
}
h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Open Sans', sans-serif;
}
input {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 3px;
    font-size: 1rem;
}
fieldset {
    text-align: right;
}
input, textarea, select {
    border-radius: 5px;
    padding: 3px;
    font-size: 16px;
    font-size: max(16px, 1rem);
    border-color: #ddd;
    outline: none;
    resize: none;
}
body.site {
    border-top: 3px solid #0088cc;
    background-color: #f4f6f7;
}
div#title {
    padding-top: 175px;
    background: url('https://cgorr2.com/assets/images/big_logo_gray_font.png');
    background-repeat: no-repeat;
    background-size: 300px 200px;
    background-position: center;
    text-align: center;
}
div#title h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.25rem;
    line-height: 1rem;
    margin-bottom: 1rem;
}
    div#title h1 span {
        color: #0d6efd;
    }
    
div#content {
    width: 70%;
    margin: 2rem auto 5rem auto;
}
div#navigation {
    overflow: hidden;
    background-color: #333;
    width: 100%; /* Full width */
}
    div#navigation a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }
    div#navigation a:hover, div#navigation a.selected {
        background: #ddd;
        color: black;
    }

div#main {
    padding-top: 1.5rem; /* Add a top margin to avoid content overlay */
}