/* Custom Styling */
.intro {
    max-width: 900px;
    margin: 0 auto 0px;
    padding: 20px 40px;
	
}
.intro p {
	font-size: 20px;
}
.intro li {
	font-size: 20px;
}
.intro iframe { 
		text-align:center; 
  		width:100%; 
}
body {
  /* background-color: #f7f7f7; */
  background-color: #5a78e6;
}
main {
  /* background-color: #f7f7f7; */
  background-color:#aae1fa;
}
footer{
	font-size: 75%;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	padding: 2em;	
	background-color: #aae1fa;
	
}

.navbar {
  background-color: #fff;
}

.navbar-brand {
  color: #333;
  font-weight: bold;
}

.nav-link {
  color: #333;
}

/* Hero section */
.hero {
  background-image: url("home.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  padding: 100px;
  height: 50vh;
  display: flex;
}

.hero h1 {
  font-size: 50px;
  font-family: Apple Chancery, cursive;
  padding-top: 6%;
  color: #fff;

}
.dinehero {
  background-image: url("ghdining.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  padding: 100px;
  height: 50vh;
  display: flex;
}
.dinehero h1 {
  font-size: 50px;
  font-family: Apple Chancery, cursive;
  padding-top: 6%
}


.shophero {
  background-image: url("GHShop.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  padding: 100px;
  height: 50vh;
  display: flex;
}
.shophero h1 {
  font-size: 50px;
  font-family: Apple Chancery, cursive;
  padding-top: 6%
}


.abouthero {
  background-image: url("oldGigHarbor.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  padding: 100px;
  height: 50vh;
  display: flex;
}
.abouthero h1 {
  font-size: 50px;
  font-family: Apple Chancery, cursive;
  padding-top: 6%;
}


.activityhero {
  background-image: url("activity3.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  padding: 100px;
  height: 50vh;
  display: flex;
}
.activityhero h1 {
  font-size: 50px;
  font-family: Apple Chancery, cursive;
  padding-top: 6%;

}

.activityhero  p {
	font-size: 10em; 
}
.commenthero {
  background-image: url("commentpic.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  padding: 100px;
  height: 50vh;
  display: flex;
}
.commenthero h1 {
  font-size: 50px;
  font-family: Apple Chancery, cursive;
  padding-top: 6%;
}
form {
	display: flex;
	flex-flow: column nowrap;
	
}
#list {
	font-size: 23px;
	text-align: center;
	display:block;
	font-weight: bold;
	text-decoration: underline;
}
.container {
  margin-top: 50px;
}

.image-wrapper {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 3.0s ease;
}

.image-wrapper img:hover {
  transform: scale(1.05);
}
.image-wrapper a  {
	font-size: 23px;
	text-align: center;
	display:block;
	font-weight: bold;
	
	
}
.image-wrapper p  {
	font-size: 23px;
	text-align: center;
	display:block;
	font-weight: bold;
	

	
/* Media queries for responsive layout */
@media (max-width: 992px) {
  /* For tablet layout */
  .col-md-6 {
    width: 50%;
    float: left;
  }

  .col-md-12 {
    width: 100%;
    float: none;
  }
}

@media (max-width: 768px) {
  /* For mobile layout */
  .col-lg-4 {
    width: 100%;
    float: none;
  }
}
.responsive {
  width: 100%;
  height: auto;
}




