html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.photo-credit {
	text-align: center;
	font-size: 8px;
}

#tavern-sign {
	background: url("../wood_texture.jpg");
    background-size: contain;
    background-repeat: no-repeat;
	height: 280px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 100px;
	font-size: 48px;
	padding-left: 25px;
	padding-right: 40px;
	line-height: 1.5em;
	color: white;
	text-shadow: 5px 5px 5px black;
	font-family: 'Berkshire Swash', cursive;
	font-weight: normal;
}

#generate {
	width: 200px;
	height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#history-container {
	border: 1px solid lightgray;
	width: 400px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: scroll;
	text-align: left;
}

#wrap {
	min-height: 100%;
}

#main {
	text-align: center;
	overflow:auto;
    padding: 5px;
	padding-bottom: 60px;
}

#footer {
	position: relative;
	margin-top: -40px;
	height: 40px;
	clear:both;
	text-align: center;   
}

@media only screen and (max-width: 499px) {
    #tavern-sign {
    	background: none;
		border: none;
		width: auto;
		height: 100px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
		padding: 0;
		font-size: 2em;
		line-height: 1em;
		color: black;
		text-shadow: none;
	}

		#generate {
		width: 50%;
		height: 40px;
		margin-top: 40px;
		margin-bottom: 0;
	}

	#history-container {
		border: none;
		width: auto;
		height: auto;
		overflow-y: initial;
	}
	.photo-credit {
		display: none;
	}
}

@media only screen and (max-height: 414px) {
    #tavern-sign {
    	background: none;
		border: none;
		width: auto;
		height: 100px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
		padding: 0;
		font-size: 2em;
		line-height: 1em;
		color: black;
		text-shadow: none;
	}

		#generate {
		width: 50%;
		height: 40px;
		margin-top: 40px;
		margin-bottom: 0;
	}

	#history-container {
		border: none;
		width: auto;
		height: auto;
		overflow-y: initial;
	}

	.photo-credit {
		display: none;
	}
}
