/* RESET */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, a, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  /* Cancel out some differences between browser defaults */
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
 
* {
  /* Padding and borders will be subtracted from the content box width, not added to it. */
  box-sizing: border-box;
}

article, aside, audio, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { 
  /* Make sure the browser knows how to display HTML5 elements */
  display: block;
}


/*   ---------------    Mobile Area   ------------          */


@media only screen and (max-width: 800px){
  #Archery-Logo{	
		width: 450px;
	}
  #Target-Logo{  
    height: 280px;
  }
  #Home-Target-Logo-Right{
    height: 280px;
  }
  #Home-Target-Logo-Left{
    height: 280px;
  }
  #flex-container-Nav {
    font-size: 100%;
  }
  #flex-container-Nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 600px){
  #Archery-Logo{
		width: 300px;
	}
  #Target-Logo{ 
    height: 200px;
  }
  #Home-Target-Logo-Right{
    height: 0px;
  }
  #Home-Target-Logo-Left{
    height: 0px;
  }
  #topGalleryArea{
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
  }
  #middleGalleryArea{
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
  }
  #bottomGalleryArea{
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
  }
}

@media only screen and (max-width: 500px){
    #Archery-Logo{
		width: 300px;
	}
  #Target-Logo{  
    height: 0px;
  }
  #ShootersSuppliesArea{
    width:150px;
  }
  #topLinksArea{
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
  }
  #middleLinksArea{
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
  }
  #bottomLinksArea{
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
  }
}

@media only screen and (max-width: 350px){
    #Archery-Logo{
    width: 250px;
  }
  #ShootersSuppliesArea{
    width:80px;
  }
  #supporters{
    width :80%;
  }
}

/*    -------------   Archery Log Area   --------------     */

#Archery-Logo{
  padding-top: 15px;
  padding-bottom: 10px;
  display: block;
  margin: 0 auto;
}

#Logo {
    background-color: #000;
}

/*    -------------   Titles Area   --------------          */

#openSundayTiltes{
  font-size: 180%;
}

#openSundayTime{
  font-size: 100%;
}

.mainHeading{
  font-size: 120%;
  text-align: center;
  display: block;
  font-family: Lucida Console;
  color: red;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*    -------------   Nav Area   --------------          */

#flex-container-Nav {
    background-color: #000000;
    font-size: 110%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    z-index:97; 
}

.menuChange{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
    text-align: center;
    font-family: Lucida Console;
    color: white;
}

.flex-item {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 15px;
    text-decoration: none;   
}
a:link{
  color: white;
}
a:visited {
    color: grey;
}
a:hover {
    color: red;
    text-decoration: none;
}

a:active {
    color: black;
}


/*    -------------   Target Area   --------------     */


#SubHeadings{
    width:100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#Target-Logo{
    z-index: 1900;
}

#TargetSpace{
  height: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: flex-end;
}
/*    -------------  Home Target Area   --------------     */

#HomeTargetSpace{
  background-color: white;
  height: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  justify-content: space-between;
}
#Target-Logo{
    z-index: 1900;
}

#TargetSpace{
  height: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: flex-end;
}

/*    -------------   Contect page Area   --------------     */


#contectArea{
    background-color: #000;
    text-align: center;
    line-height: 1.4;
    font-family: Lucida Console;
    color: white;
    height: auto;
}

#ContactUs{
    padding-top: 20px;
    font-size: 130%;    
}

#Events{
    padding-bottom: 10px;
}
#FourLanes{
    padding-top: 10px;
    padding-bottom: 10px;  
}
#MinutesGear{
    padding-top: 20px;
    padding-bottom: 10px; 
}
#EftpoPricing{
    padding-top: 10px;
    padding-bottom: 10px;  
}
#Public{
    padding-top: 10px;
    padding-bottom: 5px;
}
#Heathcote{
    padding-top: 10px;
    padding-bottom: 10px;
}
.OpenPhone{
    padding-bottom: 10px;  
    font-size: 130%; 
}


/*    -------------   Gallery page Area   --------------     */
 


#GalleryArea{
  background-color: #000000;
  font-family: Lucida Console;
}

#topGalleryArea{
    display: -webkit-flex;
    display: flex;
    padding-top:25px;
    margin-left: 20px;
    margin-right:20px;
}

#middleGalleryArea{
  display: -webkit-flex;
  display: flex;
  margin-left: 20px;
  margin-right:20px;
}

#bottomGalleryArea{
    display: -webkit-flex;
    display: flex;
    margin: 20px;
}
#BullseyeSignGalleryArea{
    display: -webkit-flex;
    justify-content: center; 
}

.Gallery {
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  transition: 0.3s;
}

.desc {
    text-align: center;
    padding: 10px 20px;
    color: black;
}

#GalleryBullseyeSign{
  height:60%;
  width: 50%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  transition: 0.3s;
}

/*    -------------   Booking page Area   --------------     */


#BookingComingSoon{
  background-color: #000;
  font-family: Lucida Console;
  height:400px;
  color: white;
  text-align: center;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 10px; 
}

#ComingSoonSign{
  background-color: white;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  transition: 0.3s;
  height:auto;  
  width :80%;
}

#ComingSoonHeading{
  font-size: 200%;
  text-align: center;
  display: block;
  font-family: Lucida Console;
  color: red;
  padding-top: 20px;
  padding-bottom: 5px;
}

/*    -------------   Notice page Area   --------------   */

#noticeArea{
  background-color: #000;
  font-size: 110%;
  text-align: center;
  line-height: 1.4;
  font-family: Lucida Console;
  color: white;
  height: auto;
  padding-top: 10px;
  padding-bottom: 15px;
}

#ClosedHoliday{
  padding-top: 10px;
  padding-bottom: 10px; 
}

#OpenDate{
  padding-top: 10px;
  font-size: 130%; 
}



/*    -------------   Useful Links page Area   --------------   */


#LinksArea{
  background-color: #000;
  height:auto;
   display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;   
}

#linkContainer{
  width :80%;
  max-width:750px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
}

#supporters{

  font-family: Lucida Console;
  color: white;
  font-size: 110%;
  padding-top: 15px;
}

#topLinksArea{
  display: flex;
  padding-top:15px;
  margin-left: 20px;
  margin-right:20px;
}

#middleLinksArea{
  display: flex;
  margin-left: 20px;
  margin-right:20px;
}

.links{
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  transition: 0.3s;
}
#bottomLinksArea{
  margin-left: 20px;
  margin-right:20px;
}

#ShootersSuppliesArea{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;

}

/*    -------------   Footer Area   --------------   */

footer{
  text-align: center;
  font-family: Lucida Console;
  font-size: 80%;
  padding-top: 10px;
  padding-bottom: 10px; 
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;

}
#CopyInfo{
  width :50%;
}