.calandar-head {
	letter-spacing: 0.2em;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:30px;
	text-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
	color:#fff;
}
.monthly {
	box-shadow: 0 13px 40px rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
}
.event-calendar{
	text-align: center;
}

input[type="text"] {
	padding: 15px;
	border-radius: 2px;
			font-size: 16px;
	outline: none;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: rgba(63, 78, 100, 0.27);
	color: #fff;
	width: 250px;
	box-sizing: border-box;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
input[type="text"]:hover {
	border: 2px solid rgba(255, 255, 255, 0.7);
}
input[type="text"]:focus {
	border: 2px solid rgba(255, 255, 255, 1);
	background:#eee;
	color:#222;
}
.desc {
	max-width: 250px;
	text-align: left;
	font-size:14px;
	padding-top:30px;
	line-height: 1.4em;
}
.resize {
	background: #222;
	display: inline-block;
	padding: 6px 15px;
	border-radius: 22px;
	font-size: 13px;
}
@media (max-height: 700px) {
	.sticky {
		position: relative;
	}
}
@media (max-width: 600px) {
	.resize {
		display: none;
	}
}