* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #86aeff;
	font-family: Arial, Helvetica;
}

#double-border {
	width: 90%;
	margin: 0 auto;
	border-left: 5px solid #c5c5c5;
	border-right: 5px solid #c5c5c5;
}

#site {
	background: #FFFFFF;
	padding: 0 25px;
	margin: 0 auto;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

ul {
	list-style: circle url('../images/arrow.jpg');
	list-style-position: inside;
}

header {
	padding: 15px 0;
}

.badge {
	height: 100%;
}

/* Nav */
.nav-item {
	list-style: none;
	padding-left: 15px;
}

/* Jumbotron */
.jumbotron {
	 background: url('../images/welcome.jpg');
	 color: #ffffff;
	 border-radius: 10px;
	 margin-bottom: 1rem;
}

.jumbo-shade {
	background: rgba(215, 139, 51, 0.6);
	padding-bottom: 15px;
}

.display-4, .lead, .jumbotron p {
	padding: 0 15px;
}

.jumbotron a {
	margin-left: 15px;
}

/* Benefits */
.benefits {
	padding-left: 15px;
}

.ben_header {
	font-weight: bold;
	color: #c426b0	;
}

.header-bg {
	text-align: center;
	background: url("../images/header-bg.jpg") no-repeat center;
	color: white;
  font-weight: bold;
  padding: 20px;
}

/* About Us */
#about-us {
	background: rgba(195, 248, 191, 0.4);
	margin-right: -25px;
	margin-left: -25px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}

.headline {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

.levels {
	color: blue;
	font-weight: bold;
}

/* Events */
.section-banner {
	margin-bottom: 10px;
}

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.6);
	width: 85%;
	height: auto;
}

.carousel-caption p {
	text-align: left;
	padding: 0 10px;
	color: #ffffff;
}

#event-text {
	display: none;
}


/* Events Signup*/
#event-signup, #faq, #events {
	margin-top: 15px;
}

.perks {
	width: 50%;
	transform:translate(50%, 0);
  -webkit-transform:translate(50%, 0);
  -moz-transform:translate(50%, 0);
}

.perks p {
	text-align: center;
}

.row-two {
	margin-top: 10px;
}

#missing {
	text-align: center;
}

/* FAQ */
.btn-block {
	text-align: left;
}

.card-header:hover {
	background: rgba(178, 174, 174, 0.5);
}

/* Footer */
footer {
	padding-bottom: 1px;
	text-align: center;
}

.separator {
	width: 75%;
	margin: 10px auto;
}

/* Modal */
.modal {
	display: none;
}

.modal-body {
	font-size: 14px;
	line-height: 17px;
}

.subhead {
	font-variant: small-caps;
	font-weight: bold;
}

/* ********* MEDIA QUERIES ************* */

@media screen and (min-width:300px) and (max-width:539px) {

	#double-border {
		width: 100%;
	}

	#top {
		display: block;
	}

	.main-logo {
		width: auto;
	}

	.main-slogan {
		display: none;
	}

	.navbar {
		max-width: 100%;
	}

	.navbar-collapse {
		align-items: flex-start;
		padding-left: 0;
	}

	.nav-item {
		padding-left: 0;
	}

	.nav-item a {
		text-align: center;
	}

	.jumbo-shade h1 {
		font-size: 40px;
	}

	.badge {
		width: 100%;
		padding: 5px;
		max-width: 100%;
	}

	#jwmCarousel {
		display: none;
	}

	#event-text img {
		display: none !important;
	}

	#event-text {
		display: block;
	}

	.event-text-header {
		color: #3841ff;
	}

	.perks {
		width: 100%;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
	}

	.form-check-label {
		font-size: 10pt;
		width: 85%;
	}

}

@media screen and (min-width:540px) and (max-width:675px) {

	#double-border {
		width: 90%;
	}

	#top {
		display: block;
	}

	.main-slogan {
		width: 90%;
	}

	.navbar {
		max-width: 100%;
	}

	.navbar-collapse {
		align-items: flex-start;
		padding-left: 0;
	}

	.nav-item {
		padding-left: 0;
	}

	.nav-item a {
		text-align: center;
	}

	.badge {
		width: 100%;
		padding: 5px;
		max-width: 100%;
	}

	#jwmCarousel, .event-text-header {
		display: none;
	}

	#event-text {
		display: block;
	}

	.city-bg {
		background-color: rgba(0, 0, 0, 0.6);
		padding: 10px;
		color: #ffffff;
		height: 80%;
		position: absolute;
		bottom: 0;
		margin-bottom: 10px;
	}

	.city-bg p {
		line-height: 1;
	}

	.atlanta, .charlotte, .columbia, .greensboro, .norfolk, .raleigh {
		position: relative;
	}

	.perks {
		width: 100%;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
	}

}

@media screen and (min-width:676px) and (max-width:800px) {

	#double-border {
		width: 90%;
	}

	#top {
		display: block;
	}

	.navbar {
		max-width: 100%;
	}

	.navbar-collapse {
		align-items: flex-start;
		padding-left: 0;
	}

	.nav-item {
		padding-left: 0;
	}

	.nav-item a {
		text-align: center;
	}

	.expect {
		margin-bottom: 10px;
	}

	.badge {
		width: 100%;
		padding: 5px;
		max-width: 100%;
	}

	.carousel-caption {
		width: 80%;
		height: 75%;
		margin-left: -27px;
	}

}

@media screen and (min-width:801px) and (max-width:1000px) {

	.navbar {
		display: block;
		max-width: 100%;
	}

	.navbar-collapse {
		align-items: flex-start;
		padding-left: 0;
	}

	.nav-item {
		padding-left: 0;
	}

	.nav-item a {
		text-align: center;
	}

	.badge {
		width: 100%;
		padding: 5px;
		max-width: 100%;
	}

}

@media screen and (min-width:1001px) and (max-width:1333px) {

	.badge {
		padding: 5px;
	}

}
