html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
header, section, article, aside, nav, footer, address {
	display: block;
}
#header {
	padding: 50px 0 100px;
	background-size: cover;
	background-position: top center;
	background: url("../images/bodyBg.jpg") repeat;
}
body {
	font-size: 18px !important;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ec1f26 !important;
}
input,textarea,select{
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #555;
}
a:hover,.submit:hover{
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.text-black{color: #000}
*{text-decoration: none}
.heading {
	letter-spacing: 8px;
    font-weight: 700;
}
#header .desc {
	font-size: 18px;
    font-weight: 600;
    letter-spacing: 12px;
}
#header .top {
	padding-top: 120px;
}
#header .navbar-brand {
	margin-top: 30px;
}
#spotlight {
	padding: 60px 0;
}
.bg-red-dark {
	background: #8b0e14 !important;
}
.border-bottom.bdr-btm-red {
	border-bottom: 1px solid #ad0e16 !important;
}
#calEvent .list {
	color:#fff;
	list-style: disc inside;
}
#calEvent .list li {
	margin-bottom: 5px;
}
#calEvent .list li:last-of-type {
	margin-bottom: 0;
}
#calEvent .list a {
	color:#fff;
}
@media screen and (max-width:767px){
	#header {
		padding: 15px 0;
	}
	#header .top {
		padding-top: 0;
	}
	#header .navbar-brand {
		margin-top: 0;
		padding: 0;
	}
	#header .navbar-brand img{
		width: 100%;
	}
	.ktlogo img {
		width: 50px;
	}
	.heading {
		letter-spacing: 0px;
		font-weight: 700;
		font-size: 20px;
	}
	#header .desc {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0px;
	}
	#spotlight {
		padding: 30px 0;
	}
	.h2,
	h2 {
		font-size: 22px !important;
	}
	body {
		font-size: 16px !important;
	}
}