@media (min-width: 1200px) {
	.container {
		max-width: 970px;
	}
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    overflow: hidden;
    background: #000; /* fallback so no white shows */
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('https://images.squarespace-cdn.com/content/681c089b7380e202fa2b962c/1beee06b-7992-49a4-aa11-874cc5cab4ae/PAH-Parade-1+%281%29.png?content-type=image%2Fpng')
                no-repeat center center;
    background-size: cover;  /* important for edge-to-edge coverage */
    filter: blur(2px) brightness(0.6);
    z-index: -1;
}






h1, h2 {
	text-align: center;
	margin: auto;
}
h2 {
	padding: 10px 0px 20px 0px;
}
.btn-default {
	margin: auto;
	display: block;
}
.wrapper {
	background-color: #ffffff;
	padding: 25px;
	margin: 25px;
	border-radius: 10px;
}
small.text-muted {
	margin: 2px 12px;
	display: block;
}
#avatar_id .item {
	text-decoration: none !important;
	position: relative;
	display: block;
	cursor: pointer;
	padding: 30px 0px;
	margin: 5px;
	width: 200px;
	height: 365px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}
#avatar_id .item:hover {
	background-color: #f9f9f9;
}
#avatar_id .item.clicked {
	background-color: #fff989 !important;
}
#avatar_id .item:hover span {
	background-color: rgba(0, 0, 0, 0.85);
	font-size: 16px;
}
#avatar_id .item span {
	transition: all 0.25s;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	padding: 5px;
	font-size: 10px;
	background-color: rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

.customNavigation {
	text-align: center;
}
.customNavigation a {
	font-size: 12px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}