body,html {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	height: 100%;
}

nav ul {	
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0px;
	text-align: right;
	overflow: hidden;
}

.nav-wrapper {
	width: 800px;
	padding-top: 20px;
	margin: 0 auto;
}

nav li {
	display: inline-block;
	font-family: roboto;
	color: #fff;
	margin: 22px;
	cursor: pointer;
}

.logo {
	float: left;
	font-family: roboto;
	font-size: 25px;
	color: #ed9392;
	font-weight: bold;
	margin-top: 15px;
	letter-spacing: 1px;
}

.call-to-action {
	border: 2px solid #ed9392;
	padding: 10px;
	color: #ed9392;
	font-family: roboto;
	text-align: center;
	float: right;
	margin-top: 10px;
	cursor: pointer;
}

.background {
	width: 100%;
	height: 670px;
	background-image: url("../images/wedding/hero.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.semi {
	height: 300px;
	background-image: url("../images/wedding/img6.jpg");
	background-attachment: initial;
	margin-top: -3px;
}

.affiliated {
	background-color: #fff;
	padding: 70px 30px 30px 30px;
	text-align: center;
}

.aff-name {
	font-family: roboto;
	color: #464646;
	font-size: 25px;
}

.aff-list {
	display: inline-block;
	font-family: rhes;
	margin: 50px 50px 50px 50px;
	font-size: 45px;
	letter-spacing: 1.5px;
	color: #464646;
	transition: 0.3s
}

.intro {
	top: 30%;
	position: relative;
	text-align: center;
	color: #fff;
	font-family: roboto;
	letter-spacing: 1px;
	font-size: 50px;
}

.first-content {
	background-color: #2b3942;
	padding: 10px;
	text-align: center;
	color: #fff;
	padding: 180px;
}

.first-content p {
	font-family: roboto;
	font-size: 20px;
	letter-spacing: 1px;
	max-width: 335px;
	padding-top: 25px;
	padding-bottom: 20px;
	line-height: 30px;
	margin: 0 auto;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.first-content i {
	font-family: opensans;
	font-size: 16px;
	font-style: normal;
}

.row {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 50%;
}

.backdrop {
	width: 100%;
}

.relative {
	position: relative;
	overflow: hidden;
}

.inside {
	position: absolute;
	width: 90%;
	top: 5%;
	text-align: left;
	color: #464646;
	padding: 30px;
	z-index: 2;
	line-height: 28px;
	font-family: opensans;
}

.inside-title {
	font-family: roboto;
	font-size: 30px;
	margin-bottom: 15px;
}

.inside-sub {
	font-family: rhes;
	color: #ed9392;
	font-size: 45px;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.inside-button {
	background-color: #ed9392;
	color: #fff;
	font-family: roboto;
	width: 190px;
	letter-spacing: 1px;
	margin-top: 25px;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}

.inside-button i {
	font-style: normal;
}

.inside-button:hover {
	background-color: #e66865;
}

.offers {
	padding: 70px 80px 80px 80px;
	margin-top: -2px;
	background: linear-gradient(to bottom right, #bbdbbe 0%, #deebdd 100%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	border: 1px solid #fff;
}

.package {
	position: relative;
	z-index: 2;
	margin-top: -110px;
	margin-bottom: 60px;
}

.offers-list {
	flex: 1 1 300px;
	flex: 0 1 300px;
	margin: 5px;
	padding: 15px;
}

.offers-img {
	height: 450px;
    min-width: 250px;
    transition: transform 0.3s, filter 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.offers-img:hover {
	cursor: pointer;
}

.offers-name {
	text-align: center;
	font-family: roboto;
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 0px 20px 30px 20px;
	letter-spacing: 1px;
	font-size: 20px;
}

.line {
	width: 80px;
	height: 0px;
	margin: 0 auto;
	display: inline-block;
	border-top: 2px solid #464646;
	margin: 0px 15px 8px 15px;
}

.border {
	border: 1px solid #fff;
}

.border-top {
	position: absolute;
	width: 1010px;
}

.top-left {
	float: left;
	position: absolute;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	height: 468px;
	width: 500px;
	margin-top: 60px;
}

.top-right {
	float: right;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 468px;
	width: 500px;
	margin-top: 70px;
}

/*Footer*/

.top-footer {
	background-color: #3b4358;
}

.bottom-footer {
	background-color: #1f232e;
	padding: 15px;
}

.footer-text {
	text-align: center;
	color: #fff;
	font-family: opensans;
	display: inline-block;
}

.footer-name {
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-text p {
	margin: 20px;
	line-height: 30px;
}

.footer i {
	font-size: 25px;
	background-color: #1f232e;
	padding: 10px;
	margin: 2px;
	text-align: center;
	width: 30px;
	cursor: pointer;
	border-bottom: 5px solid #15171e;
}

a {
	color: inherit;
	text-decoration: none;
}

.footer {
	background: none;
	border: transparent;
	padding: 20px 20px 20px 20px;
}

@font-face {
	src: url("../usable-fonts/roboto.ttf");
	font-family: roboto;
}

@font-face {
	src: url("../usable-fonts/opensans.ttf");
	font-family: opensans;
}

@font-face {
	src: url("../usable-fonts/rhes.otf");
	font-family: rhes;
}

.alt {
	display: none;
}

.menu-bar {
	padding: 30px 63px 30px 63px;
	display: none;
}

#menu-trigger {
	float: right;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
}

@media only screen and (min-width: 1px) and (max-width: 1217px) {

	.inside {
		width: 100%;
		box-sizing: border-box;
		line-height: 25px;
		font-size: 14px;
		top: 0%;
	}

	.inside-title {
		font-size: 20px;
	}

	.inside-sub {
		font-size: 35px;
	}

	.aff-list {
		font-size: 35px;
		margin: 10px;
	}

	.aff-name {
		font-size: 20px;
		margin-top: -30px;
	}

	.line {
		width: 30px;
	}

}


@media only screen and (min-width: 1px) and (max-width: 1199px) {

	.border-top {
		display: none;
		box-sizing: border-box;
	}

	.top-left, .top-right {
		height: 468px;
		width: 325px;
	}

	.offers-img {
		padding: 20px;	
	}

	.one {
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		padding-left: 20px;
		padding-top: 20px;
	}

	.two {
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}

}

@media only screen and (min-width: 1px) and (max-width: 1080px) {

	.inside-button i {
		display: none;
	}

	.modify {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
		right: 20;
		margin: 10px 0px 0px 0px;
		border-radius: 100px;
		box-shadow: 0px 3px 2px 0px #eee;
	}

	.alt {
		display: block;
		width: 30px;
		margin: 0 auto;
	}

}

@media only screen and (min-width: 1px) and (max-width: 880px) {

	.column {
		width: 100%;
	}

	.inside {
		width: 100%;
	}

	.semi-img {
		height: 280px;
	}

	nav ul {
		height: 0;
	}

	.first-content {
		width: 100%;
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
	}

	.first-content p {
		width: 100%;
	}

	.intro {
		width: 60%;
		margin: 0 auto;
	}

	.logo {
		position: absolute;
		z-index: 2;
		top: 12;
		left: 50;
		display: block;
	}

	.menu-bar {
		display: block;
	}

}

@media only screen and (min-width: 1px) and (max-width: 945px) {
	
	.offers-img {
		height: auto;
		width: 50px;
	}

	.offers {
		padding: 50px;	
	}

	.package {
		margin-top: -100px;
	}

	.offers-name {
		font-size: 17px;
	}

	.one {
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		padding-left: 10px;
		padding-top: 10px;
	}

	.two {
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.top-footer {
		font-size: 13px;
	}

	.bottom-footer {
		font-size: 13px;
	}

} 

@media only screen and (min-width: 1px) and (max-width: 520px) {

	.intro {
		font-size: 35px;
		width: 70%;
		margin: 0 auto;
		top: 35%;
	}

	.semi-img {
		height: auto;
	}

	.inside {
		top: 6%;
	}

	.semi-img {
		height: 400px;
	}

	.menu-bar {
		padding: 20px;
	}

	.intro {
		width: 80%;
		margin: 0 auto;
	}

	.logo {
		top: 2.4;
		left: 17;
	}
}