@charset "UTF-8";
/* CSS Document */


a.skipnav  {
  font-size: 0.57rem;
  line-height: 0.5rem;
  letter-spacing: 1px;
  color: #B60000;
	background-color: #FFFFFF;
  font-weight: 300;
  padding-right: 0.25rem;
  position: absolute;
  transform: translateY(-110%); }

 a.skipnav:focus {
  color: #B60000;
  display: inline-block;
  margin-left: auto;
  margin-top: 1rem;
  position: relative; }


a {
	color:#B60000 !important;
}

.jumbotron {
	padding: 3rem 1rem 1rem 1rem !important;
}

.bg-white {
	padding: 2rem 1.5rem 1.5rem 1.5rem !important;
}

.bg-light {
	padding: 1rem 0.5rem !important;
	margin-top: 1rem !important;
}

.btn-danger {
	background-color: #AD0000 !important;
}
form {
	padding: 2rem !important;
}

.btn-outline-success:hover {
	background: #FFF !important;
}

.text-muted {
	color:#595959 !important;
}

.text-danger {
	color: #AD0000 !important;
}