#header {
	background-image: url(../image/Capture1.PNG);
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(30%);
	-webkit-filter: grayscale(30%);
	min-height: 800px;
	width: 100%;
	background-position: top;
}

.backgroundImg {
	display: block;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
}

#menu * {
	padding: 0;
	margin: 0;
	z-index: 2;
}

#menu {
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 50px;
}

#menu li {
	position: relative;
	float: right;
	list-style: none;
}

#menu li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 15pt;
	display: block;
	text-decoration: none;
	text-align: center;
	color: white;
	padding: 10px 20px 10px 20px;
	margin: 0px 10px 0xp 10px;
	width: 150px;
}

#menu li a:hover {
	color: rgb(200, 200, 200);
	background-color: rgba(50, 50, 50, 0.5);
}

#menu ul ul {
	position: absolute;
	visibility: hidden;
}

#menu ul li:hover ul {
	visibility: visible;
}

#logo {
	font-family: 'Montserrat', sans-serif;
	float: left;
	text-align: center;
	font-size: 20pt;
	height: 40px;
	color: white;
}

#headTitle {
	position: relative;
	float: right;
	text-align: left;
	padding-right: 170px;
	height: 400px;
	color: white;
	font-size: 24pt;
}

#headTitle h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 34pt;
}

#headTitle span {
	font-family: 'Montserrat', sans-serif;
	font-size: 16pt;
}

.segContainerWhite {
	background-color: white;
	color: black;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 50px;
	padding-top: 50px;
}

.segContainerGray {
	background-color: rgb(170, 170, 170);
	color: black;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 50px;
	padding-top: 50px;
}

.textContainer {
	text-align: left;
	max-width: 1000px;
	margin: auto;
}

.textContainer strong {
	font-size: 14pt;
}

.textContainer p {
	font-size: 12pt;
}

.leftFloatImage img {
	float: left;
	max-width: 40%;
	height: auto;
	margin: 5px 40px 10px 0px;
}

.leftFloatImage img:hover {
	box-shadow: 0 0 10px black;
}

.rightFloatImage img {
	float: right;
	max-width: 40%;
	margin: 5px 0px 10px 40px;
}

.rightFloatImage img:hover {
	box-shadow: 0 0 10px black;
}

img.icon {
	width: 50px;
	height: 50px;
	margin: 0px 10px;
}

video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}

footer {
	padding: 50px;
	background-color: rgb(36, 36, 36);
	color: white;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
