h1 {
	font-family: 'Fredoka One', cursive;
	font-size: 4em;
	margin: .5em auto .5em auto;
	text-align: center;
	padding: 0;
	color: #061d11;
	background: #e4faef;
	display: table;
}

.news-wrapper {
	display: flex;
	width: 98vw;
	margin: 0 auto;
}

.preamble {
	font-family: 'Fredoka One', cursive;
	font-size: 2em;
	width: 20%;
}

p.tagline {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2em;
	overflow: hidden;
	padding-bottom: 1.5em;
	width: 85%;
}

.stuff {
	width: 100vw;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

button {
	font-family: 'Source Sans Pro', sans-serif;
	background: #e4faef;
	border: 2px #061d11 solid;
	border-radius: 7px;
	padding: .5em .7em;
	font-size: 2em;
	color: #061d11;
	box-shadow: #061d11 4px 4px ;
	position: relative;
}

button:hover {
	top: 4px;
	left: 4px;
	box-shadow: none;
	cursor: pointer;
}

#fishies:hover {
	background: #a0dbf5;
}

#treasure:hover {
	background: #f0c4cc;
}

.twitter {
	margin: 0 auto;
	padding-top: 3em;
	width: 40vw;
}

a {
	text-decoration: none;
	color: #061d11;
}

.nick-thing {
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 500px) {
	h1 {
		font-size: 2em;
		margin: .5em auto;
		padding: 0;
		display: table;
	}
	
	.preamble {
		font-size: 1.2em;
		text-align: center;
	}

	p.tagline {
		font-size: 1.2em;
		
	}
	
	.stuff {
		padding-top: 1em;
	}
	
	button {
		font-size: 1em;
		
	}
	
	.twitter {
		padding-top: 2em;
		width: 100vw;
		
	}
}

