*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	overflow: hidden;
}

body{
	margin-top: 40px;
	background-image: url(marriage.jpg), linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5) );
	background-size: cover;
	height: 100vh;
}

h1{
	text-align: center;
	font-family: century-gothic;
	color: #fff;
}

section{
	width: 700px;
	height: auto;
	background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7));
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

section a{
	position: absolute;
	left: 83%;
	top: 90%;
	transform: translate(-50%);
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	background-color: green;
	padding: 10px;
	border-radius: 5px;
}
p{
	font-size: 20px;
	margin: 15px;
	color: #fff;
	font-weight: 600;
}

img{
	height: 600px;
	width: auto;
	float: right;
	margin: 20px;
	transition: 0.6s ease;
	transition-delay: 1s;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

img:hover{
	height: 650px;
	width: auto;
}

.menu ul{
    float: right;
    margin-top: 5px;

}

.menu ul li{
    list-style-type: none;
    display: inline-block;
    padding: 15px;
/*  border: 1px solid black;*/
}
.menu ul li a{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: 0.6s ease;

}

.menu ul li a:hover{
	background-color: black;
	color: #fff;
	padding: 15px;
}

@media (max-width: 850px){

	menu ul li{
		text-align: center;
	}
	*{
		overflow: auto;}
	section{
		width: 470px;
		height: auto;
	}
	img{
		left: 10%;
		transform: translate(-10%);
	}

	section a{
		top: 100%;
		left: 90%;
	}
}
