body {
	font-family: 'Montserrat', sans-serif;
	position: relative;
}

.box {
	margin: 5px;
}

.box h2 {
	font-family: 'Homemade Apple', sans-serif;
	font-size: 2.5em;
	text-shadow: 0px 0px;
}
	
.bg-white {
	background-color: white;
	padding: 10px;
}

.btn-purple {
	background-color: #522e91;
	color: #fff;
	border-radius: 0px;
}

.btn-purple:hover {
	color: #522e91;
	background-color: #fff;
}

.button {
	padding: 15px 25px;
	margin-bottom: 10px;
	font-size: 2em;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	background-color: #522e91;
	border: none;
	border-radius: 20px;
}

@media only screen and (max-width:640px) {
	.br {
		display: none;
	}
	body {
		background-color: #3f3f3f;
	}
}

@media only screen and (min-width: 640px) {
	body {
	background: url('fire.png'); 
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}
}

.break {
	background-color: #522e91;
	color: #fff;
	font-size: 1.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.fa-chevron-down {
	color: #000;
}

.fa-chevron-down:hover {
	position: relative;
	top: 10px;
}

.fff {
	color: #fff;
}

h1 {
	font-family: 'Homemade Apple', sans-serif;
	font-size: 6.2em;
	color: #fff;
	text-shadow: 2px 2px #000;
}

h2 {
	font-family: 'Homemade Apple', sans-serif;
	font-size: 3em;
	text-shadow: 2px 2px #000;
}

h3 {
	font-size: 2.3em;
}

.header {
	padding-top: 100px;
}

.header h3 {
	color: #fff;
	font-weight: 800;
	padding: 10px;
	text-shadow: 2px 2px #000;
}

.full-height {
	padding-top: 100px;
	min-height: 100vh;
}

.half-height {
	padding-top: 100px;
	min-height: 50vh;
}

.jumbotron {
	background-color: none;
	background: none;
	height: 100vh;
}

.navbar {
	margin-bottom: 0;
	background-color: #000;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.5 !important;
	letter-spacing: 4px;
	border-radius: 0;
	min-height: 60px !important;
	vertical-align: middle;
	text-transform: uppercase; 
}

.navbar-brand img {
	padding: 0;
	margin: 0;
	height: 30px;
}

.timer {
	color: #fff;
	text-shadow: 2px 2px #000;
	}
	
#time li {
	background-color: #fff;
	display: inline-block;
	margin: 0px;
	padding: 5px;
	width: 100px;
	color: #522e91;
	font-weight: 800;
	font-size: 2em;
	border-radius: 50px;
}

.v-center {
	position: relative;
	transform: translateY(50%);
}

@media(max-width: 640px) {
		h1 {
		font-size: 3em;
	}
}