body {
	background: #000;
	background-image: url('webpageBG.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	color: white;
	margin-top: 83px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	color: inherit;
	text-decoration: none;

}

.email {
	color: inherit;
	text-decoration: underline;
}

.email:hover {
	cursor: pointer;
	color: black;
	text-decoration: none;
}

.email:visited, .email:active {
	color: inherit;
}


.navbar {
	padding: 0px;
    box-shadow: 0px 8px 20px -6px #000;
}

#header-padding {
	color: white;
	text-align: center;
}

#header-div {
	border-top-color: #c48200; /* Orange */
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-color: #c48200; /* Orange */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	margin: 0px;
}

#header-div h4 {
	color: white;
	margin: 10px 0 10px 0;
}

.IPPC {
	height: 150px;
}

.IPPCtext {
	margin-top: auto;
	margin-bottom: auto;
}
nav div div div h6 {
	font-size: 14px;
	margin-top: .5rem;
}

.jumbotron {
	background-image: url('jumbotronIMG.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0px;
	padding: 100px 20px;
}

#jumbotron-textbox-bg {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    color: white;
    padding: 60px 20px;
}

#top-div {
	border-bottom-color: #c48200; /* Orange */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 50px;
	padding-top: 50px;
}

#inner-div {
	border-bottom-color: #c48200; /* Orange */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 50px;
	padding-top: 50px;

}

#bottom-div {
	padding-bottom: 50px;
	padding-top: 50px;
}

#footer-div {
	border-top-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	background: #0ba0e5; /* Blue */
	color: black;
	font-weight: bold;
}

#footer-div /*background*/ {
	background-image: linear-gradient(to bottom right, #b6bdc1, #8bacbf, #5da0c6, #288dc9, #009cf9);
}

#footer-div-inner {
	padding-top: 16px;
}

.carousel-item img {
		height: 400px;
		width: 100%;
		padding: auto;
		margin: auto;
}

@media only screen and (max-width: 1050px) {
	.carousel-item img {
		height: 300px;
		margin: auto;
		width:  100%;
	}
}

@media only screen and (max-width: 800px) {
	.carousel-item img {
		height: 250px;
		margin: auto;
		width:  100%;
	}

	.carousel {
		width: 90%;
		margin: auto;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 800px) {
	.carousel-item img {
		height: 225px;
		margin: auto;
		width:  100%;
	}

	.carousel {
		width: 90%;
		margin: auto;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 400px) {
	.carousel-item img {
		height: 200px;
		margin: auto;
		width: 100%;
	}

	.carousel {
		width: 90%;
		margin: auto;
		margin-bottom: 40px;
	}
}