/* START Gallery v3 with v6 accents  */
#cms-gallery .slide:before {
    content: close-quote;
    position: absolute;
    border-right: 50vw solid transparent;
    border-bottom: 60px solid var(--secondary-color);
    bottom: 0;
    left: 0;
    z-index: 9;
}

#cms-gallery .slide:after {
    content: close-quote;
    position: absolute;
    border-left: 50vw solid transparent;
    border-bottom: 60px solid var(--secondary-color);
    bottom: 0;
    right: 0;
    z-index: 9;
}

#cms-gallery {
    width: 100% !important;
    overflow: hidden !important;
}

#cms-gallery .slide .description,
#cms-gallery .slide .position {
    margin-bottom: 90px;
}

#cms-gallery .slide .play,
#cms-gallery .slide .pause {
    bottom: 90px;
}

#cms-gallery .slide .position,
#cms-gallery .slide .arrows {
    bottom: 90px;
}
/* END Gallery v3 with v6 accents  */
/*adds background logo*/

#cms-gallery {
    background: #032a55;
    background-size: cover;
}
#cms-gallery .slide {
    background: url(https://5il.co/1p78a) 6% center no-repeat !important;
    background-size: 30% auto !important;
}
@media screen and (max-width: 1279px) {
    #cms-gallery .slide .text {
        padding: 40px 63px;
        margin: 0;
        background: url(https://5il.co/1p78a) 97% center no-repeat !important;
        background-size: auto 90% !important;
    }
    #cms-gallery .slide {
        background: transparent !important;
    }
    #cms-gallery .slide .image-and-nav {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 959px) {
    #cms-gallery .slide .text {
        padding: 20px;
    }
}
/*end gallery background*/

/*last footer column*/
#footer-f1 .footer-column-last {
width: 25%!important;
}

.footer-column-last h2 {
font-size: medium!important;
  text-align: center!important;
}

.footer-social-links {
margin: auto!important;
  display: table!important;
}

.see-all-container h2 {

font-family: Bitter, serif !important;
  font-weight: 900!important;
    text-transform: uppercase!important;
}

#app, body, html, .m4-menu--bar *, .slide *,*{

font-family: Cabin,sans-serif !important;

}

#h2 div.right-menu-items {

  font-family: Cabin, sans-serif !important; 

}