@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Libre+Franklin:200,400');
/*
    * Globals
*/

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #8ac53f;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: 1px solid #fff;
}


/*
    * Base structure
*/

html,
body {
    height: 100%;
    background-color: #333;
}
body {
    position: relative;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    font: normal 200 3rem/5rem 'Libre Franklin', Arial, sans-serif;
    padding-top: 133px;
}

h1,h2,h3 {
    font-family: 'Libre Baskerville', Georgia, serif;
}

.donation {
    color: limegreen;
    font-size: 3.2rem;
    font-weight: 900;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
    background-color: #62469d;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 30px;
}


/*
    * Header
*/
.masthead {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #553f84;
    box-shadow: 0 0 2px rgba(0,0,0,0.250);
    border-bottom: 1px solid #4f4565;
    z-index: 3;
}
.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Libre Baskerville',Georgia,serif;
}
.bg-img {
    background-image: url(./img/aca-banner-small.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.masthead-nav > li {
    display: inline-block;
}
.masthead-nav > li + li {
    margin-left: 20px;
}
.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff; /* IE8 proofing */
    color: rgba(255,255,255,.75);
    border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }
    .masthead-nav {
        float: right;
    }
}


/*
    * Cover
*/

.cover {
    padding: 0 20px;
    margin-bottom: 100px;
}
.cover h1.section-title {
    font-size: 4rem;
}
.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}
.cover img {
    padding: 20px 30px 40px;
}


/*
    * Footer
*/

.mastfoot {
    color: rgba(255,255,255,.5);
    font-size: 18px;
    z-index: 1;
}


/*
    * Affix and center
*/

@media (min-width: 768px) {
    .site-wrapper {
        height: 50%; /* For at least Firefox */
        min-height: 50%;
    }
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
        padding-bottom: 30px;
        width: 100%;
    }
    .mastfoot {
        position: absolute;
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
}

@media (min-width: 992px) {
    .site-wrapper {
        height: 100%; /* For at least Firefox */
        min-height: 100%;
    }
    .masthead {
        width: 100%;
    }
    .mastfoot,
    .cover-container {
        width: 700px;
    }
}

.section-title {
    padding: 50px 0 10px;
    margin: 20px auto 20px;
}

.section {
    padding: 133px 30px 150px 30px;
}



/*
    * Video Section
*/
#video {
    background-color: #6e6173;
}
#video h2.section-title {
    text-align: left;
    font-size: 5rem;
    padding-bottom: 40px
}
#video h3 {
    padding-bottom: 25px !important;
}
#video p {
    margin-bottom: 60px;
}

@media (min-width:768px) {
    #video iframe {
        width: 100%;
    }
}

/*
    * FAQ Section
*/
#faq h2.section-title {
    text-align: left;
    font-size: 5rem;
    padding-bottom: 40px
}
#faq-accordion a, #faq-accordion a:hover {
    color: #cccccc;
    text-decoration: none;
    background-color: 
}
#faq-accordion .panel-purple>.panel-heading {
    color: #333333;
    background-color: #553f84;
    border-color: #dddddd;
    padding: 20px 15px;
}
#faq-accordion .panel-purple>.panel-heading:hover {
    background-color: #6b4fa7;
}
#faq-accordion .panel-title {
    font-size: 2rem;
}
#faq-accordion .panel-purple {
    background-color: #553f84;
}
#faq-accordion .panel-body {
    font: normal 400 2.3rem/5rem 'Libre Franklin', Arial, sans-serif;
    letter-spacing: .15rem;
    color: #553f84;
    padding: 20px 30px;    
    background-color: #e2dfdf;
    text-shadow: none;
}



/*
    * Difference Section
*/

#diff {
    background-color: #00b0ae;
}

#diff h2.section-title {
    text-align: left;
    font-size: 5rem;
    padding-bottom: 40px;
}
#diff h3.section-title {
    padding: 15px 0 15px 0;
    background-color: #029c9b;
    border-radius: 3px;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.125);
}
#diff ul {
    text-align: left;
}
#diff ul li {
    line-height: 1.55;
    font-size: 2.25rem;
}
#msg-box {
    padding: 30px;
}
.message {
    color: #1de4e2;
    background-color: #2d4956;
    border-color: #2d4956;
    padding: 20px;
    border-radius: 4px;
    font-size: 1.75rem;
    letter-spacing: 0.125rem;
    line-height: 1.55;
}


/*
    * Donate Section
*/
#donate {
    background-color: #6e6173;
    text-align: left;
}
#donate h2.section-title {
    font-size: 5rem;
    padding-bottom: 10px;
}
#donate .donate-info {
    margin: 30px 10px;
    padding: 30px 0 50px;
}
#donate .lead {
    font-size: 3rem;
}
#donate p#donate-btn {
    text-align: center;
    margin: 50px auto;
}
#donate .donate-btn {
    font-size: 2.5rem;
    letter-spacing: 0.15rem;
}
#donate p#thankyou {
    text-align: center;
    font-size: 2.5rem;
}
.donation-area {
    display: grid;
    column-gap: 20px;
    grid-template-columns: auto auto auto;
    margin-top: 50px;
    margin-bottom: 50px;
    align-items: center;
}
.how-to {
    margin-top: 3rem;
    line-height: 1.2;
    color: #eac157;
}
#backHome {
    margin-bottom: 30px;
}

/*
    * Thermometer
*/
.parish-info {
    text-align: center;
    color: #fff;
}
.parish-info h3 {
    margin: 0 auto;
    padding: 20px;
}
.parish-info small {
    color: #fff !important;
}
@media (min-width: 768px) {
    #thermometer {
        position: relative;
    }
}