@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 4;
	margin: 4;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	border-radius: 10px;
}

header {
	padding: 10px;
}

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

footer {
	padding: 10px 10px;
}
footer a{
	color: #FFFFFF;
}

body {
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-color:#000000;
	color:#FFFFFF;
	
}

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

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

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

.hero {
	
	background-image: url(images/titlebar2.jpg);
	background-size: cover;
	padding: 60px 20px 60px 20px;
	color: #ffffff;
	text-align: center;
	vertical-align:central;
}

.herog1 {
	background-image: url(images/titlebarg1cds.jpg);
	background-size: cover;
	border-radius: 30;
	padding: 80px 20px 80px 20px;
	color: #ffffff;
	text-align: center;
	vertical-align:central;
}
.hero2 {
	background-image: url(images/cvr.jpg);
	background-color: #003669;
	padding: 80px 20px 80px 20px;
	color: #ffffff;
	text-align: center;
	vertical-align:central;
	
}

.hero3 {
	background-image: url(images/bgclub.jpg);
	background-size: cover;
	padding: 80px 20px 80px 20px;
	color: #ffffff;
	text-align: center;
	vertical-align:central;
}


h1 {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 40px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 20px;
}

h3 {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 20px;
}

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

h6 {
	font-size: 18px;
	font-weight: 200;
	color: #FF0000;
}

h10{
	font-size:60px;
	font-weight:800;
	color:#00FF00;
}

h30{
	font-size:60px;
	font-weight:800;
	color: #FF0000;
}

h20{
	font-size:60px;
	font-weight:800;
	color: #FFFF00;
}


p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 20px;
}
.button-tan {
	border: 2px #000000 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 20px;
}
.info-box-tan ul li {
	list-style-type: none;
	text-decoration: none;
}

.info-box-dark ul li {
	list-style-type: circle;
	text-decoration: none;
}

.info-box-tan {
	background-color: #82c0ff   ;
	color: #000000;
	padding: 10px 20px 10px 20px ;
	text-align: center;
}



.info-box-dark {
	background-color: #004284 ;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	text-align: center;
}
.info-box-dark a {
	color:#FFFFFF;
}
.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
	
}

.col-lg-one-third {
		width: 50%;
		float:left;
		padding: 10px 10px 20px;
	}

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

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width:900px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	.col-lg-one-third {
		width: 33.3%;
		padding: 10px 10px 20px;
	}
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1400px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	.style-nav-foot {
		float: left;
	}
	
	.style-nav-foot ul li {
		display: inline-block;
	}
	
	.style-nav-foot ul {
		text-align: center;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
	
	.col-lg-one-third {
		width: 25%;
		padding: 10px 10px 20px;
	}
	.style-nav-foot {
		float: left;
	}
	.style-social {
		float: right;
	}
}
