* {
	box-sizing: border-box;
	font-family: calibri;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	height: 100%;
	width: 100%;
}
gallery{
	padding-left: 20px;
	padding-bottom: 20px;
}
body{
	background-color: #3399d4;
}
.content-wrapper {
	display: justify;
	width: 100%;
	height: 60 px;
	margin: 0 auto;
	background-color: #6d4d13;
}
.text-wrapper {
	display: justify;
	width: 100%;
	height: 60 px;
	margin: 0 auto;
	background-color: #aa8aa3
}
header {
	border-bottom: 5px solid #490caa;
}
header .content-wrapper {
	display: block;
}
header h1 {
	font-family: Bookman Old Style;
display: flex;
	flex-grow: 1;
	flex-basis: 0;
	font-size: 50px;
	margin: 0;
	padding: 29px 0;
    color: #EEEEEE;
}
header nav {
	display: flex;
	flex-grow: 1;
	flex-basis: 0;
	justify-content: center;
	align-items: center;
}
header nav a {
	text-decoration: none;
	color: #b4c7cc;
	padding: 15px 15px;
	margin: 0 6px;
}
header nav a:hover {
	border-bottom: 3px solid rgb(116, 69, 69);
}
header .link-icons {
	display: flex;
	flex-grow: 1;
	flex-basis: 0;
	justify-content: flex-end;
	align-items: right;
	position: relative;
}
header .link-icons a {
	text-decoration: none;
	color: #394352;
	padding: 0 10px;
}
header .link-icons a:hover {
	color: #4e5c70;
}
header .link-icons a i {
	font-size: 25px;
}
header .link-icons a span {
	display: inline-block;
	text-align: center;
	background-color: #63748e;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-weight: bold;
	position: absolute;
	top: 22px;
	right: 0;
}
main .featured {
	display: flex;
	flex-direction: column;
	background-image: url(upload\comment.jpg);
	height:200px;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: auto;
}
main .info {
	display: flex;
	flex-direction: column;
	background-repeat: repeat;
	height:auto;
	align-items: center;
	justify-content: center;
	text-align: center;
}
main .featured h2 {
	display: inline-block;
	margin: 0;
	width: 1050px;
	font-family: Rockwell;
	font-size: 72px;
	color: blue;
	padding-bottom: 10px;
}
main .recentlyadded h2 {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
	font-size: 32px;
	text-align: center;
	border-top: 1px solid #EEEEEE;
text-underline-position: below;
}
main .recentlyadded .photos, main .photos .photos-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 43px 1 0 0;
}
main .recentlyadded .photos .photo, main .photos .photos-wrapper .photo {
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: 25%;
	padding-bottom: 15px;
}

main .recentlyadded .photos .photo .desc, main .photo .photos-wrapper .photo .desc {
	display: block;
	color: #f7410a;
	padding: 20px 0 2px 0;
	font-family: sans-serif;
	font-weight: bolder;
}

p{
    display: inline-block;
	margin: 0;
	width: 1050px;
	font-size: 22px;
	font-family: georgia;
	font-weight: bold;
	color: rgb(31, 29, 61);
	border-bottom: 1px solid #c4bcbc;
  text-transform: capitalize;
}
form{
	text-align: center;
background-color: #c4bcbc;
	width: 85%;
	border: 2px solid rgb(29, 6, 51);
	padding: 30px;
	border-radius: 15px;
	align-items: center;
	margin-left: 50px;
	margin-top: 10px;
	padding-top: 15px;
}
label{
	font-family: courier New;
	font-size: 24px;
	color:rgb(3, 14, 14) ;
	font-weight: bolder;
}
button{
	background-color: #020c1b;
	padding: 3px;
	border-radius: 8px;
	font-family: tahoma;
	font-weight: bolder;
	color: aliceblue;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bolder;
	cursor: pointer;
}
 form input[type="submit"] {
	background: #020c1b;
	border: 0;
	color: #FFFFFF;
	padding: 3px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: tahoma;
	font-weight: bolder;
	border-radius: 5px;
	cursor: pointer;
}
form h2{
	font-family: gabriola;
	font-size: 32px;
color: rgb(243, 239, 235);	
background-color: #4e4545;
padding: none;
}
form p{
	font-family: georgia;
	color: rgb(31, 29, 61);
	border-bottom: 1px solid #c4bcbc;
width: auto ;
text-transform: none;

}
form h3{
	font-size:32px;
text-decoration: underline #490caa;
}
h6{
font-family: courier;
background-color: #ca2c2c;
}
main .comments p {
	display: block;
	margin: 0;
	padding: 15px 0;
	font-size: 32px;
	text-align: center;
}
table{
	width: auto;
}
input{
	width: auto;
}
.list{
	display: justify;
	width: 100%;
	height: 60 px;
	margin: 0 auto;
	background-color:  #FFD700;
}
.hlight{
    	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	display: justify;
	width: 100%;
	height: 60 px;
	margin: 0 auto;
	background-color:  #ff0000;
}