@charset "utf-8";

/* CSS Document */

body {
   
    padding: 5px 5px 5px 5px;
    color:black;
    margin-left: auto;
background-image: url("images/starring.png");
}
#wrapper{
	width:890px;
	margin-left: auto;
	margin-right: auto;
	background-color: #977DC6;
	padding: 10px 20px;
	box-shadow:0px 0px 10px;
	border-radius: 10px;
}
#heading3{ 
width: 790px;
margin-left: auto;
margin-right: auto;
background-color: #B196C4;
padding: 10px 20px;
text-align: center;}

img{padding:10px;
background-color: #EDDFFB;
border: 2px #000000;}

.gallery{margin:10px;}
.about{display: block;
margin-left: auto;
margin-right: auto;
width: 30%}

.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright{
	float:right;
	margin-left: 10px;
	margin-bottom: 25px;
}
.clear{
	clear: both;
}
.featurebox{width:30%;
display: flex;
justify-content: flex-end;}

.flex-container{
	width:70%;
	display:flex;
	background: #F0BC7E;
	justify-content: flex-start;

}
section{justify-content:flex-end;}
	
#imagecontainer{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
section{width:65%}
p {margin-left: 10px}
nav {padding-left: 20px; padding-top: 10px; padding-bottom: 5px; margin-left: auto; margin-right: auto;align-content: center;
text-align: center;}
h1{padding:10px 10px 10px 10px;
margin:0 auto;
	text-align: center;
background-color: #AA97C1;
background: -webkit-linear-gradient(#DED2F9,#AA97C1);
background: -o-linear-gradient(#DED2F9,#AA97C1);
background: -moz-linear-gradient(#DED2F9,#AA97C1);
background: linear-gradient(#DED2F9,#AA97C1);
	
}
#contentfile{  
background: #FBECC9;
justify-content: center;
display: block;
font-weight: bold;
text-align: right;
width: 330px;
padding: 12px;
  margin-left: auto;
	margin-right: auto;
}
input {justify-content: flex-end;
margin-left: auto;
margin-right: auto;}
h2{padding: 0px 5px; 
text-align: center;}
h3{padding: 0px 5px;
text-align: center;}
footer{align-content: center;
	margin-right: auto; 
	margin-left:auto;
	padding: 0px 50px; 
	text-align: center;
}