/* cmsms stylesheet: bandb modified: 04/01/25 00:29:38 */


@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');


@font-face { font-family: Saltwater; src: url('../../uploads/fonts/BretagneGaelic.ttf'); }

body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #1052d5;
}


:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

.footer a:link, .footer a:visited{
color: #fff;
}

.menu a{
font-family: "EB Garamond", serif;
}

.menu > li > a{
padding:10px 15px; 
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.modal-window {
    position: relative;
    background-color: #FFFFFF;
    width: 50%;
    margin: 1% auto;
    padding: 20px;
}

.modal-window.small {
    width: 75%;
}

.modal-window.large {
    width: 75%;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0,0,0,0.3);
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.close:hover,
.close:focus {
    color: #000000;
    cursor: pointer;
}

.left{
float: left;
}

.right{
float: right;
}

.half{
width: 49% ;
}

.third{
width: 32% ;
}

.twothirds{
width: 65% ;
}

.qtr{
width: 24% ;
}

.threeqtrs{
width: 74%;
}

p{
color: black ;
}

a {
  color: #1052d5;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #4f74bf;
}

#top-menu a{
color:#fff ;
font-weight: bold ;
font-size:22px;
}

h1 {
font-family: "EB Garamond", serif;
  font-size: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1 a, h1 a:hover {
  color: #1052d5;
}

h2, h3, h4 {
  /* font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;*/
font-family: Saltwater, sans-serif;
  font-size: 1.2rem;
color: black;
}

h2 {
  font-size: 1.6rem;
  margin-top: 1rem;
  font-weight: bold;
}

h3 {
  font-size: 1.6rem;
  margin-top: 1rem;
  font-weight: bold;
}

.main-logo a {
  font-family: 'Sacramento', cursive;
  font-size: 0rem;
  line-height: 1rem;
  color: #ffffff;
}


#sticky-logo a {
/*  transition: all 0.3s ease; */
  font-family: 'Sacramento', cursive;
  font-size: 0rem;
  line-height: 1rem;
  color: #D2D2D0;
}

.top-bar-right{
margin-top: 50px;
margin-right: -70px;
}

.round-logo{
top: 0px ;
left: 10px;
z-index: 999 ;
position: absolute;
float: left;
}

.site-name{
color:#fff;  
font-family: 'Sacramento', cursive; 
font-size:52px;
}

.is-stuck #sticky-logo a {
  display: block;
  font-size: 2rem;
  padding-top: 1rem;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #1052d5;
  z-index: 999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #ffffff transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
  border-color: transparent #ffffff transparent transparent;
}

.divider {
  background: #D2D2D0;
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #1052d5;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #ffffff;
}

.card-divider {
  background: #1052d5;
  color: #D2D2D0;
}

.button {
  background: #D2D2D0;
  color: #1052d5;
  border-radius: 5px;
}

.label, .label.primary {
  background: #fff;
  color: #1779ba;
}

.button:hover {
  background: #1052d5;
  color: #D2D2D0;
}

.divider .button {
  background: #1052d5;
  color: #D2D2D0;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #ffffff;
  color: #1052d5;
}

footer {
  background: #454545;
  color: #D2D2D0;
}

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #ffffff;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  font-weight: bold ;
  margin-left: -5px;
}

footer i {
  margin-right: 0.5rem;
}

#copyright {
  border-top: 0.5px solid #D2D2D0;
display:none;
}

#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

#slideshow_1{
display:none;
}

  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }

img.round-logo{
  width: 95% ;
  top: 5px ;
  left: 5px;
}

.site-name{

}

.left, .right, .half, .third, .qtr, .threeqtr{
display:block ;
width: 100% ;
clear: both;
}

#round-img-logo{
display:none;
}

.site-name{
margin:10px 0 0 0;
font-size:42px;
}

.round-logo{
top: 10px ;
left: 10px;
}

#top-menu{
margin-top: 50px;
}

}

/* Medium and up */
@media screen and (min-width: 40em) {

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
