body {}

header {
	padding: 2em;
	background-color: #0E0E0E;
	background-image: url('/img/bg-dark.jpg');
}


.icon {
	width: 30px;
	height: 30px;
	vertical-align: -.125px;
	color: #fff;
}
  
#topBtn {
	display: none;
	position: fixed;
	bottom: .5em;
	right: .5em;
	z-index: 99;
	font-size: 4em;
	border: none;
	outline: none;
	background-color: transparent;
	color: #ce190c;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	padding: 0;
}

#topBtn:hover {
  color: green;
}

/* ==================================== */
/*   TYPOGRAPHY & Backgrounds           */
/* ==================================== */
.bg-denim { color: #333; background-color:#336699; }
.bg-navy { background: #05294B; }
.bg-purple { background: #6a328f; }
.bg-red {background: #990000;}

.text-denim { color: #336699; }
.text-navy { color: #05294B; }
.text-orange { color: #FF6666; }
.text-purple { color: #6a328f; }
.text-red {color: #990000;}
.text-yellow {color: #ffff99;}

.flag-area {
	padding: 1rem 2rem;
	color: #fff;
	background-image: url("/img/american-flag-hd-light.jpg");
	background-size: cover;
    height:auto;
    min-height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  background-color: #ccc;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}


.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 !important;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

h2.alpha { margin-top: 1em !important; color: navy; }
