.logo-container{
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.logo-container img{
	width: 700px;
}

@media screen and (max-width: 900px){
	.logo-container img{
		width: 400px;
	}
}

.tagline{
	position: absolute;
	bottom: 5%;
	left: 0; right: 0;
	text-align:  center;
	font-style: italic;
	font-size: 32px;
	z-index: 2;
	color:  #24434A;
	font-family: 'Luckiest Guy', cursive;
}

.hyperlinks{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	top: 5%; left: 5%;
}

.hyperlink{
	position: relative;
}

.hyperlink img{
	height: 50px;
}

.backing{
	position:  absolute;
	top:  0;bottom: 0; right: 0; left: 0;
	background-image: url('https://media3.giphy.com/media/Ph0oIVQeuvh0k/giphy.gif?cid=3640f6095bf427877056745a4549885b');
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.overlay{
	position:  absolute;
	top:  0;bottom: 0; right: 0; left: 0;
	z-index: 1;
	background: rgba(155,63,26,0.65);
}