@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-image: linear-gradient(45deg, lightblue, pink);
}

header h1 {
	text-align: center;
	padding: 25%;
	color: white;
	font-size: 100px;
	font-family: 'Spicy Rice', cursive;
	font-weight: 50;
}

#navbar {
	height: 60px;
	width: 100%;
	position: fixed;
	background-color: #FD7B91;
	z-index: 999;
}

header {
	height: 850px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 50%;
	background-image: url( Background.jpg );
	padding: 0px;
}

header img {	
	width: 18px;
	margin-top: 8%;
}

header #logo {
	width: 8%;
	height: 36px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	position: absolute;
	margin-top: 0.8%;
	left: 35px;
	background: white;
}

header .home {
	font-family: Arial;
	color: #FD7B91;
	font-size: 18pt;
	font-weight: 550;
	display: inline;
	font-family: 'Mali', cursive;
	font-weight: bold;
}

header nav li {
	display: inline;
	margin-right: 30px;
	font-family: Arial;
	font-size: 12pt;
}

header nav ul{
	text-align: right;
	margin-top: 20px;
	list-style: none;
}

a {
	text-decoration: none;
	color:#F7EFE4;
	font-family: 'Mali', cursive;
	font-weight: bold;
}

#firstobject {
	height: 500px;
}

#sec1pics {
	width: 90%;
	height: 450px;
	margin-left: 5%;
	position: relative;
	top: 25px;
	z-index: -1;
}

#ob1_p1 {
	width: 30%;
	height: 100%;
	border-radius: 10px;
}

#ob1_p2 {
	width: 36%;
	height: 40%;
	border-radius: 10px;
	margin-left: 2%;
	margin-right: 2%;
}

#ob1_p3 {
	width: 30%;
	height: 54%;
	border-radius: 10px;
}

#ob1_p4 {
	width: 30%;
	height: 40%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

#para1 {
	position: absolute;
	width: 20%;
	margin-left: 40%;
	margin-top: 5%;
	text-align: center;
	font-size: 20px;
	font-family: 'Poor Story', cursive;
}

#secondobject {
	height: 500px;
	background: url( object2.jpg ) no-repeat center center/60%;
	background-position: right;
}

#secondobject img {
	width: 100%;
	height: 500px;
	z-index: -1;
}

#para2 {
	width: 25%;
	position: absolute;
	padding: 10%;
	font-size: 20px;
	color: lightpink;
	font-family: 'Spicy Rice', cursive;
}

#thirdobject {
	height: 500px;
}

#para3 {
	width: 40%;
	height: 300px;
	position: relative;
	background: linear-gradient(45deg, lightblue, pink);
	border-radius: 20px;
	text-align: center;
	margin-left: 30%;
	top: 100px;
	font-size: 20px;
	font-family: 'Poor Story', cursive;
}

#p3 {
	width: 70%;
	margin-left: 15%;
}

#sec3pics {
	text-align: center;
	height: 400px;
	position: absolute;
	margin-top: 50px;
	z-index: -1;
}

#ob3_p1 {
	width: 45%;
	height: 400px;
}

#ob3_p2 {
	width: 45%;
	height: 400px;
}

#fourthobject {
	height: 500px;
	width: 100%;
	background: white;
	background-image: url( object4.jpg );
	background-size: 75% 500px, 100% 100%;
	background-position: left;
	background-repeat: no-repeat;
}

#para4 {
	width: 12%;
	position: relative;
	top: 20%;
	margin-left: 82%;
	text-align: center;
	color: indianred;
	font-size: 20px;
	font-family: 'Spicy Rice', cursive;
}

#fifthobject {
	height: 1000px;
	width: 40%;
	position: absolute;
	background: url( ob7_2.png ) no-repeat center center/100% 1000px;
	font-family: 'Poor Story', cursive;
}

#ob5_p1 {
	width: 80%;
	height: 500px;
	border-radius: 10px;
}

#para5 {
	text-align: center;
	margin-top: 100px;
}

#desc5 {
	width: 60%;
	margin-left: 20%;
	font-size: 20px;
}

#sixthobject {
	height: 1000px;
	width: 60%;
	position: absolute;
	right: 0;
	font-family: 'Poor Story', cursive;
}

#ob6_p1 {
	width: 86%;
	height: 500px;
	border-radius: 10px;
}

#ob6_p2 {
	width: 86%;
	height: 200px;
	border-radius: 10px;
}

#para6 {
	text-align: center;
	margin-top: 50px;
}

#desc6 {
	font-size: 20px;
}

#seventhobject {
	height: 500px;
	background: url( object7.jpg ) no-repeat center center/cover;
	position: absolute;
	margin-top: 1000px;
}

#ob7_p1 {
	width: 100%;
	height: 500px;
}

#para7 {
	width: 25%;
	margin-top: 12%;
	margin-left: 8%;
	position: absolute;
	color: pink;
	font-size: 20px;
	font-family: 'Spicy Rice', cursive;
}

#eighthobject {
	height: 500px;
	width: 100%;
	background: url( object8.jpg ) no-repeat center center/cover;
	position: absolute;
	margin-top: 1550px;
}

#para8 {
	text-align: center;
	height: 500px;
	width: 100%;
	background-color:rgba(0,0,0,0.30);
	opacity: 0;
	color: white;
}

 .ob8 {
	 width: 50%;
	 position: relative;
	 left: 25%;
	 top: 40%;
	 text-align: center;
}

#para8:hover {
	opacity: 100;
	transition: 1s;
}

footer {
	height: 350px;
	width: 100%;
	position: absolute;
	margin-top: 2100px;
	text-align: center;
	font-size: 16px;
	color: white;
	font-family: 'Mali', cursive;
}

#owners {
	position: absolute;
	width: 50%;
	top: 10%;
}

#contact {
	position: relative;
	width: 50%;
	left: 50%;
	top: 10%;
}

#cont {
	text-align: left;
	margin-left: 20%;
}