:root {
    --ss-color-122413: #143760;
    --ss-color-122414: #ED1C24;
    --ss-color-122413-dark: #001e47;
    --ss-color-122414-dark: #d4030b;
}


:root {
  --ss-title-font-family: 'Ubuntu', sans-serif;
  --ss-paragraph-font-family: 'Source Sans Pro', sans-serif;
  --ss-navigation-font-family: 'Racing Sans One', sans-serif;
  --ss-navigation-font-size: 18px;
}


.site-button {
    border-style: solid;


  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;
}

