:root {
    --ss-color-112987: #284E94;
    --ss-color-113066: #FFFFFF;
    --ss-color-112987-dark: #0f357b;
    --ss-color-113066-dark: #e6e6e6;
}


:root {
  --ss-title-font-family: 'Merriweather', serif;
  --ss-paragraph-font-family: 'Cinzel', serif;
  --ss-navigation-font-family: 'Graduate', serif;
  --ss-navigation-font-size: 18px;
}


.site-button {
    border-style: solid;


  border-radius: 5px;

    box-shadow: 0px 4px 12px 1.28px rgba(0, 0, 0, 0.3);

}


body {
  background-color: #f5f5f5;
}

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

