:root {
    --ss-color-88152: #16334f;
    --ss-color-88153: #C31F26;
    --ss-color-88152-dark: #001a36;
    --ss-color-88153-dark: #aa060d;
}


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


.site-button {

    border-style: none;

  border-radius: 5px;

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

}


body {
  background-color: #ffffff;
}

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

