

body {
	background-image: url("../img/ice3.jpg");
}

.container {
	width: 1200px;
	height: 1800px;
	background-color: #e6e6e6;
	margin: auto;
	box-shadow: 10px 10px 5px #808080;
	border-radius: 10px;
}

.header {
	width: 100%;
	height: 425px;
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
}

#headerlft img{
	margin-top: 15px;
}

#headerbtm {
	font-size: 35px;
	color: #2e3091;
}

.line {
	width: 100%;
	height: 15px;
	background-color: #96abc0;
}

.innercont {
	width: 100%;
	margin: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.innercont img {
	margin-left: 20px;
	border-radius: 20px;
}

.sec1 {
	text-align: center;
	color: #e91c24;
	width: 90%;
	margin-left: 50px;
}

.sec1 p {
	color: #2e3091;
}


.sec2 {
	text-align: center;
	color: #2e3091;
}

.sec2 ul {
	list-style-image: url("img/ice3.png");
	list-style-position: inside;
	padding: 2px;
}

.sec2 #event1 {
	width: 50%;
	float: left;
	text-align: right;
}

.sec2 #event2 {
	width: 50%;
	float: right;
	text-align: left;
}

.sect3 {
	width: 100%;
	height: 250px;
	background-color: #96abc0;
	text-align: center;
	margin-top: 100px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: -20px;
	color: #2e3091;
}

.footer {
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: strong;
}

