@charset "UTF-8";


@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.btn-primary {
	background-color: #F81D25 !important;
	color: #fff !important;
	border: 2px solid #B52C27 !important;
}

.btn-primary:hover {
  font-weight: 500 !important;
  border: 2px solid #333 !important;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  font-size: 1.25rem;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.divider {
  width: 100%;
  height: 3rem;
  background-color: #3CB5D1;
  border: solid rgba(0, 0, 0, .15);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.divider2 {
  width: 100%;
  height: 3rem;
  background-color: #CD1F25;
  border: solid rgba(0, 0, 0, .15);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}



h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: 'Varela Round', sans-serif;
  color: #164D85;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

p.lead {
	font-weight: 400;
}

strong {
	font-weight: 600;
}