/* Sitewide Stuffs */

body {
    /*background-color: #656d70;*/
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
}

/* HEADER */
#masterHeaderBackground, .header {
    border-bottom: none;
}

/* END HEADER */

/* FOOTER */
.footer-content {
    background-color: #fff;
    color: #666666;
    text-align: center;
    border-top: solid;
    border-top-color: #3D7DCA;
    border-top-width: 2rem;
}
.footer-content a
 {
    color: #666666;
}

.footer-nav-copyright {
    display: none;
}

@media (max-width: 992px) {
    .mobilefix {
      text-align: center !important;
    }
  }

/* END FOOTER */

.bannerpic
 {
    height: 50vh;
   /*  opacity: 80%; */
    display: flex;
    align-items: center;
}

.btnscope {
  display: inline-block;
  text-align: center;
  border-style: solid; 
  border-color: #ab0033; 
  color:unset;
  text-decoration: none;
  border-radius:10px; 
  padding-left: 25px; 
  padding-right: 25px; 
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
}

.btnscope:hover, .btnscope:hover span, .btnscope:focus span, .btnscope:active span {
  color:#fff !important;
  background-color: #AB0033;
}

.squircle {
  border-radius: 25px;
}

.scopecard {
  background-color: #eee;
  padding: 25px;
  font-size: 125%;
}

.hometitle {
  text-align: center; 
  padding-bottom:50px; 
  padding-top:50px;
  margin-top: 100px;
  color: #ab0033;
}


