/*** FONT IMPORTS ***/
@import url(https://db.onlinewebfonts.com/c/d6ec529e4063034dcdbc3732453e9a37?family=Cabrito+Sans+W01+Cn+Bold+Ital);

/*** HTML ELEMENTS ***/
body {
	font-family: "Courier New", monospace;
	background-image: linear-gradient(#004A4B, #05173B);
	color: #2B2B2B;
	margin: 0;
	padding: 10px;
	text-align: center;
}

footer {
	font-size: 12px;
	margin: 12px auto;
}

/* h1 {
	color: #000000;
	font-size: 36px;
	text-shadow: 2px 2px 2px #ffd700;
} */

h2 {
	background: linear-gradient(to right, rgba(138, 215, 255, 1) 0%, rgba(218, 251, 252, 1) 50%, rgba(220, 252, 252, 0) 100%) repeat scroll 0% 0% / auto padding-box border-box;
	box-sizing: border-box;
	color: #2c8ec7;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5.5px;
	margin-top: 10px;
	margin-right: 0;
	padding: 5px 5px 2px;
	width: 65%
}

/*** CLASSES ***/
.wrapper {
	max-width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 3px solid #000000;
	border-radius: 0px;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.banner {
	background-image: url(/index_files/dalekchan.png), linear-gradient(#d1d5ee, #eef2ff);
	background-position: 25px 5px, center;
	background-repeat: no-repeat, no-repeat;
	background-size: 24%, cover;
	box-sizing: border-box;
	color: #540089;
	font-family: "Cabrito Sans W01 Cn Bold Ital";
	font-size: 120px;
	font-weight: normal;
	height: 150px;
	line-height: 1;
	margin: 0;
	text-align: right;
	text-shadow: none;
	padding-right: 25px;
	padding-top: 20px;
	width: 800px;
}

.marquee {
	background-image: linear-gradient(#8C79EA, #d2ccf2);
	color: #2B2B2B;
	font-weight: bold;
	margin: 5px 0;
}

.menu {
	margin: 20px 0;
	font-size: 1.24em;
	background-image: linear-gradient(#004A4B, #05173B);
	background-color: #98E;
	padding: 3px 7px;
	border-bottom: 1px solid #98E;
}

.content {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.main-content {
	width: 70%;
	text-align: left;
}

.iotm { border:2px solid #000000; } /* Image of the month */

.sidebar {
	width: 25%;
	background-color: #f0e68c;
	padding: 10px;
}

.counter {
	margin-top: 20px;
	font-size: 12px;
}

.guestbook {
	background-color: #f0f8ff;
	border: 1px solid #4682b4;
	padding: 10px;
	margin-top: 20px;
}

.corner {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 240px;
}