body {
    background-color: rgb(245, 245, 245);
    line-height: 1.5em;
}

#container {
    padding-top: 12px;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.quickFacts {
    width: 100%;
    display: none;
}

hr.solid {
    border-top: 3px solid #bbb;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
}

#about ul {
    list-style-type: none;
    line-height: 2.5em;
}

#about img {
    width: 100%;
    height: auto;
}

div.section {
    padding: 24px;
}

h1 {
    text-align: center;
}

#nav li {
    display: inline-block;
}

.toggle-content {
    display: none;
}

.toggle-content.is-visible {
    display: block;
}

section.project {
    line-height: 1.5em;
    padding: 24px;
}

.screenshot {
    width: 100%;
}

.project span.expand {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {

    #about img {
        width: 300px;
    }

    .quickFacts {
        display: block;
        width: 400px;
        float: right;
    }

    #contact {
        margin: 0 auto;
        width: 300px;
        text-align: center;
    }
}

@media only screen and (min-width: 1000px) {

    #container {
        width: 1000px;
        margin: 0 auto;
    }

    #about img {
        padding-left: 75px;
    }

    .quickFacts {
        width: 450px;
        padding-right: 75px;
    }

    .screenshot {
        display: block;
        width: 650px;
        margin: 0 auto;
    }

    .project {
        width: 650px;
        margin: 0 auto;
    }
}
