/* Space out content a bit */
body {
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #fafafa;

    font-family: sans-serif;
    color: #333;
    line-height: 1.5;
}


ol {
    list-style-type: decimal;
}

b {
    font-weight: bold;
}

h1,
h2,
h3 {
    font-family: "Dosis", Arial, Verdana, serif;
}

h1 {
    font-size: xx-large;
    font-weight: bolder;
}

h2 {
    font-size: 26px;
    line-height: 34px;
    color: #898989;
    margin-bottom: 15px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    color: #898989;
}

p {
    margin: 10px 0 10px 0;
}


.container {
    background-color: white;
    box-shadow: 0 12px 51px -16px black;
    margin: 0 auto;
    height: auto;
    padding: 0;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 1020px;
    }
}

/**
 *
 * PreHeader Styles
 *
 */
#preHeader {
    background-color: #ffcc00;
    height: 50px;
    display: flex;
    justify-content: flex-end;
}

/* TODO: images should be sharper */
#preHeader img {
    transform: scale(0.7);
}

.socialIcon {
    background-color: #99192b;
    width: 32px;
    height: 32px;
    margin: 10px 10px 10px 0;
    display: flex;
    border-radius: 3px;
}

/**
 *
 * Header Styles
 *
 */
header {
    display: flex;
    margin: 10px 15px 10px 15px;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    border-bottom: lightgrey 1px solid;
}

nav ul {
    display: flex;
}

nav li {
    padding: 5px;
}

header img {
    height: 96px;
    width: 440px;
}

#headerImage {
    margin-left: 20px;
}

.headerLinks {
    color: black;
    text-decoration: none;
    font-family: "Dosis", "Verdana", sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 48px 12px 48px 12px;
    text-transform: uppercase;
    overflow: hidden;
}

.headerLinkActive,
.headerLinks:hover,
.headerLinks:active {
    color: #99192b;
    background: #f8f8f8;
    border-bottom: 1pt solid #99192b;
}

/**
 * Common Alignment styles
 */

.centerContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.verticalContent {
    flex-direction: column;
}

.centerText {
    text-align: center;
}

/**
 *
 * Content Styles
 *
 */
#content {
    padding: 15px;
}




.captionText {
    font-size: smaller;
    font-style: italic;
    margin-bottom: 20px;
}

.embed {
    margin-bottom: 20px;
}

/**
 *
 * Bottom Nav Styles
 *
 */

.bottomNavigationContainer {
    display: flex;
    justify-content: center;
    margin: 30px;
}
.column{
    text-align: center;
    margin-right: 70px;
}
.bottomNavHeader{
    border-bottom: #898989 solid 1px;
    padding: 20px;
}

.bottomNav li{
    border-bottom: 1pt solid #333;
    padding:10px
}
.bottomNav a{
    color: #99192B;
    text-decoration: none;
    font-size:13px;
}
.bottomNav a:hover{
    text-decoration: underline;
}

.locationText{
    font-size:13px;
}
.lastColumn{
    text-align:center;
    margin-right: 30px;
    width: 20%;
}
.backToTop {
    display: flex;
    justify-content: flex-end;
    margin: 30px;
}

/**
 *
 * Footer Styles
 *
 */
footer {
    background-color: #99192b;
    padding: 10px 0 10px 0;
}

footer p {
    color: white;
    text-align: center;
}
/**
 *
 * Index Styles
 *
 */

#header-specific{
    color: #ffcc00;
}

.redText{
    color: #99192B;
}

.smallDivider{
    width: 50%;
    display: inline-flex;
}
.testimonialCarouselContainer{
    margin: 60px 0 60px 0;
}


.testimonialCarouselText{
    font-size: 16px;
    line-height: 1;
    font-family: "Dosis", Arial, Verdana, serif;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}
#carouselExampleControls{
    width: 100%;
}
.jumboButton {
    display: inline-block;
    margin: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 0 #b72439, 0 15px 20px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0 8px 0 #b72439, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #b72439, 0 15px 20px rgb(0 0 0 / 35%);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 50px;
    color: #fff;

}
.jumboButton a {
    text-decoration: none;
        -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;

}
.jumboMainText{
    display: inline-block;
    padding: 20px 30px;
    background-color: #861626;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(352, 84%, 34%, .8)), to(hsla(351, 84%, 29%, .2)));
    background-image: -webkit-linear-gradient(hsla(352, 84%, 34%, .8), hsla(351, 84%, 29%, .2));
    background-image: -moz-linear-gradient(hsla(352, 84%, 34%, .8), hsla(351, 84%, 29%, .2));
    background-image: -o-linear-gradient(hsla(352, 84%, 34%, .8), hsla(351, 84%, 29%, .2));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgb(255 255 255 / 15%);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgb(255 255 255 / 15%);
    line-height: 1;
    text-shadow: 0 -1px 1px rgb(175 49 95 / 70%);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
    color: white !important;
    font-family: "Dosis", Arial, Verdana, serif;
}
.jumboSmallText{
    font-size: 17px;
}
/**
 *
 * Program Styles
 *
 */
.issuesList li {
    margin: 10px;
}

/**
 *
 * Testimonial Styles
 *
 */
.testimonialContainer {
    border-bottom: 1pt solid #e1e1e1;
    padding: 20px 20px 20px 10px;
    background-color: #f8f8f8;
    font: italic 15px/1.6 "Georgia", Times, 'Times New Roman', serif;
    color: #999999;
    margin: 0 20px 20px 20px;

    display: flex;
}

.videoTestimonial{
    margin-bottom: 10px;
}

.testimonialContent {
    flex-grow: 2;
}

.testimonialQuotationMark{
    margin-right: 5px;
}

.testimonialAuthor {
    color: gray;
    font-size: 10px;
    display: block;
    margin-top: 5px;
    font-style: italic;
}