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

@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');

/*body*/
body {
	background-color: #D35CA0;
	background-image: url("Images/90s Yellow.jpg");
}

#wrapper {
	width:960px;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 20px;
	background-color: #fff;
	padding: 10px 20px;
	border-width: 1px;
	border-style: Solid;
	border-color: #F763EF
}

h1 {
	background-color: #7BB4CE;
	color: #FFFFFF;
	font-size: 34px;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0;
	background: -webkit-linear-gradient(#269eaa, #134d53); /* For safari 5.1 to 6.0 */
	background: -o-linear-gradient(#269eaa, #134d53); /* For operal 11.1 to 12.0 */
	background: -moz-linear-gradient(#269eaa, #134d53); /* For firefox 3.6 to 15 */
	background: linear-gradient(#269eaa, #134d530); /* Standard Syntax */
}

    /* Align Left Class */
    .align-left {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
    }

    /* Align Right Class */
    .align-right {
      float: right;
      margin-left: 10px; 
      margin-bottom: 10px;
    }

    /* Clear Class */
    .clear {
      clear: both;
    }

    /* Flex Container Class */
    .flex-container {
      display: flex;
    }

    /* Image Container Class */
    .image-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

	section {
		width: 65%;
	}

	.feature-box {
		width: 30%;
	}

	p{
		margin-left: 0;
	}

h2 {
	background-color: #7BB4CE;
	color: #FFFFFF;
	font-size: 28px;
	padding: 10px;
	margin-bottom: 10px
}

h3 {
	color: #165b62;
	font-size: 22px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #bb437;
}

h4 {
	font-size: 30px;
	color: #0F2C47;
	margin-bottom: 5px;
	border-bottom: 1px thick;
}

h5 {
	font-size: 12px;
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-bottom: 5px;
}

h6{ 
	font-size: 12px;
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-bottom: 5px;
}

p {
	font-size: 14px;
	color: #000000;
	font-family: 'Arial', "sans-serif";
	margin-left: 15px;
	line-height: 15px;
	margin-bottom: 14px;
}

li{
	margin-bottom: 10px;
	color:#000000;
}

ul li {
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside
}

footer {
	text-align: center;
}

.text {
	color: #D35CA0;
}

.feature-box {
	width: 800px;
	background-color: #D8D8BC;
	padding: 10px;
	Margin: 0 Auto 20px;
	border-radius:10px;
	box-shadow: 5px 5 px #888888;
}
	
img {
	padding:10px;
	background-color: #D35CA0;
	boarder: 2px solid #165b62;
}
	
.gallery {
	margin:10px;
	}
	
nav{
	padding: 6px;
	color: #165b62;
	text-align: center;
}

nav a {
	color: #000000;
	margin-bottom: 0;
}

h1, h2, h3 {
	font-family: 'Cabin', sans-serif;
}

label {
	float: left;
	display: block;
	font-weight: bold;
	text-align: right;
	width: 120px;
	padding-right: 12px;
}

Class{
	background-color: gray;
	text-decoration-color: black;
	border-radius: 5px;
	padding: 6px 20px;
	margin-left: 132px;
}

.submitbtn:hover{
	background-color: aquamarine;
}