html {
	font-size: 100%;
	font-weight: 400;
	font-family: 'alegreya_sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
}

body {
	margin:0;
	padding:0;
	color: #181818;
}

iframe {
	width: 100%;
	height: 315px;
}

.boxshadow {
	-moz-box-shadow:    	0px 0px 6px 1px black;
	-webkit-box-shadow:  	0px 0px 6px 1px black;
	box-shadow:          	0px 0px 6px 1px black;
}

.site {
	max-width: 100%;
	height: auto;
}

a {
	color: red;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #ffba01;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

header.boxheader {
	background: red;
	padding: 5px;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 60%;
}

header {
	margin-bottom: 20px;
}

header .logo {
	margin: 0 auto;
	padding-top: 5px;
}

h1 {
	font-size: 1.6em;
	display: block;
	text-align: center;
	color: white;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1.3em;
	font-family: 'qumpellkano12', 'alegreya_sans', sans-serif;
	margin-top: 2px;
}

h1 span {
	color: #ffba01;
	display: block;
	font-size: 1em;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0;
	font-family: 'alegreya_sans', sans-serif;
}

.content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 4% 0 4%;
	color: white;
	text-align: center;
	position: relative;
}

.content.content_calendarlist {
	max-width: 800px;
}



.info {
	color: black;
	background: white;
	font-weight: 500;
	margin: 0 auto;
	margin-bottom: 25px;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	padding: 20px;
	border: 6px solid #ffba01;
	hyphens: auto;
}

.info.info_calendar {
	padding: 0px 20px 0px 20px;
	max-width: 800px;
}

.info .border {
	padding: 20px;
	border-color: black;
	background: white;

}

.info article {
position: relative;
}

.info article h2 {
	margin-bottom: 20px;
}


.new {
  width: 50px; /* adjust to control the size */
	background: orange;
	color: white !important;
	font-size: 1rem;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
}

.info p:last-child {
	margin-bottom: 0;
}

.info ul {
	margin-top: 0;
	padding-left: 25px;
}


.inlinelist,
.inlinelist li {
	display: inline;
}
.inlinelist.linklist {
	display: block;

}
.inlinelist.linklist li {
	margin: 0 5px 0 5px;
}

.calendar {
	display: flex;    
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
	
}

.day {
	flex: 0 1 14.6%;
	max-width: 14.6%;
	height: auto;
	text-align: center;
	font-weight: 800;
	text-shadow: 2px 2px 6px black;
	font-size: 1.5rem;
	text-decoration: none;
	min-height: 130px;
	line-height: 130px;
	color: white;
	border: 1px dashed rgba(238,217,6,0.3);
	background-color: rgba(67,135,241,0);
	margin-bottom: 4%;
}

.day.currentpast {
	border: 1px dashed rgba(238,217,6,1);
}

.day:hover,
.day:active {
	background-color: rgba(67,135,241,0.6);
}

.sentence_wrapper {
	background: rgba(0,0,0,0);
	max-width: 100%;
	height: 100vh;
	position: absolute;
  z-index: 2;
	margin: 0 auto;
	top: 0px;
  left: 0;
  right: 0;
}

.sentence {
	position: absolute;
  top: 0px;
  z-index: 100;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
	background: #fe3509;
	padding: 5px;
	font-size: 2em;
	font-weight: 400;
	color: white;
	line-height: 1.3em;
	text-align: center;

} 


.border {
	border: 8px solid #ffba01;
	padding: 30px 25px 15px 25px;
}

.sentence h2 {
	font-style: italic;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 20px;
}


button.remove {
	margin-top: 15px;
	border: 0;
	background-color: #ffba01;
	padding: 10px;
	font-weight: 700;
	font-size: 0.5em;
	font-family: 'alegreya_sans', sans-serif;
}

button.remove:hover,
button.remove:active {
	background-color: darkred;
	color: white;

}

button.remove_corner {
	margin-top: 0;
	position: absolute;
	top: 13px;
	right: 13px;
	padding: 5px 8px 5px 8px;
}


.footer {
	position: relative;
	background-color: rgba(0,0,0,0.5);
	/* background: #1b2767; */
	max-width: 100%;
	height: auto;
	text-align: center;
	color: white;
	padding: 20px 10% 20px 10%;
	line-height: 1.5em;
	font-size: 1.1em;
}

.footer a {
		color: #ffba01;
	
}

.footer a:hover,
.footer a:active,
.footer a:focus {
	color: white;
}

.hidden {
	display:none;
}


@media only screen and (max-width: 1000px) {

	.day {
		flex: 0 1 20%;
		max-width: 20%;

	}

}


@media only screen and (max-width: 500px) {

	.day {
		flex: 0 1 30%;
		max-width: 30%;
		min-height: 100px;
		line-height: 100px;
	}

}