body {
                 background-image: url( "IMG_1477.JPG" ); /* Replace with your image URL */
  background-repeat: repeat; /* This will tile the background both horizontally and vertically */
  /* You can also use 'repeat-x' for horizontal tiling or 'repeat-y' for vertical tiling */
  background-size: 100%; /* Adjusts the size of the background image to cover the entire body */
  margin: 0;
  padding: 0;
               }
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #ffdef5;
	padding: 10px 20px;
	border-width: 1px;
	border-style:solid;
	border-color: green;
}

h1, h2, h3 {font-family: 'Gotham',  sans-serif;
}
h1 {
                  background-color: #fffc57;
                  color: #000000;
                  font-size: 20px;
                  text-transform: uppercase;
                  text-align: center;
	padding: 16px 0;
	background: -webkit-linear-gradient(#fffc57, #57caff);
	background: -o-linear-gradient(#fffc57, #57caff);
	background: -moz-linear-gradient(#fffc57, #57caff);
	background: linear-gradient(#fffc57, #57caff);
               }
h2 {
                  background-color: #4a2c61;
                  color: #FFFFFF;
                  font-size: 20px;

	padding: 10px;
	margin-bottom: 10px;
               }
h3 {
                  color: #0b0008;
                  font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 2px  #4a2c61
               }
p  {
                  font-family: 'Cambria', serif;
                  font-size: 20px;
	margin-bottom: 14px;
               }
div.a {
  line-height: normal;
}
li {
	margin-bottom: 20px;
	list-style-position: inside;
}

ul li {
	list-style-type: square; 
}
nav {
	padding: 6px;
}
nav p {
	font-weight: bold; 
	text-align: center;
	margin-bottom: 0;
}
footer {text-align: center;
}

.feature {
	color: #0b0008;
	width: 90%;
	text-align: right;
	line-height: 100%
		
}
.feature-box{
	width: 90%;
	background-color:#4a2c61;
	padding: 10px;
	margin: 0 auto 40px;
	box-shadow: 5px 5px 5px #4a2c61;
}

.align-left {
float:left;
margin-right: 38px;
margin-bottom: 50px;
}

.align-right {
	float:right;
margin-left: 38px;
margin-bottom: 50px;
}

.clear {
	clear: both;
}

.flex {
display: flex;
}

.image-container { 
display: flex;
flex-wrap: wrap;
justify-content: center
}
 
.gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding: 20px;
    }

    .gallery img {
      width: 100%; 
      height: auto; 
      margin-bottom: 20px; 
    }


section {
	width: 65%;
}
