body {
	font-family: Lato;
	font-size:: 12pt;
	margin: 0px;
}

.menu {
	border-bottom: solid 1pt;
	width: 100%;
	margin-top: 0px;
	height: 29px;
}

#topbar {
	position: fixed;
	top: 0px;
	left: 0px;
}

.block {
	float: left;
	display: flex;
	align-items: center;
	height: 27px;
	overflow: hidden;
	padding-left: 9px;
	padding-right: 9px;
	margin-right: 5px;
}

#title {
	font-size: 16pt;
	font-family: Anthony;
} 

p, h1, h2, h3, h4 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#description {
	background-color: #F8F8F8;

}

#small {
	font-variant: small-caps;
}

#main {
	
}

.button {

}

#searchbox {
	margin-top: 10px;
}

.box {

	margin: auto;
	margin-top: 1em;

	text-align: center;
	width: 54%;

	overflow: hidden;
}

.button, .box {
	border: solid 2pt;
	border-radius: 10pt;
}

.navbar-brand {
	display: none;
}


@media (min-width: 640px) {
	.navbar-brand {
		display: inherit;
	}
}

.jumbotron {
	background-image: url(http://www.gomammoth.co.uk/wp-content/uploads/2015/10/0029_GOMammoth-Dodgeball-London.jpg);
	background-position: center;
	background-size: cover;
}

h2 {
	text-align: center;
}

h2.small {
	font-weight: 500%;
	margin-top: 0px;
}

header.jumbotron {
	margin-bottom: 0px;
	padding-bottom: 0;
}

.jumbotron > .container {
	color: #fff;
}

#content.container, #loginform.container{
	background: rgba(34, 34, 34, 0.35);
	width: 100%;
}

#events.container, #features.container {
	margin-left: 0;
	margin-right: 0;
}

.well, #content.container {
	text-align: center;
}


#events h2 {
	text-align: left;
}

#features h2 {
	text-align: left;
}

#features {
	background-color: #EEE;
	width: 100%;
}

.carousel-inner{
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.carousel-inner img {
	
}

/*Color Pallets==================================================================================*/
.cp-main {
	background: #F8CA00;
	border-color: #490A3D;
}

.cp-menu {

}

.cp-body {
		background-color: #E97F02;
}

/*Fonts==========================================================================================*/