body{
	background-color: orange;
	padding: 0;
	margin: 0;
}

#container{
	background-color: black;
	color: #ffffff;
	margin: 0 auto;
	width: 100%;
}

#nav, #footer{
	padding: 3px 0px;
	text-align: right;
	overflow: hidden;
}

#nav {
	border-bottom: 1px solid grey;
}

#nav a{
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
	font-weight: 900;
}

#nav a:hover{
	color: orange;
}

ul{
	list-style: none;
	padding: 15px;
}

li{
	display: inline;
	margin-right: 15px;
}

#banner{
	background-color: #000000;
	/* The following image was obtained from a Google Search and was used strictly for teaching purposes. I do not own it. */
	background-image: url(../images/dark-background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
}

#main-message{ 
	margin: 0px 20px;
	margin-top: 20%;
	color: orange;
	font-family: sans-serif;
}

#intro{
	padding-bottom: 40px;
	width: 100%;
	color: orange;
	font-family: sans-serif;
	text-align: center;	
}

#intro img{
	width: 200px;
}

.button{
	border: 4px solid orange;
	padding: 20px;
	font-size: 20px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
	font-style: normal;
	font-weight: 700;
}

.button{
	color: #ffffff;
	text-decoration: none;
}

.button:hover{
	border: 4px solid #9B9CA5;
}

#active-link a{
	color: orange;
}

h1, h2, h3 {
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;

}

h1{
	font-weight: 700;
	font-size: 60px;
}

h2 {
	font-size: 40px;
}

p {
	font-size: 24px;
	color: #A1BE8B;
	font-family: 'Old Standard TT', serif;
	font-weight: 400;
	font-style: italic;
}

.sub-text{
	font-size: 30px;
}

.section{
	background-color: orange;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.section img{
	width: 20%;
	padding-top: 5px;
}

.article{
	padding: 5px;
	width: 40%;
	background-color: orange;
	margin: 0 auto;
	text-align: left;
}

.article p{
	font-size: 18px;
	color: #B26F00;
}

.article a{
	text-decoration: none;
	color: #ffffff;
}

.img-block{
	width: 100%;
	height: 400px;
}

#footer{
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

#footer p{
	font-size: 12px;
	padding-right: 15px;
	font-style: normal;
	color: darkgrey;
}