@charset "UTF-8";
/* CSS Document */

body{
	font-family: arial, san-serif;
	max-width: 1364px;
	margin-left: auto;
	margin-right: auto;
	background-color: #146B8C
}

.fullscreen{
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}

nav {
	text-transform: uppercase;
	padding-right: 40px;
}

nav ul {
	list-style-type: none;
	text-align: center;
}

nav ul li{
	font-size: 1.5em;
	letter-spacing: 0.4em;
	display: inline-block;
	padding: 40px;
}

nav ul li a {
	text-decoration: none;
	color: white;
	
}

nav ul li1{
	font-size: 2em;
	letter-spacing: 0.2em;
	text: bold;
	display: inline-block;
	padding: 40px;
}

nav ul li1 a {
	text-decoration: underline;
	color: #db9321;
	text-decoration-color: #db4d21;
	
}
.hero {
	padding-top: 10px;
	padding-right: 150px;
	padding-left: 150px;
	padding-bottom: 20px;
}

h1 {
	font-size: 3.25em;
	color: White;
	text-align: center;
	padding-right: 35px	;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	font-size: 3em;
	color: black;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 60px;
}

hr {
	height: 10px;
	background-color: #db9321;
	border: 0px;
}

p {
	color: white;
	line-height: 1.5em;
}

p1{
	font-size: 1.25em;
	color: white;
	
}

p2{
	font-size: 1.75em;
	color: white;
}

p3{
	font-size: 1.10em;
	color: black;
	text-decoration-line: underline;
}

p4{
	font-size: 1.08em;
	color: black;
	text-decoration-line: underline;
}

p5{
	color: black;
	line-height: 3em;
}


.call-to-action {
	background-color: black;
	padding: 18px 30px;
	line-height: 4em;
	color: black;
	text-decoration: none;
}

header {
	padding-top: 30px;
}


.copyright {
	float: right;
	margin-top: 26px;
	color: White;
}

@media (max-width: 100px) {
	image.fullscreen {
		display: inherit;
	}
}