.h3, h3 {
    font-size: 1.1rem;
}
.h4, h4 {
    font-size: 1.4rem;
}
.h5, h5 {
    font-size: 1.7rem;
}

.h6, h6 {
    font-size: 0.8rem !important;
}

.btn {
    font-size: 0.9rem;
	padding: 4px;
	line-height: 1;
}

.btn-sm {
    font-size: 0.9rem;
}

.btn-md {
    font-size: 1.0rem;
}

.btn-lg {
    font-size: 1.2rem;
}

body {
	line-height: 1;
	font-family: Tahoma;
}

header {
	text-align: center;
}

#calendar {
	width: 100%;	
}

#calendar a {
	color: #1b4f72 ;
	text-decoration: none;
}

#calendar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#calendar tr {
	padding: 0;
	margin: 0;
}

#calendar li {
	display: block;
	float: left;
	width:14.342%;
	padding: 5px;
	box-sizing:border-box;
	border: 1px solid #ccc;
	margin-right: -1px;
	margin-bottom: -1px;
}

#calendar td {
	padding: 5px;
	box-sizing:border-box;
	border: 1px solid #ccc;
	margin-right: -1px;
	margin-bottom: -1px;
	width: 14%;
	height: 150px;
}

#calendar td:hover {
	background: #d3d3d3;
}

#calendar ul.weekdays {
	height: 40px;
	background: #8e352e;
}

#calendar .weekdays {
	height: 40px;
	background: #8e352e;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border: none !important;
	padding: 10px 6px;
	color: #fff;
	font-size: 13px;
}

#calendar ul.weekdays li {
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border: none !important;
	padding: 10px 6px;
	color: #fff;
	font-size: 13px;
}

#calendar tr.weekdays th {
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border: none !important;
	padding: 10px 6px;
	color: #fff;
	font-size: 13px;
}

#calendar .days li {
	height: 180px;
}

#calendar .days td {
	height: 180px;
}

#calendar .days li:hover {
	background: #d3d3d3;
}

#calendar .days td:hover {
	background: #d3d3d3;
}

#calendar .date {
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
	background: #333;
	color: #fff;
	width: 30px;
	border-radius: 50%;
	float: right;
}

#calendar .otherdate {
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
	background: #989898;
	color: #fff;
	width: 30px;
	border-radius: 50%;
	float: right;
}

.event2 {
	clear: both;
	display: block;
	font-size: 13px;
	border-radius: 4px;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 14px;
	background: #e4f2f2;
	border: 1px solid #b5dbdc;
	color: #000;
	text-decoration: none;
}

#calendar .event-desc {
	color: #666;
	margin: 1px 0 2px 0;
	text-decoration: none;	
}

#calendar .other-month {
	background: #f5f5f5;
	color: #666;
}

/* ============================
				Mobile Responsiveness
   ============================*/


@media(max-width: 768px) {

	#calendar .weekdays, #calendar .other-month {
		display: none;
	}

	#calendar li {
		height: auto !important;
		border: 1px solid #ededed;
		width: 100%;
		padding: 10px;
		margin-bottom: -1px;
	}

	#calendar .date {
		float: none;
	}
}

@media screen and (max-width : 980px)
{
  body
  {
    font:14px;
  }
}
@media screen and (max-width : 1804px)
{
  body
  {
    font:18px;
  }
}