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

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

section.privacy div.column {
    padding-bottom: 3em;
    max-width: 60em;
}

section.privacy h1 {
    margin-bottom: 1em;
    font-size: 3em;
    line-height: 1.2em;
    color: #903F98;
}

section.privacy h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #404040;
}

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

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

section.privacy ul {
    list-style: circle inside;
}

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

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

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




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

    section.privacy h2 {
        font-size: 2em;
    }
}



