@charset "utf-8";
/* CSS Document */
html, body{
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.nav {
  text-align: center;
  float: right;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
	padding-right: 53px;
	padding-left: 0;
	padding-bottom: 0;
}

.nav li {
  display: inline-block;
  position: relative; 
  vertical-align: top;
}

.nav a {
	display: block;
	padding-top: 63px;
	padding-right: 70px;
	padding-left: 7px;
	padding-bottom: 0px;
	text-decoration: none;
	font-family: "Myriad Pro";
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
}

.dropdown {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
}

.dropdown li {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.dropdown a {
  text-decoration: none;
  color: #00355f;
  padding: 12px 16px;
  display: block;
  font-size: 16px;
}

.dropdown li:hover > a {
  background-color: #00355f;
  color: white;
  opacity: 70%;
}

.nav li:hover .dropdown {
  display: block;
}
.img{
	margin-top: 0px;
	position: fixed;
	z-index:-5;
}
.header{
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 41px;
	padding-bottom: 0px;
}
.white {
	background-color: rgb(255, 255, 255);
	margin-top: 290px;
	width: 100%;
	height:2000px;
	color: rgb(0, 0, 0);
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom:0px;
	display: flex;
	position: relative;
	align-items: left;
	justify-content: space-between;
}
.overview{
	display: flex;
	flex-direction: column;
	align-items: left;
	margin-right: 30px;
	margin-top: -22px;
}
.block{
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: #ADBC37;
	z-index: -1;
	margin-top: -158px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}
.overhead{ 
  text-align: left;
  font-size: 60px;
  font-family: 'Myriad Pro';
}
.type{
	text-align: left;
	font-size: 25px;
	margin-left: 286px;
	margin-top: -214px;
}
.ron{
	display: flex;
	flex-direction: column-reverse;
	align-items: left;
	width: 23%;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Myriad Pro';
	color: #00355f;
	margin-top: -968px;
}
.dan{
	display: flex;
	flex-direction: column-reverse;
	align-items: left;
	width: 19%;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Myriad Pro';
	color: #00355f;
	margin-top: 373px;
}
.michael{
	display: flex;
	flex-direction: column-reverse;
	align-items: left;
	width: 19%;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Myriad Pro';
	color: #00355f;
	margin-top: 22px;
}
.ron-contain{
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: flex-start;
	width: 1000px;
	margin-left: 25px;
}