#header2	{font-size: 2.5vh; background-color: #3865a6; color: white; position: fixed;
  width: 100vw; z-index:99; table-layout: fixed;
}

#header2 td	{
  text-align: center;
}
#header2 tr	{
  width: 100vw;
  margin: auto;
  padding: 1vh;
}
#header2 a:not(.headerIcon)	{
  display: block;
  background-color: #4a86b5;
  height: 5vh;
  line-height: 7vh;
  text-align: center;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 5px;
  line-height: 5vh; 
  font-size: 99%; 
  color: white;
  font-family: interTight; 
  text-decoration: none;
  margin: 3px;

}
#header2 a:hover	{
  background-color: #00DD9A;
  color: white;
  border-radius: 15px;
}
#header2 a:active:not(.headerIcon)	{
  background-color: #a63865;
  transition-duration: 0.05s;
  color: black;
}
.headerIcon  {
  display: block;
  height: 5vh;
  margin: 0.5vh auto 0.5vh auto;
  aspect-ratio: 1 / 1;
  border-radius: 80%;
  background-position: center;
  background-size: contain;
}
.headerIcon:active  {
  border: 5px solid cyan;
  transition-duration: 0.1s;
}
#headerButts  {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#headerPhone  {background-image: url("../../Images/service_icons/ComfyUI_temp_avgpz_00005_.png");}
#headerLoc  {background-image: url("../../Images/service_icons/ComfyUI_temp_qmbld_00124_.png");}


/*------------------------------------------------------------------------*/
#section1	{
  grid-column: 1 / 2;
}
#landing    {
  display: block;
  width: 100vw;
  margin: 2vh auto auto auto;

  background-image: url("../../Images/shopfrontv4.jpg");
  background-size: cover;
  background-position: right;
  position: relative;
  box-shadow: 0 0 50px black inset;
}

.landingImg	{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  transition-duration: 2s;
  opacity: 0;
  background-size: cover;
  background-position: right;
  box-shadow: 0 0 10px purple inset;
}
#LI1	{opacity: 1; background-image: url('../../Images/fbcover.jpg');background-position: center;}
#LI2	{background-image: url('../../Images/help.jpg');}
#LI3	{background-image: url('../../Images/counter.jpg');}

#landinsg2	{
  display: flex;
  align-items: center;
  width: 100%;	
  height: 100%;
  min-height: 70vh;
  background: linear-gradient(to right, #3865a6, transparent, transparent);
  padding: 30px;
}

#blurb  {
  font-size: 30px;
  width: 60%;

  background-color: #00FFFFDD;
  border-radius: 15px;
  padding: 30px;

  position: relative;
  margin-left: 5vw;
}


#content    {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 95%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
#details    {
  display: block;
  grid-column: 1;
  grid-row: 1 / 3;
  height: 100%;
  width: 100%;
  padding: 30px;
  font-size: 20px;
  background-color: #EEEEEE;
  margin: 10px auto 10px auto;
  /*    border-radius: 20px;
color: white;*/
}
.mailto {color: white;}
#details ul{
  margin-left: 30px;
  list-style-position: inside;
}
#details li	{
  margin-bottom: 10px;
  margin-left: 1em;
  list-style-position: outside;
}
#serviceList	{
  list-style: none;
}
#serviceList li	{
  margin-bottom: 15px;
  margin-left: 0em;
  /* text-indent: -3vw; */
  /* padding-left: 3vw; */
}
#serviceList li:before	{
  content: '\2611';
  margin-right: 15px;
}


#map    {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  grid-row: 1 / 2;
  height: 100%;
  width: 95%;
}
#live   {
  display: block;
  grid-column: 2;
  grid-row: 2 / 3;
  height: 500px;
  width: 95%;
  margin: 15px;
}
#liveFB	{height: 100%; width: 100%;}

#openTimes	{border-spacing: 20px 10px; margin-left: 15px;}

/*-----------------------------------------------*/
#footer {
  display: block;
  width: 100%;
  height: 10vh;
  background-color: #3865a6;
  position: relative;
  bottom: 0;
  color: white;
  font-size: 2vw;
}

#footer td	{
  text-align: center;
  line-height: 9.5vh;
}
