h1 {
    margin: 10px 0 20px 0;
}

a, a:hover {
	color: white;
}

/*//////////////////////////////////////////////////////////////////*/

.urlText
{
	color: #333333 !important;
	text-decoration: underline !important;
}

.urlText:hover
{
	color: #bbc1c7 !important;
}

.emailText
{
	font-size: 12px;
}

.navbar {
	margin-bottom: 0;
}

.jumbotron {
	color: white;
	display: inline-block;
	position: absolute;
	text-shadow: #000 2px 2px 2px;
	background: transparent;
    margin-top: 10%;
	margin-left: 34%;
	padding: 0;
	z-index: 1;
}

.carousel-control.left, .carousel-control.right
{
	/*background-image: none*/
}

carousel-indicators
{
	font-size: 2.5vw;
}

#siteTitle
{
	font-size: 6vw;
}

#siteSubtitle
{
	font-size: 2.5vw;
}

.carousel
{
	margin-bottom: 15px;
}

/*.carousel-inner
{
	filter: brightness(50%);
}*/

#prevButton
{
	position: absolute;
	margin-top: 100%;
	margin-left: -3vw;
	font-size: 4vw;
}

#nextButton
{
	position: absolute;
	margin-top: 100%;
	font-size: 4vw;
}

.thumbnail {
	padding: 0 0 0 0;
	border: 0;
	background-color: transparent;
}

.thumbnail img {
	width: 100%;
	height: 100%;
}

.event_list_title
{
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 35px;
	z-index: 1;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-shadow: #000 2px 2px 2px;
}

.event_list_title_bg
{
	background-color: black;
	opacity: 0.5;
	width: calc(100% - 30px);
	height: 70px;
	position: absolute;
	top: 0;
	border-radius: 7px 7px 0 0;
}

.event_list_desc_top
{
	display: inline-block;
	position: absolute;
	top: 38px;
	left: 35px;
	z-index: 1;
	font-size: 14px;
	color: white;
	text-shadow: #000 2px 2px 2px;
}

.event_list_desc_bottom
{
	display: inline-block;
	position: absolute;
	left: 35px;
	z-index: 1;
	font-size: 14px;
	color: white;
	text-shadow: #000 2px 2px 2px;
	transform: translate(0, -28px);
}

.event_list_desc_bottom_bg
{
	background-color: black;
	opacity: 0.5;
	width: calc(100% - 30px);
	height: 35px;
	position: absolute;
	border-radius: 0 0 7px 7px;
	transform: translate(0, -35px);
}

footer {
	background-color: #101010;
	color: white;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}

.bg-grey {
	background-color: #F1F1F1;
}