html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  background: #2954a2;
}

a, a:active, a:visited {
	color: #ffffff;
}

a:hover {
	color: #00a5cb;
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	color: #ffffff;
}

.btn-link {
	color: #ffffff;
}

.navbar {
	background: #2954a2;
	padding: 20px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-link {
	color: #ffec00 !important;
	text-transform: uppercase;
	border-left: 3px solid #2e003e;
	border-top: 3px solid #2e003e;
	border-bottom: 3px solid #2e003e;
	font-weight: bold;
	min-width: 180px;
	text-align: center
}

.nav-link.last {
	border-right: 3px solid #2e003e;
	color: #ffec00 !important;
}

.nav-link:hover, .nav-link.last:hover {
	color: #ffffff !important;
}

@media (max-width: 767px) {
	.nav-link {
		border-top: 3px solid #2e003e;
		border-left: 3px solid #2e003e;
		border-right: 3px solid #2e003e;
		border-bottom: none;
	}	
	.nav-link.last {
		border-bottom: 3px solid #2e003e;
	}
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.navbar-brand {
	height: 70px;
	width: 250px;
	margin-top: -15px;
	background: url("/theme/images/logo.png") 0% 50% no-repeat;
	background-size: contain;
	text-indent: -100em;
	overflow: hidden;
}



:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-size: cover !important;
  border-radius: 0;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
  color: #fff;
}

.jumbotron .container {
  max-width: 60rem;
}

.jumbotron.home {
  background: #2954a2;
}
.jumbotron .lead {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}

.home-zap {
	background: url("/theme/images/zap.png") no-repeat;
	background-size: contain;
	position: absolute;
	float: right;
	right: 30px;
	bottom: -70px;
	width: 160px;
	height: 250px;
}

@media (max-width: 900px) {
	.home-zap {
		display: none;
	}
}


footer {
  background: #ffffff;
  padding: 3rem;
  color: #798ebd;
}

footer a, footer a:active, footer a:visited {
  color: #798ebd;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.jumbotron h1, .jumbotron p, .carousel-caption p, .carousel-caption h1 {
  text-shadow: #222222 1px 1px;
}

.fa, .fab, .fas {
	color: #ffffff;
}

.btn.btn-primary {
	width: 120px !important;
	height: 43px !important;
	color: #ffffff;
	background: transparent url("/theme/images/button_medium.png") no-repeat;
	border: none;
	border-radius: 0px;
	color: #2e003e;
	font-weight: bold;
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 9px;
	padding-left: 6px;
	text-transform: uppercase;
}

.btn.btn-primary:hover {
	background: transparent url("/theme/images/button_medium_hover.png") no-repeat;
}

.btn.btn-primary.small {
	width: 73px !important;
	background: transparent url("/theme/images/button_small.png") no-repeat;
}

.btn.btn-primary.small:hover {
	background: transparent url("/theme/images/button_small_hover.png") no-repeat;
}

.btn.btn-primary.large {
	width: 301px !important;
	height: 56px !important;
	color: #ffffff;
	background-color: #ffffff;
	border: none;
	border-radius: 0px;
	color: #2e003e;
	font-weight: bold;
}

.btn-primary .fa {
	color: #ffffff;
}

td .btn.btn-primary {
	padding-top: 2px;
}

table, tr, th, td {
	color: #ffffff;
	border: none !important;
}

thead, thead tr th {
	background: #2954a2 !important;
	color: #ffffff !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
}

th.first {
	padding-left: 0px !important;
}

.accordion, .card {
	background: #2954a2;
	border: none;
}

.accordion .card-body {
	padding: 20px 0px !important;
}

.card-header {
	padding: 0px;
	background: #2954a2;
}

.card-header h3 button, .card-header h3 button:hover, .card-header h3 button:active {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	text-decoration: none;
	padding-left: 0px !important;
}

.modal-title {
	color: #111111 !important;
}

.modal-content {
	color: #111111;
}