
@media(min-width: 768px){
.jumbotron{
	background: url("../assets/Ubersnap-GIF-booth.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
	/*height: 2000px;*/
	max-height: 1440px;
	width: 100%;
	height: 100%;
	margin-bottom: 60px;
}

.title-text{
	font-size: 70px;
}

.body-text{
	font-size: 70px;
}

.section-header{
	font-size: 70px;
}

.eventtag{
	font-size: 25px;
}
.logo{
	margin-left: 40px;
}
}

@media(max-width: 768px){
.jumbotron{
	background: url("../assets/Ubersnap-GIF-booth.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
	/*height: 2000px;*/
	max-height: 1440px;
	width: 100%;
	height: 100%;
	margin-bottom: 60px;
}

.title-text{
	font-size: 40px;
}

.body-text{
	font-size: 40px;
}
.section-header{
	font-size: 40px;
}

.eventtag{
	font-size: 20px;
}
.logo{
	margin-left: 15px;
	width: 20%;
}
}

.title-text{
	color: #ffffff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.body-text{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}

div.contact{
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

@media(min-width: 768px){
	button.contact {
		padding-left: 50px;
		padding-right: 50px;
		font-size: 25px;
	}
	.event {	
		padding: 60px 15px 0px 15px;
	}
	.section-header{
		padding-bottom: 60px;
	}
}
button.contact{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #ed342a;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	border-color: #ed342a !important;
	border-radius: 8px;	
}

@media(max-width: 768px){
	button.contact{
		width: 90%;
		font-size: 20px;
	}
	.event {	
		padding: 30px 15px 0px 15px;
	}
	.section-header{
		padding-bottom: 30px;
	}
}

.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}

.event {
	background-color: #1a1a1a;
}

.section-header{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.eventdesc{
	text-align: center;
	padding-bottom: 30px;
}

.photo-album {
	padding-bottom: 50px;
}
.eventtag{
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

/*.eventtag a{
	color: #ed342a;
}*/

.eventowner{
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

@media(max-width: 768px){
	.photo{
		padding-bottom: 20px;
	}
}

button.contact:hover{
	background-color: #ed342a;
	color: #ffffff;
}
