@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  font-family: "Open Sans", sans-serif!important;
  font-optical-sizing: auto!important;
  font-weight: 400!important;
  font-style: normal!important;
}

div.ccm-page .fc-center h2 {
    font-size:3.5rem!important;
}
div.ccm-block-hero-image div.ccm-block-hero-image-cover {
    background-color: rgba(0, 0, 0, 0.2)!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

 font-family: "Open Sans", sans-serif!important;
 font-weight: 700!important;
}

div.ccm-page ccm-block-page-title page-title {
  font-family: "Open Sans", sans-serif!important;
    
}

div.ccm-page .navbar-brand {
  font-family: "Open Sans", sans-serif!important;
  font-weight: 750!important;
  color: #848484!important;
}

/*div.ccm-page h1,.h1{
    font-size:5rem!important;
}*/
div.ccm-page h2,.h2{
    font-size:4.5rem!important;
}
div.ccm-page h3,.h3{
    font-size:4rem!important;
}
div.ccm-page h4,.h4{
    font-size:3.0rem!important;
}
/*div.ccm-page h5,.h5{
    font-size:3rem!important;
}
div.ccm-page h6,.h6{
    font-size:2.5rem!important; 
}*/

div.ccm-page .bg-purple {
    background-color: #894d73!important;
}
div.ccm-page .bg-darkgreen {
    background-color: #256e02!important;
}

div.ccm-page div.ccm-block-top-navigation-bar.transparency-enabled:not(.transparency-temporarily-disabled) .navbar .nav-item a.nav-link {
    color: #fff;
    font-weight: 600!important;
}
.btn-purple {
    background-color: #894d73!important;
    color: white!important;
}
.dark-accent {
    background-color: #014357!important;
    color: white!important;
}