html, body {
	max-width: 100%;
	max-height: 100%;
	background-color: #f3f0bd;
}

.header img{
	height: 70%;
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.menu table {
	margin-left:auto; 
    margin-right:auto;
    margin-bottom: 5px;
    width: 50%;
}

.menu td {
	text-align: center;
	padding: 5px;
	font-family: 'Raleway', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
}

.menu a {
	color: #250534;
	text-decoration: none;
}

.jumbotron img{
	height: 70%;
	width: 70%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 500px) and (orientation: portrait) {

	.jumbotron {
		background-image: url("./backsmall.png");
		background-repeat: no-repeat;
  		background-attachment: scroll;
  		background-position: center;
  		background-size: 90%; 
	}

	.jumbotron img {
		visibility: hidden;
		width: 300px;
		height: 500px;
	}
}