@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding:0px;
	background-color: black;
}


.hollyland-logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	height: 103px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(images/img/Glowing-Logo-copy.png);
	margin-top: 0px; margin-bottom: 30px;
	z-index: 2;
}

#hollyland-logo {margin: 0px;}

.centered {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


.page {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:12pt;
	position: relative;
	width: 1000px;
	min-height: 2000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	/* border: 5px solid red; */
	
}

.main-cosmo1000 , .main-cosmo400 {
	position: relative;
	width: 1000px;
	min-height: 1000px;
	float: none;
	clear: both;
}


.main-cosmo1000 {
	background: url(images/img/COSMO1000-System--Frontal-with-Antenna-L.jpg) top left no-repeat #000;
	background-size: contain;
}

.main-cosmo400 {
	background: url(images/img/bg-Cosmo-400-main.jpg) top no-repeat #000;
}


section {
	width: 100%;
	padding: 10px;
	color: white;
	}


p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

h1 { 
	font-family: 'Montserrat', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #3087b4;
	font-size: 30pt;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0px;
}



h2 { 
	font-family:  Montserrat, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: white;
	font-size: 20pt;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 0px;
}



.icon-big {
	width: 100px;
	height: 100px;
	background-size: cover;
	float: left;
}

.ObjectCentre {
	min-width: 200px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}


#featureButton {
	width: 250px; 
	height: 40px; 
	color: white; 
	text-align: center; 
	vertical-align: middle;
	border: 1px solid white; 
	background-color: rgba(255, 255, 255, 0.1);
	
	
	/* background-image: url(images/img/COSMO1000-Battery.jpg); */
	
}


#featureButton a, 
#featureButton a:active, 
#featureButton a:link,
#featureButton a:visited 
	{
		text-decoration: none;	
		color: white;
	}

#featureButton a:hover {
	color: yellow;
	
}



footer , footer > p {
	text-align: center;
	font-size: 10pt;
	color: #ABABAB;
}

footer a {
	text-decoration: none;
	color: white;
}



#gallery-links img {
	border: 1px #3D3D3D solid;
	border-radius: 10px;
	margin: 2px;
}

#gallery-links a {
	border: none;
	text-decoration: none;
}
