@charset "UTF-8";
/* CSS Document */
html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	background-color: #ffffff;
}

img {
	width: 100%;
	max-width: 1200px;
	height: auto;
	vertical-align: middle;
}

main {
	background-color: #ffffff;
}

footer {
	padding: 20px 20px;
	background-color: #ffffff;
}

foot {
	padding: 10px 10px;
	background-color: #e0e0e0;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #660033;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 225px;
}

.style-img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.style-img2 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.style-deeshan {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	float: center;
	width: 300px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #333333;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.hero {
	background-image: url(2018/logo.png);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}
/* for youtube video*/
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.20%;
	position: relative;
	height: 0;
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.center {
    text-align: center;
}

h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

h2 {
	font-size: 22px;
	text-transform: lowercase;
	margin-bottom: 13px;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	text-transform: lowercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.large {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 35px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 5px 10px;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.buttonb {
	border: 2px #333333 solid;
	padding: 5px 10px;
	border-radius: 10px;
	color: #333333;
	text-decoration: none;
}

.info-box-tan {
	background-color: #660033;
	color: #FFFFFF;
	padding: 20px 20px 20px;
	text-align: center;
}

.info-box-dark {
	background-color: #330033;
	color: #FFFFFF;
	padding: 20px 20px 20px;
	text-align: center;
}
.info-box {
	background-color: #ffffff;
	color: #333333;
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.foot-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
	background-color: #ffffff;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.text {
	font-size: 16px;
	font-weight: 400;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 35px;
	text-align: left;
}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	h2 {
		margin-bottom: 13px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col-md-one-fourth {
		width: 25%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;

	}
	
	.text {
	font-size: 16px;
	font-weight: 400;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 35px;
	text-align: left;
}
	
	.style-logo {
		float: center;
	}
	
	.style-nav {
		float: none;
	}
	
	.style-text {
		float: center;
	}
		
	.col-lg-one-fourth {
		width: 25%;
	}

	.col-lg-one-half {
	width: 50%;
	}
}
