@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:Bahnschrift;
	src: url(bahnschrift.ttf);
}

BODY {
	background:#343542;
	color:#fff;
	padding:0;
}

div, span, p, li, h1, h2, h3, h4, h5, input {
	font-family: "Bahnschrift", "Roboto", sans-serif;
}

a, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover, a:active {
	color:#d5a3de;
}

.bg-floater {
	position:fixed;
	width:600px;
	height:682px;
	z-index:-100;
	top: 60px;
	left: 50%;
	transform: translate(-50%, 0);
	transform: translate(-800px, 0);
	
	background-image:url("img/bb26_daiyokai-notext-transparent-small.png");
	background-repeat:no-repeat;
	opacity:0.3
}

.container {
	width:660px;
	max-width:100%;
	min-width:700px;
	padding:0 30px;
	margin:0 auto;
	align-content:center;
	
	background-color:rgba(32,32,39,0.8);
}

.banner {
	
}

.banner h1 {
	font-family:Roboto, sans-serif;
	color:#fff;
	text-align: center;
	font-weight:normal;
	font-size:70px;
	margin-bottom:0;
	text-shadow: 2px 5px 0 #39271a;
}

.banner img {
	margin:0 0 20px 0;
	max-width:600px;
}

.info-box {
	font-family:'Bahnschrift', 'Times New Roman', Sans-Serif;
	font-size:28px;
	text-align:center;
}

.info-box .date {
	font-size:45px;
	font-weight:bold;
	padding:0;
	line-height:45px;
	margin:0 0;
}

.info-box .location {
	font-size:31px;
	font-weight:bold;
	line-height:31px;
	margin:10px 0 30px 0;
}

.info-box .photo {
	max-width:600px;
}

.info-box .blurb {
	font-size:26px;
	font-weight:normal;
	line-height:26px;
	max-width:500px;
	margin:10px auto 40px auto;
}

.link-group {
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;  flex-flow: row nowrap;
  	overflow-x: scroll;  
	scroll-snap-type: x mandatory;
  	scrollbar-width: none;
	margin-bottom:20px;
}

.link-group .link {
	width:30%;
	background:#202027;
	padding:20px 20px 10px 20px;
	border-radius:30px;
	margin:0 10px;
	text-align:center;
}

.link-group .link a.purple:hover, .link-group .link a.purple:active {
	color:#d5a3de;
}
.link-group .link a.green:hover, .link-group .link a.green:active {
	color:#b1ffc0;
}

.link-group .link img.icon {
	width:90%;
	margin:auto;
}

.link-group .link h3 {
	text-align:center;
}


@media (1250px >= width) {
    .container {
        width: 95%;
    }
	
	.banner h1 {
		font-size:110px;
	}

    .link-group .link h3 {
         font-size: 25px;
    }
}