* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body, html {
  height: 100%;
}

body {
  margin: 0;
  padding-top: 0;
}

.btn-rect-xlg {
  width:  300px !important;
  height: 300px !important;
  border-radius: 50px;
  padding: 18px 28px;
  border-width: 5px;
  background-color: #EEEEFF;
  border-color: #fc6404;
  color: red;
  font-size: 1.25em;
}

.btn-sq-xlg {
  width:  300px !important;
  height: 300px !important;
  border-radius: 50px;
  padding: 18px 28px;
  border-width: 5px;
  background-color: #EEEEFF;
  border-color: #0464fc;
  color: black;
  font-size: 1.25em;
}

.btn-sq-xlg-highlight {
  width:  300px !important;
  height: 300px !important;
  border-radius: 50px;
  padding: 18px 28px;
  border-width: 5px;
  background-color: #FFFBCE;
  border-color: #0464fc;
  color: black;
  font-size: 1.25em;
}

.btn-sq-lg {
  width:  150px !important;
  height: 150px !important;
  border-width: 5px;
  background-color: #EEEEFF;
  border-color: #0464fc;
  color: black;
  font-size: 1.15em;
}

.btn-rnd-xlg {
  width:  300px !important;
  height: 300px !important;
  border-radius: 150px;
  border-width: 5px;
  background-color: #EEEEFF;
  border-color: #0464fc;
  color: black;
  font-size: 1.25em;
  padding: 18px 28px;
}

.btn-rnd-lg {
  width:  150px !important;
  height: 150px !important;
  border-radius: 75px;
  border-width: 5px;
  background-color: #EEEEFF;
  border-color: #0464fc;
  color: black;
  font-size: 1.15em;
  padding: 9px 14px;
}

/*
  .big-icon {
    font-size: 128px;
  }
*/

.xlg-icon {
  font-size: 128px;
}

.lg-icon {
  font-size: 64px;
}

.col-md-4 {
  margin-bottom: 1.5em;
}
.connect-blue {
/*  background-color: #2489bf; */
  background-color: #0464fc;
}

img.bg {
/* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
    
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
/*  position: fixed; */
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
  left: 50%;
  margin-left: -512px;   /* 50% */
  }
}

.jumbotron {
  border-radius: 0 !important;
  background: url(../images/splash.jpg) fixed center no-repeat;
  background-size: cover;
  padding: 1rem 2rem !important;
}

.jumbotron h1 {
  color: #fff;
}

.legend-active {
  color: blue;
}

.legend-inactive {
  color: LightGrey;
}

.col-sm-12 hr {
  margin-top: 5%;
  margin-bottom: 5%;
}

/* -------- Styling for Cognito forms -------- */

.cognito {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cognito {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .cognito {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .cognito {
    width: 1170px;
  }
}

.cognito .c-forms-form .c-forms-form-title h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 2rem;
  orphans: 3;
  widows: 3;
  page-break-after: avoid;
}

.sup {
  font-size: .50em;
  vertical-align: super;
}

.list-group-item {
  /*
  //    border: 0px;
  //    padding: 5px;
  //    background-color: #F4F7EC;
  */
  background-color: #FDEEF4;
}

.event-title {
  text-shadow: 2px 2px 6px rgba(255,255,255,0.7);
}

.card {
  padding-bottom: 1em;
}

.scroll-my-card {
  min-height: 415px;
  max-height: 416px;
  overflow-y: auto;
}

.drop-shadow {
  filter: drop-shadow(5px 5px 5px #222);
}

.bottom-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  /* background-color: #1e6ed0; */
  background-color: #CCC;
  opacity: 0.98;
  color: white;
  text-align: center;
  padding: 10px;
}

.bottom-nav-shadow {
  filter: drop-shadow(0px -2px 2px #404040);
}

figcaption {
    margin: 10px 0 0 0;
    text-align: center;
    font-variant: small-caps;
    font-family: Arial;
    font-weight: bold;
    color: #bb3333;
}