body {
    background: rgb(4,83,140);
    /* background: linear-gradient(0deg, rgba(4,83,140,1) 0%, rgba(46,129,189,1) 30%, rgba(0,212,255,1) 100%); */
    background: linear-gradient(0deg, rgba(4,83,140,1) 0%, rgb(95, 160, 206) 15%, rgb(240, 245, 247) 90%);
}

.is-darkblue { background-color: #2ab1f1; }
.is-lightblue { background-color: #33809e26;}
.my-whitelink { color: #eaeaea; font-weight: 500;}


.divider.is-blueline:before,
.divider.is-blueline:after { background-color: #2ab1f1; }

.divider.is-greyline:before,
.divider.is-greyline:after { background-color: #4A4D50; }


.is-tall {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  .is-tall-container {
    flex: 1;
  }

.fr-logo {
  max-height: 50px;
}
.fr-link {
  color: #76c516;
  font-weight: 700;
  font-size: larger;
}