#header {
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);
	min-height: 800px;
	width: 100%;
	overflow: hidden;
	background-color: black;
}

.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;
	width: 150px;
	padding: 10px 20px 10px 20px;
	margin: 0px 10px 0xp 10px;
}

#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 {
	font-family: 'Montserrat', sans-serif;
	position: relative;
	text-align: center;
	height: 400px;
	color: white;
	font-size: 24pt;
}

#headTitle h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 34pt;
}

#headTitle span {
	font-family: 'Roboto', sans-serif;
	font-size: 16pt;
}

.segContainerWhite {
	background-color: white;
	color: black;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 50px;
	padding-top: 50px;
}

.segContainerGray {
	background-color: rgb(170, 170, 170);
	color: black;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 50px;
	padding-top: 50px;
}

.textContainer {
	text-align: left;
	max-width: 800px;
	height: auto;
	margin: auto;
}

.textContainer strong {
	font-size: 16pt;
}

.textContainer p {
	font-size: 13pt;
}

.leftFloatImage img {
	float: left;
	max-width: 40%;
	margin: 5px 40px 10px 0px;
}

.leftFloatImage img:hover {
	box-shadow: 0 0 10px black;
}

.rightFloatImage img {
	float: right;
	max-width: 49%;
	margin: 5px 0px 10px 40px;
}

.rightFloatImage img:hover {
	box-shadow: 0 0 10px black;
}

.leftProfile {
	float: left;
	min-height: 300px;
	margin-right: 50px;
}

img.icon {
	width: 50px;
	height: 50px;
	margin: 0px 10px;
}

img.profile {
	border-radius: 50px;
	width: 100px;
	height: 100px;
}

video {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
	width: auto;
	height: auto;
	z-index: -1;
}

footer {
	padding: 50px;
	background-color: rgb(36, 36, 36);
	color: white;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
