@import 'https://fonts.googleapis.com/css?family=Tangerine';

.santpaulri {

}

#main > section.main {
    padding: 2em 5em 2em 5em;
}

#main.santpaulri {
    color: #2e2e2e;
}

#main.santpaulri input, #main.santpaulri select, #main.santpaulri textarea {
    color: #2e2e2e;
}

#main.santpaulri a:hover {
    color: #2e2e2e;
}

#main.santpaulri strong, #main.santpaulri b {
    color: #2e2e2e;
}

#main.santpaulri h1, #main.santpaulri h2, #main.santpaulri h3, #main.santpaulri h4, #main.santpaulri h5, #main.santpaulri h6 {
    color: #2e2e2e;
}

#main.santpaulri label {
    color: #2e2e2e;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

.santpaulri section.main header.major h2 {
    text-align: center;
}

.santpaulri section.main header.major h2:after {
    margin-left: auto;
    margin-right: auto;
}

.santpaulri h1.book-title {
    font-style: italic;
    font-family: 'Tangerine', serif;
    font-size: 72px;
}

.santpaulri #intro .image {
    display: inline-block;
    padding: 0.65em;
    border-radius: 2%;
}

.santpaulri #intro .image img {
    display: block;
    border-radius: 2%;
    width: auto;
    height: auto;
    max-width: 100%;
}

.santpaulri ul.features li img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.santpaulri section.social p {
    margin: 0 0 1em 0;
}

.santpaulri a.facebook {
    border-bottom: none;
}

.santpaulri img.facebook {
    width: 40px;
    height: 40px;
}