* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
nav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 10px 18px;
	text-decoration: none;
}
nav li a:hover{
	background-color: #111;
}

.jumbotron {
	background-image: url("JumboTron.JPG");
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 2px solid #000000;
}
.jumbotron h1,
.jumbotron .h1 {
	line-height: 1;
	padding-top: 100px;
	font-size: 32px;
}
.color {
	color: white;
}
.foot {
	font-weight: bold;
	background-color: #cccccc;
}
.size {
	font-size: 20px;
}
.expand {
	letter-spacing: 2px;
}
.font {
	font-family: "Georgia", Times, serif;
}
.fancy {
	font-family: 'Abel', sans-serif;
}
.cursive {
	font-family: 'Bad Script', cursive;
}
.EM {
	width: 200px;
	height: 194px;
	position: relative;
	z-index: -1;
}
.bg-1 {
	background-color: #1f7a7a;
	color: #ffffff;
}
.bg-2 {
	background-color: #474e5d;
	color: #ffffff;
}
.bg-3 {
	background-color: #ffffff;
	color: #555555;
}
.space {
	padding-top: 70px;
	min-height: 200px;
	}
.class {
	padding: 20px;
}
.carousel-inner {
	height: 100%;
}
.carousel-inner img {
	width: 100%;
	margin: auto;
	min-height: 200px;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	color: gray;
}


.carousel-caption {
	max-width: 100%;
	display: inline;
	position: absolute;
	color: #cc0066;
	z-index: 20;
}
#left {
	text-align: left;
}
.center {
	text-align: center;
}
.rope {
	background-image: url("Rope.JPG");
	height: 900px;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: #000000;
}
.circle {
	border-radius: 10%;
}
#larger {
	font-size: 23px;
}
.logo {
	font-size: 180px;
}

.indexlogo {
	font-size: 350px;
}

