
body{
	font-family: 'Open Sans', sans-serif;
	background-color: #E5E5E5;
}
.footer{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-itmes: center;
	width: 100%;
	background-color:#676767;
	height: 150px;
	color: white;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
}
.footerCall{
	font-weight: 700;
}
.copyrite {
	font-family: Mulish, open-sans;
font-size: 10px;
font-weight: 400;
line-height: 12.55px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.phoneTopHeader{
	height: 75px;
	display: none;
}
.headerSpacer {display:none;}

.topBar{
	width: 100%;
	height: 30px;
	background-color: #676767;
	color: white;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 550px){
	.topBar{
		height: 70px;
	}
}
@media screen and (max-width: 345px){
	.topBar{
		display: none;
	}
}

.topBar {
    overflow: hidden; /* Hide content outside the container */
    white-space: nowrap; /* Prevent text from wrapping */
    box-sizing: border-box;
}

.topBar_text {
    display: inline-block; /* Allow animation across the screen */
    animation: scroll-left 15s linear infinite; /* Apply animation */
    padding-left: 100%; /* Start text off-screen to the right */
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%); /* Starting position */
    }
    100% {
        transform: translateX(-100%); /* Ending position (moves left) */
    }
}

.header{
	width: 100%;
	max-width: 1000px;
	margin: auto;	
}
.topHeader{
	display: flex;
	color: white;
	background-color: #8EC63F;
	align-content: center;
	height: 200px;
	justify-content: center;
	flex-direction: column;
	margin: auto;
}
.logoAndTitle{
	height: 50%;
	width: 30%;
	margin: auto;
	
}
.logoAndTitle p {
	width: 100px;
	margin: auto;
	text-align:center;

}
.logoAndTitle a{
	text-decoration: none;
	color: white;
}
.logo{
	width: 100%;
	min-width: 150px;
	margin-bottom: -4.5%;
}
.logo img{
	width: 100%;
	height: auto;
}
.topHeaderTagline {
	text-align: center;
	margin: auto;
	
}

.navWrapper{
	width: 100%;
	background-color: white;
	height: 60px;
}

.nav{
	height: 60px;
	display: flex;
	width: 100%;
	max-width: 800px;
	justify-content: space-around;
	align-items: center;
	margin: auto;
	background-color: white;
}
.navItem{
	text-align: center;
	align-items: center;
}

.nav a{
	background-color:white;
	align-items: center;
	text-decoration: none;
	color: black;
}

.nav a:hover {color: gray;}


}
.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: #8FC63F;
	color: white;
	z-index: 1;
}

.phoneBox a {
	text-decoration: none;
}

.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: #8FC63F;
	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-->









