@charset "UTF-8";
/* CSS Document */
html, body{
	background-color: #70c2ff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, "sans-serif";
}
.Container{
	width: 100%;
	background-color: #70c2ff;
}
.Logo{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 150px;
	height: 60px;
	background-position: left center;
	background-image: url("../images/DILWLLogo.png");
	background-repeat: no-repeat;
	background-size:contain;
}
.TitleContainer{
	margin-top: 40px;
	background-position: top right;
	background-image: url("../images/Cloud1.png");
	background-repeat: no-repeat;
	background-size: 233px 200px;
	box-sizing: border-box;
   animation:Cloud1 5s infinite;
}

@keyframes Cloud1 {
  0% {
    background-position: top right;
  }
  50% {
   background-position: top right -10px;
  }
  100% {
    background-position: top right;
  }
}
h1{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 120%;
	text-align: center;
	font-size: 35px; 
	color: #FFF;
}
h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	text-align: center;
	font-size: 28px; 
	color: #FFF;
	font-weight: normal;
}
p{
	font-size: 13px;
	line-height: 180%;
}
a{
	background-color: #25a69e;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
table{
	margin-top: 20px;
	width: 100%;
}
th{
	background-color: #25a69e;
	color: #ffffff;
	padding: 10px;
	text-align: center;
}
td{
	color: #333333;
	padding: 10px;
	text-align: center;
	font-size: 13px;
}
tr:nth-child(even) td{
	background-color: #FFFFFF;
}
tr:nth-child(odd) td{
	background-color: #F5FCFC;
}

.PerformancesActivities table tr:nth-child(7) td[rowspan] {
	background-color: #FFFFFF;
}
.PerformancesActivities table tr:nth-child(11) td[rowspan] {
	background-color: #FFFFFF;
}
.BannerContainer{
	width: 100%;
	min-height: 780px;
	margin: 20px auto 0px auto;
	padding: 0px 50px 0px 50px;
	background-position: top center, top left;
	background-image: url("../images/DILWLBuilding.png"), url("../images/Cloud2.png");
	background-repeat: no-repeat;
	background-size: cover, 333px 218px;
	box-sizing: border-box;
   animation:Cloud2 3s infinite;
}

@keyframes Cloud2 {
  0% {
    background-position:  top center, top left;
  }
  50% {
   background-position:  top center, top left -10px;
  }
  100% {
    background-position:  top center, top left;
  }
}
@media only screen and (max-width: 1920px) {
	.BannerContainer{
	min-height: 600px;
	}
}
@media only screen and (max-width: 1280px) {
	.BannerContainer{
	min-height: 400px;
	}
}
.EventInformation{
	display: flex;
  justify-content: space-between;
	margin: 20px auto;
	width: 100%;
	color: #FFF;
	padding: 0px 30px 200px 30px;
	background-position: bottom right;
	background-image: url("../images/Cloud3.png");
	background-repeat: no-repeat;
	background-size: 233px 166px;
	box-sizing: border-box;
}
.EventInformation div{
	width: 49%;
}
.CampusAdmissionTalk{
	margin: 0px auto 0px auto;
	width: 100%;
	color: #FFF;
	padding: 0px 30px 200px 30px;
	background-position: bottom left;
	background-image: url("../images/Cloud2.png");
	background-repeat: no-repeat;
	background-size: 233px 152px;
	box-sizing: border-box;
}

.ProgrammeTalkAndAlumniSharing{
	margin: 0px auto 0px auto;
	width: 100%;
	color: #FFF;
	padding: 0px 30px 200px 30px;
	background-position: bottom right;
	background-image: url("../images/Cloud1.png");
	background-repeat: no-repeat;
	background-size: 233px 200px;
	box-sizing: border-box;
}
.WalkinWorkshops{
	margin: 0px auto 0px auto;
	width: 100%;
	color: #FFF;
	padding: 0px 30px 200px 30px;
	background-position: bottom left;
	background-image: url("../images/Cloud2.png");
	background-repeat: no-repeat;
	background-size: 233px 152px;
	box-sizing: border-box;
}
.PerformancesActivities{
	margin: 0px auto 0px auto;
	width: 100%;
	color: #FFF;
	padding: 0px 30px 200px 30px;
	background-position: bottom right;
	background-image: url("../images/Cloud3.png");
	background-repeat: no-repeat;
	background-size: 233px 166px;
	box-sizing: border-box;
}
.SchoolRegistration{
	margin: 0px auto 0px auto;
	width: 100%;
	color: #FFF;
	padding: 0px 30px 200px 30px;
	background-position: bottom left;
	background-image: url("../images/Cloud2.png");
	background-repeat: no-repeat;
	background-size: 233px 152px;
	box-sizing: border-box;
	text-align: center;
}

.VisitUs{
	margin: 0px auto 0px auto;
	width: 100%;
	color: #FFF;
	padding: 0px 30px 200px 30px;
	background-position: bottom right;
	background-image: url("../images/Cloud1.png");
	background-repeat: no-repeat;
	background-size: 233px 200px;
	box-sizing: border-box;
	text-align: center;
}
.DILWLMap{
	width: 95%;
	max-width: 500px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.Disclaimer{
	margin: 100px auto 100px auto;
	width: 95%;
	max-width: 1920px;
	color: #FFF;
	text-align: center;
}
td.Topic{
	width: 25%;
	text-align: left;
}
td.CourseIntroduction{
	width: 30%;
	text-align: left;
}