@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

div.ccm-page .pfa-left-block {
    order: 1;
}

div.ccm-page .pfa-left-block {
    order: 2;
}

div.ccm-page .ccm-image-block {
    border-radius: var(--bs-border-radius) !important;
}

div.ccm-page div.ccm-block-hero-image  div.ccm-block-hero-image-cover {
    background-position: center center;
    background-size: cover;
    height: 50vh;
    z-index: 1;
    background-color: rgba(0, 0, 0, .7)!important;
}

div.theme-atomik div.ccm-block-hero-image div.ccm-block-hero-image-text h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    color: #ffffff!important;
}    

div.ccm-page .ccm-block-hero-image-text {
    text-shadow: 1px 1px 3px #656565!important;
}

div.ccm-page h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500!important;
  font-style: normal;    
  color: #2a3c98!important;
}

div.ccm-page h4, h5, h6, .h4, .h5, .h6 {
    color: #2a3c98!important;
}*/
/*div.ccm-page ul, ol { 
    display: block!important;
    list-style: disc outside none!important;
    margin: 1em 0!important;
    padding: 0 0 0 40px!important;
}*/

.slider-caption h2, .slider-caption .h2 {
 font-size: 2rem!important;
}

/*  anchors */
div.ccm-page #1 {
    scroll-margin-top: 150px;
}

div.ccm-page .card {
    height: 100%!important;
    width: 100%!important;
}

div.ccm-page ol { 
    list-style-type: decimal!important;
}

div.ccm-page li { 
    display: list-item!important;
}

div.ccm-page ul ul, ol ul {
    list-style-type: circle!important;
    margin-left: 15px!important; 
}
div.ccm-page ol ol, ul ol { 
    list-style-type: lower-latin!important;
    margin-left: 15px!important; 
}

div.ccm-page .bg-primary {
    background-color: #2a3c98!important;;
}
div.ccm-page .pac-blue {
    color: #2a3c98!important;
}

div.ccm-page .btn-primary {
    color: #ffffff!important;
    background-color: #2a3c98!important;
    border-color: #2a3c98!important;
}
/*div.ccm-page .ccm-block-top-navigation-bar:not(.transparency-enabled) nav {
    border: 0px solid pink!important;
    background-color: #f3f3f3!important;
}
div.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-link {
    font-weight: 500!important;
}

div.ccm-page .ccm-block-page-title, .ccm-block-page-title, .ccm-block-hero-image-text
{
  font-family: "Montserrat", sans-serif!important;
  font-weight: 500!important;
  font-style: normal!important;    
}

div.ccm-page div.ccm-block-hero-image div.ccm-block-hero-image-cover {
  background: rgb(42,60,152);
  background: linear-gradient(90deg, rgba(42,60,152, .6) 0%, rgba(86,103,176,.6) 35%, rgba(105,204,225,.6) 100%);

}*/

div.ccm-page .text-white {
    color: #ffffff!important;
}

div.ccm-page .bg-franflix-light {
    /*background-color: #b6ccdb!important;
    background-color: #d8e0ec!important;*/
    background-color: #dce4ed!important;
}

/* Media Queries */

@media (max-width: 575px) {
    body {
        border: 0px solid black!important;
    }
    .pfa-left-block {
        order: 1!important;
    }

    .pfa-right-block {
       order: 2!important;
    }
    
    #image-first-1 .pfa-right-block {
        order: 1!important;
    }
    
    #image-first-1 .pfa-left-block {
        order: 2!important;
    }
    #image-first-2 .pfa-right-block {
        order: 1!important;
    }
    
    #image-first-2 .pfa-left-block {
        order: 2!important;
    }
    
    div.ccm-page .card {
      margin-bottom: 25px!important;
    }
    
} 


@media (min-width: 576px) {
    body {
        border: 0px solid orange!important;
    }
    
    .pfa-left-block {
        order: 1!important;
    }

    .pfa-right-block {
       order: 2!important;
    }
    
    #image-first-1 .pfa-right-block {
        order: 1!important;
    }
    
    #image-first-1 .pfa-left-block {
        order: 2!important;
    }
    #image-first-2 .pfa-right-block {
        order: 1!important;
    }
    
    #image-first-2 .pfa-left-block {
        order: 2!important;
    }
    
    div.ccm-page .card {
      margin-bottom: 25px!important;
    }


}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    body {
        border: 0px solid purple!important;
    }

    .pfa-left-block {
        order: 1!important;
    }

    .pfa-right-block {
       order: 2!important;
    }
    #image-first-1 .pfa-right-block {
        order: 2!important;
    }
    
    #image-first-1 .pfa-left-block {
        order: 1!important;
    }
    #image-first-2 .pfa-right-block {
        order: 2!important;
    }
    
    #image-first-2 .pfa-left-block {
        order: 1!important;
    }
    
    div.ccm-page .card {
      margin-bottom: 25px!important;
    }


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
     body {
        border: 0px solid green!important;
     }
    .pfa-left-block {
        order: 1!important;
    }

    .pfa-right-block {
       order: 2!important;
    }
    
    #image-first-1 .pfa-right-block {
        order: 2!important;
    }
    
    #image-first-1 .pfa-left-block {
        order: 1!important;
    }
    #image-first-2 .pfa-right-block {
        order: 2!important;
    }
    
    #image-first-2 .pfa-left-block {
        order: 1!important;
    }

     
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    body {
        border: 0px solid pink!important;
    }
    .pfa-left-block {
        order: 1!important;
    }
    .pfa-right-block {
       order: 2!important;
    }
    #image-first-1 .pfa-right-block {
        order: 2!important;
    }
    
    #image-first-1 .pfa-left-block {
        order: 1!important;
    }
    #image-first-2 .pfa-right-block {
        order: 2!important;
    }
    
    #image-first-2 .pfa-left-block {
        order: 1!important;
    }

    
}
