body,html {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #fff;
	overflow: hidden;
	height: 100%;
}

nav ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
	z-index: 2;
	padding-left: 300px;
	position: absolute;
	box-sizing: border-box;
	overflow: hidden;
}

nav li {
	margin: 30px;
	display: inline-block;
	font-family: opensans;
	font-size: 14px;
	letter-spacing: 1px;
	transition: 0.3s;
}

nav li:hover {
	color: #e08e9d;
}

.logo {
	font-family: croissant;
	font-size: 30px;
	margin: 15px;
	position: absolute;
	z-index: 5;
}


.body-wrapper {
	width: 1100px;
	margin: 0 auto;
}

.nav-icons {
	right: 0;
	top: 0%;
	margin: 16.5px;
	z-index: 1;
	position: absolute;
}

#bars {
	display: none;
}

.nav-icon-item {
	width: 23px;
	margin: 10px;
	display: inline-block;
	cursor: pointer;
}

.side-nav {
	background-color: #efd1cb;
	width: 90px;
	height: 100%;
	z-index: 2;
	position: fixed;
	top: 0;
}

#search {
	cursor: pointer;
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 28px 0px 28px 0px;
	border-bottom: 1px solid #bfbfbf;
}

.social-icons ul {
	position: absolute;
	bottom: 0;
	margin-left: -5px;
	margin-bottom: 80px;
}

.social-icons li {
	list-style-type: none;
	margin-top: 30px;
	font-size: 22px;
	cursor: pointer;
}

.enru {
	width: 35px;
	position: absolute;
	left: 30%;
	bottom: 3%;
}

.banner-items {
	position: relative;
	overflow: hidden;
}

.banner-img, .banner-img img {
	width: 100%;
}

.banner-text {
	position: absolute;
	top: 20%;
	padding-left: 20px;
	text-align: left;
	width: 1100px;	
	transition: 0.3s;
}

ul.next-btn {
	position: absolute;
	bottom: -2.5%;
	right: 0;
}

.next {
	list-style-type: none;
	padding: 15px;
	background-color: #c2bdae;
	cursor: pointer;
	transition: 0.3s;
}

.next:hover {
	opacity: .75;
}

.next img {
	width: 35px;
}

.banner-btn {
	background-color: #e08e9d;
	color: #fff;
	padding: 15px;
	font-family: monserat;
	width: 170px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}

.banner-btn:hover {
	background-color: #d35f74;
}

a {
	color: inherit;
	text-decoration: none;
}

.banner-text h2 {
	font-family: croissant;
	font-size: 40px;
	width: 500px;
}

.banner-text p {
	margin-top: -25px;
	width: 450px;
	line-height: 28px;
	font-family: opensans;
}

.banner-img-1 {
	background-image: url("../images/floral/1.jpg");
	height: 1000px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-img-2 {
	background-image: url("../images/floral/2.jpg");
	height: 1000px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-img-3 {
	background-image: url("../images/floral/3.jpg");
	height: 1000px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.arrow {
	position: absolute;
	right: 1.8%;
	z-index: 3;
	top: 9%;
	width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgba(0,0,0,0.8);;
	display: none;
}

@font-face {
	src: url("../usable-fonts/opensans.ttf");
	font-family: opensans;
}

@font-face {
	src: url("../usable-fonts/croissant.ttf");
	font-family: croissant;
}

@font-face {
	src: url("../usable-fonts/monserat.ttf");
	font-family: monserat;
}

@media only screen and (min-width: 1px) and (max-width: 1300px) {

	nav ul {
		text-align: center;
		background-color: rgba(0,0,0,0.8);
		width: 200px;
		padding: 0px;
		padding-top: 20px;
		position: absolute;
		right: 0;
		top: 12%;
		display: none;
	}

	nav li {
		width: 50%;
		margin: 20px;
	}

	.show-nav {
		display: block;
	}

	.nav-icon {
		z-index: 2;
		position: absolute;
		float: right;
	}

	#bars {
		display: inline-block;
	}

	.banner-text {
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
		width: 500px;
		padding-left: 0px;
		word-wrap: break-word;
	}

	.body-wrapper {
		width: 100%;
	}

	.banner-btn {
		margin: 0 auto;
		margin-left: 130px;
	}

	.side-nav {
		background: none;
	}

	#search {
		border-bottom: none;
	}

	.logo {
		position: absolute;
		z-index: 1;
		left: 13%;
	}

}

@media only screen and (min-width: 2500px) and (max-width: 6000px) {

	.banner-img-1, .banner-img-2, .banner-img-2 {
		height: 3000px;
	}

}

@media only screen and (min-width: 1px) and (max-width: 515px) {

	.banner-text {
		width: 100%;
		padding: 20px;
		top: 13%;
		box-sizing: border-box;
	}

	.banner-text h2 {
		font-size: 30px;
		width: 100%;
		margin: 0 auto;
	}

	.banner-text p {
		margin-top: 15px;
		width: 100%;
		line-height: 28px;
		font-family: opensans;
	}

	.banner-btn {
		margin: 0 auto;
		margin-left: 0px;
		width: 100%;
		box-sizing: border-box;
	}

	.logo {
		left: 12%;
		font-size: 25px;
		margin-top: 18px;
	}

	.nav-icons {
		margin: 16.5px 0px 0px 0px;
	}

	.side-nav {
		width: 50px;
	}
	.social-icons ul {
		margin-left: -20px;
	}

}