html, body{
	font-family: helvetica, bold, verdana, sans-serif;
	padding: 0;
	margin: auto;
	max-width: 100%;
  overflow-x: hidden;
	overflow-y: scroll;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,1);
	padding-right: .7rem;
	padding-left: .7rem;
	text-align: right;
}

.navbar{
	padding-top: 0;
	padding-bottom: 0;
	transition: transform 0.25s;
	position: fixed;
}

#logoimg{
	height: 100px;
}

a.navbar-brand{
	padding: 0;
}

.nav-link{
	font-size: 1.5em;
	margin-left: 5px;
	color: rgba(0,0,0,.7)!important;
}

.nav-link:hover {
    color: rgba(0,0,0,.2)!important;
}

.navbar-collapse {
		text-align: right;
}

.container-fluid{
	padding: 0;
}
.container{
	padding: 100px;
}

@keyframes slideInFromTop {
  0% {
    transform: translatey(-100%);
  }
  100% {
    transform: translatey(0);
  }
}

p.infoTitleDark{
	font-family: NeueBold;
	color: #343a40;
	font-size: 3em;
	padding-top: 40px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
	line-height: 100%;
	text-align: center;
}

p.infoTextDark{
	font-family: Neue;
	color: #343a40;
	font-size: 1.7em;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	margin: 0;
	line-height: 100%;
	text-align: center;
}

p.infoTextDarkRight{
	font-family: Neue;
	color: #343a40;
	font-size: 1.7em;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	margin: 0;
	line-height: 100%;
	text-align: right;
}

.fooerTextWhiteLarge{
	font-family: NeueBold;
	color: white;
	font-size: 3.7em;
	padding-top: 50px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 50px;
	margin: 0;
	line-height: 100%;
	text-align: left;
}

.footerTextWhiteMedium{
	font-family: NeueBold;
	color: white;
	font-size: 1.9em;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	margin: 0;
	line-height: 100%;
	text-align: left;
}

.footerTextWhiteSmall{
	font-family: NeueBold;
	color: white;
	font-size: 1.2em;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 30px;
	margin: 0;
	line-height: 100%;
	text-align: left;
}

a.footerTextWhiteSmall:hover{
	font-family: NeueBold;
	color: white;
	font-size: 1.2em;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 30px;
	margin: 0;
	line-height: 100%;
	text-align: left;
}

.footerTextWhiteExtraSmall{
	font-family: NeueBold;
	color: white;
	font-size: 0.7em;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 30px;
	margin: 0;
	line-height: 100%;
	text-align: left;
}

#infowrapper{
	padding-top: 100px;
	background-color: white;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}

#infoPictureRowOne{
	padding-top: 50px;
	padding-bottom: 50px;

	margin-right: -50px!important;
	margin-left: -50px!important;
}

#infoPictureRowTwo{
	padding-bottom: 50px;

	margin-right: -50px!important;
	margin-left: -50px!important;
}

#infoPictureRowThree{
	padding-top: 50px;
	padding-bottom: 20px;
}

#tenthdimFooter{
	z-index: 10000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #343a40;
}

#footerContainer{
	padding-top: 20px;
	padding-bottom: 20px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767.98px) {
	p.infoTextDark{
		font-family: Neue;
		color: #343a40;
		font-size: 1.0em;
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
		margin: 0;
		line-height: 100%;
		text-align: center;
	}

	#infowrapper{
		padding-top: 50px;
		background-color: white;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 50px;
	}

	#infoPictureRowOne{
		padding-top: 20px;
		padding-bottom: 20px;

		margin-right: -50px!important;
		margin-left: -50px!important;
	}

	#infoPictureRowTwo{
		padding-bottom: 20px;

		margin-right: -50px!important;
		margin-left: -50px!important;
	}

	#infoPictureRowThree{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#logoimg{
		height: 50px;
	}

	.fooerTextWhiteLarge{
		font-family: NeueBold;
		color: white;
		font-size: 3.2em;
		padding-top: 0px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
		margin: 0;
		line-height: 100%;
		text-align: left;
	}

	.footerTextWhiteMedium{
		font-family: NeueBold;
		color: white;
		font-size: 1.9em;
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
		margin: 0;
		line-height: 100%;
		text-align: left;
	}

	.footerTextWhiteSmall{
		font-family: NeueBold;
		color: white;
		font-size: 1.2em;
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
		margin: 0;
		line-height: 100%;
		text-align: left;
	}

	a.footerTextWhiteSmall:hover{
		font-family: NeueBold;
		color: white;
		font-size: 1.2em;
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 30px;
		margin: 0;
		line-height: 100%;
		text-align: left;
	}

	.footerTextWhiteExtraSmall{
		font-family: NeueBold;
		color: white;
		font-size: 0.7em;
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 30px;
		margin: 0;
		line-height: 100%;
		text-align: left;
	}

	#footerContainer{
		padding: 10px;

	}
}
