body {
	font-family:"Inter", sans-serif;
	overflow-x:hidden!important;
}

h1,h2,h3,h4,h5 {
	font-family:"Oswald", sans-serif;
	font-weight:bold;
}

h2,h3,h4,h5 {
	color:#002868;
}

.titlebar {
	text-transform:uppercase;
}

.starbg {
	background:url("../images/starbg.png") center center no-repeat;
	background-size:cover;
	height: 0;
    padding-bottom: 100%;
	position:relative;
}

.star-row {
	color:#FFF;
	font-family:"Oswald", sans-serif;
	font-weight:bold;
}

.slidequote div {
	font-style:italic!important;
}

.slidequote div, .slideby div {
	font-family:"Oswald", sans-serif!important;
	text-shadow:0px 0px 10px #000!important;
}

.star-inner {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	font-family:"Oswald", sans-serif;
	font-weight:bold;
	text-align:center;
	padding-top:50%;
	color:#BF0A30;
}

.star-inner span {
	display:inline-block;
	transform:translateY(-40%);
}

#topbar {
	padding-top:4px;
	padding-bottom:4px;
	font-family:"Oswald", sans-serif;
	color:#FFF;
	background:#002868;
	font-size:17px;
}

.redbg {
	background:#BF0A30;
	color:#FFF;
}

.redbg h1,
.redbg h2,
.redbg h3,
.redbg h4,
.redbg h5 {
	color:#FFF;
}

.lead strong {
	font-weight:bold!important;
}

.dred {
	color:#BF0A30;
}

.largecb {
	transform:scale(1.2,1.2) translateY(-3px);
	cursor:pointer;
}

#footer-outer {
	background:#002868;
}

.maprow {
	font-family:"Oswald",sans-serif;
}

.btmnav ul, .btmnav li {
	margin:0;
	padding:0;
	list-style:none;
}

.btmnav a {
	font-size:19px;
	font-family:"Oswald",sans-serif;
	color:#FFF;
	text-transform:uppercase;
}

#copyrow {
	background:#000;
	color:#777;
}

#copyrow a {
	color:#999;
}

#homepara {
	background-image:url("../images/homepara.jpg");
	color:#FFF;
	text-shadow:0px 0px 8px #000;
}

#homepara h2 {
	color:#FFF!important;
}

#homepara .lead {
	font-weight:bold!important;
}

.graybg {
	background:#E0E0E0;
}

.btn-danger {
	background-color:#BF0A30;
}
/**NAVBAR**/

.navbar { /* navbar styles */
	padding:0 1rem;
}

.nav-link { /* top level link */
	font-family:"Oswald",sans-serif;
	text-transform:uppercase;
	color:#002868;
	font-size:15px;
	font-weight:bold;
	transition:.15s;
	position:relative;
}

.nav-link:hover {
  color:#BF0A30;; /* top level link hover */
}

.dropdown-menu { /* dropdown menu styles */
	background:#FFF;
}

.dropdown-item { /* dropdown link */
	font-family:"Oswald",sans-serif;
	 color:#002868;
	text-transform:uppercase;
}

.dropdown-item:hover { /* dropdown link hover */
	 color:#FFF;
	 background:#BF0A30;
}

.navbar-toggler { /* styles the mobile nav button border */
	border-color:#000;
	border-radius:8px;
}

.navbar-toggler-icon { /* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar { /* navbar styles */
		padding:.25rem 1rem;
	}
	
	.nav-link { /* top level link */
		text-align:left;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	
	.dropdown-menu { /* dropdown menu styles */
		padding-top:0;
		padding-bottom:0;
		background:none;
		border:none;
	}
	
	.dropdown-item { /* dropdown link */
		padding-top:10px;
		padding-bottom:10px;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
}

.donatebtn .nav-link:before {
	display:none!important;
}

.donatebtn .nav-link{
	background:#BF0A30;
	color:#FFF;
	border:2px solid #BF0A30;
}

.donatebtn .nav-link:hover{
	background:#FFF;
	color:#BF0A30;
	border:2px solid #BF0A30;
}
/**END NAVBAR**/


/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	#map {
		height:300px;
		margin-bottom:-10px;
	}
}

/**MD & DOWN*/
@media (max-width: 991px) {
	
}

/**LG & DOWN**/
@media (max-width: 1199px) {
	
}

/**MD & UP*/
@media (min-width: 768px) {
	
	.nav-link:before {
		display:block;
		content:"";
		position:absolute;
		top:-5px;
		bottom:-5px;
		left:51%;
		right:51%;
		border-top:3px solid #BF0A30;
		border-bottom:3px solid #BF0A30;
		z-index:0;
		transition:.3s;
	}
	
	.nav-link:hover:before {
		left:0;
		right:0;
	}
	
}

/**LG & UP**/
@media (min-width: 992px) {
	.star-inner {
		font-size:42px;
	}
}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {

}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {

}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
	.slidequote div {
		font-size:25px!important;
	}
	
	.slideby div {
		font-size:28px!important;
	}
	
	.maprow {
		max-height:350px;
	}
	#map {
		height:350px;
	}
}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {
	.slidequote div {
		font-size:30px!important;
	}
	
	.slideby div {
		font-size:35px!important;
	}
	
	.maprow {
		max-height:350px;
	}
	#map {
		height:350px;
	}
}

/**XLG**/
@media (min-width: 1200px) {
	
	.container-limit {
		max-width:1500px;
	}
	
	.maprow {
		max-height:400px;
	}
	#map {
		height:400px;
	}
}