#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%;
}

.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) {
	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: 35px;
	color: black;
	text-align: center;
	line-height: 60px;
	margin-bottom: 5%;
}
}

.grid {
	margin-left: 5.5%;
	margin-right: 5.5%;


}

.grid-item img {
	display: block;
	width: 100%;
}

.grid-sizer,
.grid-item {
	width: 50%;
}

.grid-item{ 
	box-sizing: border-box;
	padding: 1.5%;
}




footer {
	clear: both;
	position: relative;
	left: -50px;
	right: auto;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: black;
	margin-bottom: 3%;
	float: bottom;

}

@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: 20px;
	color: black;
	margin-bottom: 3%;

}
}

