@charset "utf-8";
/* CSS Document */

body{
	background-color: #16C2E9;
	 
	
}

#wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #F7EBEB;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #CB36EA;
	
}

 h1{
	background-color: #165b62;
                  color: #fed25a;
                  font-family: ‘Bubblegum Sans’, cursive;
                  font-size: 34px;
                  text-transform: uppercase;
                  text-align: center;		
	 			padding: 16px 0;
	 			background: -webkit-linear-gradient(#F40BA5,#F73BB7);
	 			background: -o-linear-gradient(#F40BA5,#F73BB7);
	 			background: -moz-linear-gradient(#F40BA5,#F73BB7);
	 			background: linear-gradient(#F40BA5,#F73BB7);
	 
	 			
	 
}
h2{
	background-color: #D02AE1;
	color: #fed25a;
	font-size: 25px;
	font-family: ‘Bubblegum Sans’, cursive;
	padding: 10px;
	margin-bottom: 10px;
	
	

}
h3{
	font-size: 20px;
	color: #A7C2E0;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-bottom: 10px;
	border-bottom: 2px dotted #EFC5E9;
	
}
h4{
	font-size: 15px;
	color:aqua;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-bottom: 10px;
	border-bottom: 2px dotted #5D17E0;
}	
p{ 
font-size: 16px;
font-family: Arial, sans-serif;
margin-left: 20px;
line-height:1.5;
}
li{
	margin-bottom: 14px;
	
	list-style-positon: inside;
}

ul li{
	list-style-type: square;
	}
footer{
	text-align: center;
}

.feature{
	color: #A31E20;
	
}
.feature-box{
	width: 800px;
	background-color: #AEA6A6;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #AEA6A6;
	
}
nav {
	padding: 6px;
}
nav p{
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	
}




img{
	padding: 10px;
	background-color: #685769;
	border: 2px solid #B48CBB;
	
}
.gallery{
	margin: 10px;
	
}
	
class{
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
	
}
class{
	float: right;
	margin-left:15px;
	margin-bottom: 15px;
	
}
	
class{
	display:flex;
}	
	
class{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	
	
}	
.section{
	width: 65%;
	
}

.feature-box{
	width: 30%;
}
label {
    float: left;
    display: block;
    font-weight: bold;
    text-align: right; /* Align the text to the right */
    width: 120px;
    padding-right: 12px;
}
.submit-button {
    background-color: #4CAF50; /* Set your desired background color */
    color: white; /* Set your desired text color */
    border-radius: 5px;
    padding: 6px 20px; /* Top and bottom padding of 6px, left and right padding of 20px */
    margin-left: 132px; /* Left margin of 132px */
}
.submit-button:hover {
    background-color: #45a049; /* Set a different background color when hovered */
    /* You can adjust other styles as needed */
}
