:root {
    --ss-color-113564: #03244F;
    --ss-color-113565: #E0B160;
    --ss-color-113564-dark: #000b36;
    --ss-color-113565-dark: #c79847;
}


:root {
  --ss-title-font-family: 'Baskervville', serif;
  --ss-paragraph-font-family: 'Barlow', sans-serif;
  --ss-navigation-font-family: 'Baskervville', serif;
  --ss-navigation-font-size: 16px;
}


.site-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

body:before {
    background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

