@charset "utf-8";
/* Sprine Custom  - Modified from Bootstrap 4.0 */


body {
    font-family: Open Sans, 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    position: relative;
    /* To fix the same-page anchors here and in section. Add negative padding-bottom if too much of space created. */
    padding-top: 60px; 
   
}


/* Text and other styles */
h1,h2,h3,h4,h5,h6 {
	font-family:'Dosis','Helvetica Neue',Arial,sans-serif;
}

.sprine-icon-text {
    font-family:'Dosis','Helvetica Neue',Arial,sans-serif;
    color: #195594;
}

/* Navbar */

.nav {
    padding-bottom: 40px;
}

/* Links */
.bg-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: Dosis;
    color: #222;
    letter-spacing: 0.8px;
}

/* Active/Hover Links */

.bg-light .nav-link.nav-link.active,
.bg-light .nav-link.nav-link:hover {
    color: #F05F40;
}

/* Carousel */
/* Currently Carousel css is in its own file FIX and move it here */


/* Services */

section {
    /* To fix the same-page anchors here and in section. Add negative padding-bottom if too much of space created. */
	padding-top:60px; 
}

.section-heading {
    margin-top: 0;
    line-height: 1.4;
    font-size: 34px;
    color: #111;
    color: #195994;
}

hr.section-separator {
	max-width:50px;
	border-color:#f05f40;
	border-width:3px;
}




/* Button Overrides. */

.btn-sprine {
	xborder-color:#fff;
	xcolor:#FFF;
	background-color:#195594;
}

.btn-sprine:hover,
.btn-sprine:focus {
    background-color: #F05F40;
    xtext-decoration: none;
    cursor: pointer;
}


/* Icon coloring */

.material-icons.sprine { 
	color: #195594; 
	font-size: 48px;
}

/* Footer  Modified Bootstrap sticky-footer-navbar.css*/

.footer {
    background-color: #fafafa;
    height: 80px;
    width: 100%;
}

.footer > .container {
    padding-top: 30px;
    text-align: center;
}
.footer-text {
    color: #ffffff;
	font-family:Dosis;
	color:#222;
	text-transform:uppercase;
	font-weight:600;
}

.copyright-text {
	font-family:Dosis;
	color:#195994;
	text-transform:uppercase;
	font-weight:700;
}

a.footer-text:hover {
	color:#f05f40;
}

.my-contact {
	text-align: center;
}

/* Modal Styles */

.modal-title {
    font-size: 24px;
    color: #195594;
    font-family: Dosis;
    font-weight: bold;
    
}
.xmodal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-body {
    text-align: left;
    xpadding: 2px 16px;
    
}

.xmodal-footer {
    padding: 2px 16px;
    background-color: #fafafa;
    color: white;
}

/* The Close Button (X) for Modals */
.xclose {
    color: white;
    float: right;
    font-size: 48px;
    font-weight: bolder;

}

.close:hover,
.close:focus {
    color: #F05F40;
    cursor: pointer;
}

/* Services */

.banner-sprine {
    background-color: #195594;
    height: 300px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
}

h1.banner-title {
	color: #ffffa8;
    padding-top: 50px;
}
h6.banner-slogan {
	color: #ffffff;
    font-weight: 600;
}


/* Card Styles */

.card-header {
    background-color: #195594;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}
.card-text {
    font-size: 12px;
}