/*
    style.css 
*/

/* ========================================================= */
/*  IMPORTS for fonts 

    Resource:  fonts.google.com
*/
h1,h2,h3,h4,h5,h6 {
    font-family: 'Baskervville', serif;
}

p,li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: large;
}
/* ========================================================= */
/*  Body Style Rules */



/* ========================================================= */
/* Text Style Rules */



/* ========================================================= */
/*  Container and Spacer Rules */

.text-spacing {
    padding: 0.25em;
}

.section-spacing {
    padding: 1.0em;
}

.placeholder-spacing {
    height: 500px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

/* ========================================================= */
/* Color Style Rules
   Reference:  coolors.co
*/
.bg-lightblue {
    background-color: #99adc9;
    color: #002b63;
}

.bg-tan {
    background-color: #e9dacd;
    color: #002b63;
}

.bg-maroon {
    background-color: #701217;
    color: #99adc9;
}

.text-overlay {
    color: #b4c3d7;
     text-shadow: 1px 1px #002b63;
}

.text-darkblue {
    color: #002b63;
}

.bg-card-lightblue {
    background-color: #b4c3d7;
}

.bg-card-tan {
    background: #F4EBE5;
}

.text-maroon {
    color: #701217;
}

.text-tan {
    color: #F4EBE5;
}

/* ========================================================= */
/* Button Styles */



/* ========================================================= */
/* Links Style */


/* ========================================================= */
/* Card Styles */


/* ========================================================= */
/* Tab Styles */


/* Tabs .borders :: Add borders to tab content */
.tab-content.borders {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

/* ========================================================= */
/* Accordion Styles */



/* ========================================================= */
/* Modal Style */



/* ========================================================= */
/* Image Styles */


/* ========================================================= */
/* Navbar */
.navbar-custom {
    font-family: 'Baskervville', serif;
    background-color: #701217;
}
