.jumbotron
{
	background-color: #fff;
}

body
{
	font-family: 'Lato', sans-serif;
	padding-top: 20px;
}

h1
{
	font-size: 50px !important;
	margin: 0px;
}

h2
{
	color: gray;
	margin: 0px;
}

@media (max-width: 770px) {
	.jumbotron h1, .jumbotron h2 {
		text-align: center;
	}

	img {
		float: none;
	}
}

@media (min-width: 770px) {
	.jumbotron h1 {
		padding-top: 100px;
	}
	
	img {
		float: right !important;
	}
}

.btn-default {
	background-color: #eeef00;
}

a.navbar-brand {
	color: red !important;
	background-image: url(/images/toyboxdevlogo.png);
	background-repeat: no-repeat;
	padding-left: 50px;
}

a#appstore {
	display: inline-block;
	background-image: url(/cinetimes/images/appstore.png);
	width: 9.25em;
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: contain;
	height: 2.75em;
	line-height: 2.75em;
}