﻿body {
	background-image: url("./images/honeycomb.jpg");
	background-size: contain;
	width: 100%;
	height: 100%;
}

a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}

.logomark {
	padding-top: 20px;
	padding-bottom: 10px;
}

.items {
	position: relative;
	width: 75%;
	margin: auto;
	border-style: solid;
	border-width: 6px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
  }

.caution_blink {
	font-size: 0.8rem;
	color: red;
	text-align: center;
	animation: caution 1s ease-in-out infinite alternate;
}

@keyframes caution_blink {
	0% {
		opacity: 0;
	}
		100% {
		opacity: 0.7;
	 }
}

.button {
	width: 20%;
	margin: auto;
	padding: 10px;
	text-align: center;
	background: #ffefd5;
	cursor: pointer;
}

.image-cell {
}

.image-cell img {
	width: 100%;
}

#title {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}

#title .bee_illust{
	width: 5%;
}

#main{
}

#main #about{
}

#main #concert{
}

#main #archives{
}
