body {
	width: 100%;
	height: 100vh;
	position: relative;
	background-color: #1498cf;
	background: url(images/Friends_Pattern_Blue_TILE.jpg) repeat center top;
}
	
section#client-wrapper {
	position: relative;
	width: 100%;
	height: 10vh;
	position: relative;
	display: flex;
/* 	justify-content: center; */
	justify-content: flex-end;
	flex-direction: column;
}
#client-logos-wrapper {
	position: relative;
/* 	height: 100%; */
/* 	padding-top: 2vh; */
}
#client-logos-wrapper #client-logos {
	height: 100%;
	max-height: 6vh;
}


section#content-wrapper {
	width: 100%;
	height: 70vh;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}


header#logo-wrapper {
	margin:0 auto;
	padding-top: 5vh;
}
header#logo-wrapper #logo {
	margin:0 auto;
	padding-top: 0px;
	max-width: 70%;
}


#giphy-wrapper {
	text-align: center;
/* 	margin: 50px auto; */
	padding-top: 5vh;
}
#giphy-wrapper #giphy {
	max-width: 80vw;
}



#button-share-wrapper {
	margin: 0 auto;
}
#button-share-wrapper img {
	display: block;
	margin: 0 auto;
	max-width: 30%;
	height: auto;
	padding-top: 3vh;
}


footer {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 14px;
}
footer p {
	margin: 0 auto;
	color: #FFF;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 10px;
	padding: 0 20px;
}

@media (orientation: landscape) {

	footer {
		text-align: center;
		position: relative;
		bottom: unset;
		left: unset;
		width: 100%;
		padding: 30px 0 14px;
	}
	
	section#content-wrapper {
		justify-content: start;
		height: auto;
	}
}