section.content {
	z-index: 10;
    position: relative;
	background-color: rgb(246, 246, 246);
    background-image: url("../images/paper-tile-white.jpg");
    padding-top: 6em;
}

section.content div.wrapper {
    padding-bottom: 4em;
}

section.content h1 {
    margin-bottom: 1em;
    font-size: 3em;
    line-height: 1.2em;
    text-align: center;
    color: #404040;
}

section.content h2 {
    margin-bottom: 1em;
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: center;
    color: #903F98;
}

section.content h3 {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    color: #404040;
}

section.content p {
    margin-bottom: 1em;
    font-size: 1.3em;
    color: #756f75;
}

section.content li {
    font-size: 1.3em;
    color: #756f75;
}

section.content a {
    color: #903F98;
    text-decoration: none;
}

section.content a:hover {
    text-decoration: underline;
}

section.content a.button {
    display: block;
    padding: 0.5em 1.5em;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    background-color: #903F98;
}

section.content a.button:hover {
    text-decoration: underline;
}

section.content div.column {
    padding-bottom: 3em;
    max-width: 40em;
    margin: 0 auto;
}

section.content div.columns-2 {
    column-count: 2;
}

section.content footer {
    text-align: center;
}

section.content div.image-grid {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7em;
    max-width: 1400px;
    background-color: #222222;
}

section.content div.image-grid img {
    width: 50%;
}




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

    section.content h2 {
        font-size: 3em;
    }

    section.content a.button {
        display: inline-block;
    }
}
