@charset "utf-8";
/* CSS Document */

body{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #FFFFFF;
    background-color: darkgray;
    text-decoration: none;
}
.clearfix {
	content: "";
	clear: none;
	display: table;
}
.clearfix {
	overflow: auto;
}
.wrapper{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.top-banner{
    width: 800px;
    height: 540px;
	background-image: url("../image/black light.jpg");
	background-position: center;
	padding-top: 10px;
}
#logo{
	width: 25%;
	float: right;
	margin-right: 20px;
	max-width: 200px;
}
.top-banner img{
	width: 100%;
	margin-left: auto;
	margin-right: auto
}
.top-banner h1{
	font-size: 24px;
	text-align: center;
	color: chocolate;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-transform: capitalize;
	font-weight: 30px;
}
nav ul {
	text-align: center;
	list-style-type: none;
	padding-left: 0px;
}
nav a{
	text-decoration: none;
	color: #000000;
	display: block;
	background-color: antiquewhite;
	font-weight: 400;
	margin-bottom: 4px;
	padding-top: 5px;
	font-style: normal;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	text-transform: capitalize;
}
nav a:hover{
	color: brown;
	background-color: black;
}
h2, h3{
	color: aqua;
	text-transform: uppercase;
}
h1{
	text-transform: capitalize;
}
button{
	background-color: aqua;
	color: black;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 30px;
	transition: .4s;
	text-transform: uppercase;
}
button:hover{
	background-color: transparent;
	border: 1px solid aqua;
	cursor: pointer;
}
.main{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.container-featured{
	margin: 2%;
}
.container-featured .button{
	background-color: aqua;
	color: black;
	text-decoration: none;
	border: 1px transparent;
	font-weight: 200;
	padding:1px 5px;
	border-radius: 20px;
	transition: .4s;
	text-transform: capitalize;
}
.container-featured .button:hover{
	background-color: transparent;
	border: 1px solid aqua;
	cursor: pointer;
	transition: .2s;
	transform: scale(1.2);
	
}
.featured-images{
	display: block;
	width: 100%;
}
#pic1{
	background-image: url("../image/c1.jpg");
}
#pic2{
	background-image: url("../image/c3.jpg");
}
#pic3{
	background-image: url("../image/c4.jpg");
}
#pic4{
	background-image: url("file:///C:/Users/user/Desktop/mmmm/image/palm%20house.jpg");
}
.featured-img{
	width: 150px;
	border-radius: 100%;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: thick;
}
.featured-images{
	text-align: center;
}
.featured{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
#topic-one-img{
	width: 100%;
	background-image: 
	url("../image/photography 200019156.jpg");
	background-size: cover;
	height: 300px;
}
#topic-one-img{
	background-image: url("file:///C:/Users/user/Desktop/mmmm/image/myp.jpg");
	background-size: cover;
	height: 300px;
}
.newslatter form{
	width: 380px;
	max-width: 100%;
	position: relative;
}
.newslatter form input:first-child{
	display: inline-block;
	width: 100%;
	padding: 14px 130px 14px 15px;
	border: 2px #3D1D3D;
	outline: none;
	border-radius: 2px solid #161BED;
	outline: none;
	border-radius: 10px;
}

.newslatter form input:last-child{
	position: absolute;
	display: inline-block;
	outline: none;
	border: none;
	padding: 10px 30px;
	border-radius: 10px;
	background-color: 161BED;
	color: black;
	box-shadow: 0px 0px 5px #000, 0px 0 px 15px #858585;
}
.footer{
	width: 100%;
	background: #002B32;
	box-sizing: border-box;
	padding: 10px;
	text-align: center
}
.footer h3{
	text-align: center;
	font-weight: 100;
}
span{
	color: khaki;
}
	

