.parent {
    text-align: center;
}
.parent > ul {
    text-align: left;
    display: inline-block;
}
.list-text-color {
    color: white;
    font-size:1.3em;
}
.submit_button {
    background-color:#4CAF50; /* Green */
    border: none;
    color:white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}
.submit_button:hover {
    opacity: 1
}
.caption {
    caption-side: top;
    text-align: center;
    font-size: 35px;
    color:red;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
table, th, td {
    border: 1px solid black;
    font-size: 25px;
    padding: 10px;
}
#about {
    padding-bottom: 20rem !important;
}
#faith .list-text-color {
    color: #1a2a4a !important;
}

#faith table td, #faith table th {
    color: #1a2a4a !important;
}

#faith .caption {
    color: #1a2a4a !important;
}
#faith .page-section-heading {
    color: #1a2a4a !important;
}

#faith .divider-custom-line {
    background-color: #1a2a4a !important;
    border-color: #1a2a4a !important;
}

#faith .divider-custom-icon {
    color: #1a2a4a !important;
}
#about .page-section-heading {
    color: #1a3a2a !important;
}

#about .divider-custom-line {
    background-color: #1a3a2a !important;
    border-color: #1a3a2a !important;
}

#about .divider-custom-icon {
    color: #1a3a2a !important;
}

#about .lead {
    color: #1a3a2a !important;
}

#about .btn-outline-light {
    color: #1a3a2a !important;
    border-color: #1a3a2a !important;
}

#about .btn-outline-light:hover {
    background-color: #1a3a2a !important;
    color: white !important;
}