#nav {
	background-color: #ef4260;
	position: fixed;
	width: 40px;
	height: 40px;
	margin-top: 4%;
	left: 89.5%;
	z-index: 1;
	stroke: none;

}

#nav a{
	text-decoration: none;
	color: white;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 20px; 
	text-align: center;
	z-index: 1;

}


#logo {
	position: relative;
	width: 200px;
	margin-top: 4%;
	left: 5%;	
}


h1 {
	position: relative;
	top: 20%;
	margin-left: auto;
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size: 90px;
	color: black;
	text-align: center;
	margin-bottom: 5%;
	margin-top: 5%;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	h1 {
	position: relative;
	top: 20%;
	margin-left: auto;
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size: 110px;
	color: black;
	text-align: center;
	margin-bottom: 5%;
	margin-top: 5%;
}
}

.body p{
	position: relative;
	width: 70%;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: black;
	text-align: center;
	line-height: 30px;
	margin-bottom: 6.5%;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	.body p{
	position: relative;
	width: 70%;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 35px;
	color: black;
	text-align: center;
	line-height: 60px;
	margin-bottom: 5%;

}
}

.section-1 {
	margin-left: 5.5%;
	margin-right: 5.5%;
	position: relative;
	width: 80%;
	background-size: cover;
	padding-bottom: 1.5%;


}


.section-1 img{
	position: relative;
	background-size: cover;
	padding-bottom: 4%;
	left: 5%;
}

#five img {

	float: left;
	width: 48.7%;
	
}

#one img {

	float: right;
	width: 48%;
	
}

.section-2 img{
	margin-left: 5.5%;
	margin-right: 5.5%;
	position: relative;
	width: 80.5%;
	background-size: cover;
	padding-bottom: 3%;


}

#poster img {

	float: left;
	width: 50%;
}

#poster-1 img {

	float: left;
	width: 47%;
	margin-right: 3%;
}

.section-3 img{
	margin-left: 5.5%;
	margin-right: 5.5%;
	position: relative;
	width: 80.5%;
	background-size: cover;
	padding-bottom: 3%;


}

.one-img-1 video{
	margin-right: 20%;
	margin-left: 35%;
	position: relative;
	width: 30%;
	background-size: cover;
	padding-bottom: 2%;


}

footer {

	position: relative;
	right: auto;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: black;
	margin-bottom: 3%;

}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	footer {

	position: relative;
	left: auto;
	right: auto;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: black;
	margin-bottom: 3%;

}
}


