
body{
	font-family: 'Open Sans', sans-serif;
	background-color: #E5E5E5;
}

.phoneTopHeader{
	display: none;
}
.headerSpacer {display:none;}

.mainContainer{
	background-color: white;
}

.topBar{
	width: 100%;
	height: 30px;
	background-color: #56497F;
	color: white;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 345px){
	.topBar{
		display: none;
	}
}
.header{
	width: 100%;
	max-width: 1000px;
	margin: auto;	
}
.topHeader{
	display: flex;
	color: white;
	background-color: rgba(86, 73, 127, 0.49);
	justify-content: space-around;
	max-height: 225px;
}
.logoAndTitle{
	width: 38%;
	align-content: flex-end;
}
.logoAndTitle a{
	text-decoration: none;
	color: white;
}
.logo{
	width: 100%;
	min-width: 150px;
	margin-bottom: -4.5%;
}
.logo img{
	width: 100%;
	height: auto;
}

.nav{
	display: flex;
	width: 55%;
	justify-content: space-around;
	color: white;
	align-items: center;
	margin-top: -3em;
}
.navItem{
	text-align: right;
}
.nav a{
	align-items: center;
	text-decoration: none;
	color: white;
}
.navItem a {
	text-decoration: none;
	color: white;
}
.parent{
	display: flex;
	flex-direction: column;
	align-itmes: center;
	margin-left: -4em;
	
}
.child{
	display: none;
	position: absolute;
}
#child1{
	margin-left: -2em;
	padding: .4em;
}
#child2{
	margin-top: 1.5em;
	padding: .4em;
}
#child3{
	margin-left: -.8em;
	padding: .4em;
}
#child4{
	margin: 1.4em 0 0 -.8em;
	padding: .4em;
}
#child5{
	margin: 2.8em 0 0 -.8em;
	padding: .4em;
}
.parent:hover .child{
	display: block;
}
.phoneBox{
	display: block;
	position: absolute;
	margin: 20px 0 0 2px;
	width: 150px;
	height: 425px;
	background-color: rgba(86, 73, 127);
	color: blue;
	z-index: 1;
}
.phoneItem{
	display: block;
	padding: 1.2em;
	color: white;
	z-index: 2;
}


@media screen and (max-width: 675px) {
	.headerSpacer{
		display:block;
		width: 10%;
	}
	.topHeader{
		display: none;
	}
  .phoneTopHeader {
	display: flex;
	color: white;
	background-color: rgba(86, 73, 127, 0.49);
	justify-content: space-between;
	align-items: center;
  }
  .bigMac{
	  width: 10%;
	  max-width: 40px;
  }
  .bigMacLine{
	  width: 100%;
	  height: 5px;
	  background-color: white;
	  border-radius: 15px;
	  margin: 5px;
  }
  .phoneLogoWrapper{
	width: 38%;
	align-content: flex-end;
  }
  .phoneLogo{
	max-width: 300px;
	min-width: 100px;
	margin-bottom: -4.5%;
	}
	.phoneLogo img{
		width: 100%;
		height: auto;
	}
}



<!-- Footer>

.footer{
	width: 100%;
	max-width: 1000px;
	margin: 2em auto 4em auto;
	background-color: rgba(86, 73, 127, 0.49);
	color: white;
	text-align: center;
	padding: 1em 0;
}







