@charset "UTF-8";
/* CSS Document */
body {font-family: 'Montserrat', sans-serif;
}
.bg-custom {
    background-color: #C30031;
}
.shadowed {
    -webkit-filter: drop-shadow(5px 5px 5px #666);
    filter: drop-shadow(5px 5px 5px #666); 
}
.bg1 {background-color: #DCE4F9; }

h1, h2 {font-family: 'Playfair Display SC', serif;
}
.rule { border-bottom: 1px solid #dee2e6; 
}
footer {
    background-color: #0A2170;
    color: #FFFFFF;
}
.email {color: #FFFFFF; text-decoration: underline; }

.btn-custom,
.btn-custom:active,
.btn-custom:visited,
.btn-custom:focus {
    background-color: #0A2170 !important;
    color: #fff;font-weight: bold; 
}
.btn-custom:hover {
    background-color: #C43931 !important;
    color: #fff;font-weight: bold; 
}

.pics img {margin-bottom: 20px; }

.cap  {font-size: 14px; margin-top: 0px; padding-top: 0px;  }



footer a {color: #FFFFFF; }

footer a:hover {color: #F2070B; }

