:root {
    --ss-color-115860: #0C265A;
    --ss-color-115861: #A0BEE2;
    --ss-color-115860-dark: #000d41;
    --ss-color-115861-dark: #87a5c9;
}


:root {
  --ss-title-font-family: 'Slabo 27px', serif;
  --ss-paragraph-font-family: 'Domine', serif;
  --ss-navigation-font-family: 'Open Sans', sans-serif;
  --ss-navigation-font-size: 16px;
}


.site-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

