
html {
	height: 100%;
}

body {
	height: 100%;
	padding-top: 3rem;
}

.flex-even {
  flex: 1;
}

.img-contain {
	max-width: 100%;
	object-fit: contain;
}

.img-cover {
	max-width: 100%;
	object-fit: cover;
}


.hero-image {
	background-image: linear-gradient( rgba( 0, 0, 0, 0.5 ), rgba( 0, 0, 0, 0.5 ) ), url( '../images/header.jpg' );

	height: 20%;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	color: #fff;
}



.event-image {
	background-image: linear-gradient( rgba( 0, 0, 0, 0.5 ), rgba( 0, 0, 0, 0.5 ) );

	height: 400px;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.event-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	color: #fff;
}


.gallery-image-wrap {
	width: auto; 
	max-width: 200px; 
	max-height: 200px;
}

.gallery-image {
	width: 100%; 
	height: 100%; 
	display: block; 
	object-fit: cover;
}

.gallery-image:hover {
	object-fit: contain;
	transform: scale(1.75);
}

.attendee-entry {

}



.tag-manager-button {
	display: none;
}

.attendee-entry:hover .tag-manager-button {
	display: block;
}

.player-row {
}

.player-row .btn {
	color: #212529;
}

.player-row.winner {
	background-color: #c3e6cb;
}

.player-row.winner .btn {
	color: #fff;
}

.play-game-cover {
	width: 20%;
	max-width: 200px;
}

.play-game-cover img {
	width: 200px;
	height: auto;
	max-height: 200px;
}


.form-signin {

}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}


.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}


.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

body {
	display: block;
	height: 100%;
}

main {
	display: block;
	height: 100%;
}

.calendar {
	display: block;
	height: 100%;
}



.calendar-date {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.0em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
}



.calendar-day {
	/*min-height: 10em;*/
	flex-basis: 100%;
	border: 1px solid #ddd;
	display: block;
	position: relative;
	overflow: hidden;
}

.calendar-day-content {
	margin-top: 2.5em;
	padding: 0.5em;
}

.calendar-event {

}

.calendar-today {
	border: 1px solid #f00 !important;
}

@media (min-width: 992px) {

	.calendar-row {
		display: flex;
		flex-flow: row;
		flex: 1 1 auto;
	}

	.calendar-day {
		/*min-height: 10em;*/
		flex-basis: 14.285%;
	}

}

.month-prev {
	opacity: 0.3;
}

.month-prev:hover {
	opacity: 1.0;
}

.month-next {
	opacity: 0.3;
}

.month-next:hover {
	opacity: 1.0;
}


.attendee-list {
	font-size: 1.6em;
}

.tag-list {
	font-size: 0.8em;
}

.tag-remove {
	font-size: 0.5em;
	vertical-align: top;
}


#tag-manager-overlay {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
}

.tag-manager {
	position: absolute;
	max-width: 300px;
}