:root {
    --ss-color-88513: #EBBD44;
    --ss-color-106659: #145CA6;
    --ss-color-88513-dark: #d2a42b;
    --ss-color-106659-dark: #00438d;
}


:root {
  --ss-title-font-family: 'Source Serif Pro', serif;
  --ss-paragraph-font-family: 'Cabin', sans-serif;
  --ss-navigation-font-family: 'Cabin', sans-serif;
  --ss-navigation-font-size: 16px;
}


.site-button {

    border-style: none;

  border-radius: 0px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

