/*	
	----------------------------------------------------------------
	         BC World - Under construction en error pages
	----------------------------------------------------------------
	                  Version: 1.0.0 (04-05-2019)
	----------------------------------------------------------------
	                  Copyright (c) 2019 BC World
	----------------------------------------------------------------
*/

/* 
	---------------------------
	Set Basic Elements 
	---------------------------
*/

html {
	background:#fff url(../images/bg-img-1.jpg) no-repeat center center fixed;
	min-height:100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover; 
}

body {
	background:transparent;
	min-height:100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height: 1.5em;
	color:#000;
}

h1, h2, h3, h4, h5, h6{
	color:#000;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{
	font-family: 'Wire One', Helvetica, Arial, sans-serif;
	font-size:3.0em;
	font-weight:bold;
	line-height:1em;
	color:#000; 
	margin-bottom:15px; 
}
h2{
	font-family: 'Wire One', Helvetica, Arial, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	line-height:.9em;
	color:#000; 
	margin-top:0;
	margin-bottom:40px; 
}
h2 a {
	font-family: 'Wire One', Helvetica, Arial, sans-serif;
	font-weight:bold;
}
h2 a:hover {
	font-family: 'Wire One', Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#00F; 
}
h3{
	font-family: 'Wire One', Helvetica, Arial, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.3em;
	color:#000; 
	margin-bottom:5px;

}
h4{font-family: Tahoma, Arial;}
h5{font-family: Tahoma, Arial;}
h6{font-family: Tahoma, Arial;}

p {
	font-family: 'Wire One', Helvetica, Arial, sans-serif;
	font-size:1.0em;
	font-weight:normal;
	line-height:1.3em;
	color:#999999; 
}

a {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	color:#000;
	text-decoration:underline;
	font-weight: normal;
}

/* 
	---------------------------
	Set Page Elements 
	---------------------------
*/

.section { 
	text-align: center;
	overflow:auto;

	top:0;
	width: 100%; 
	height:100%;
	min-height:420px;
	z-index: 1;

	padding-top:100px;
	padding-bottom:50px; 

	display:none;
} 
@media (min-width: 768px) {
	.section { padding-top:260px;}
}

#home { 
	display: block;
}

#logo {
	font-family: Tahoma, Arial;
	font-size: 60px;
	color: #000;

	position:absolute;
	bottom:50px;
	left:50px;
	height:auto;
	z-index:1000;
}

#copyright {
	font-family: Tahoma, Arial;
	font-size: 15px;
	color: #000;

	position:absolute;
	bottom:10px;
	right:50px;
	height:auto;
	z-index:1000;
	text-align: center;
}
#copyright span {
  	opacity: 0.5;
  	filter: alpha(opacity=50); /* For IE8 and earlier */
}
#copyright a {
	color:#000;
	text-decoration:none;
	font-weight: normal;
  	opacity: 0.5;
  	filter: alpha(opacity=50); /* For IE8 and earlier */
}
#copyright a:hover {
	color:#000;
	text-decoration:underline;
	font-weight: normal;
  	opacity: 1.0;
  	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* 
	---------------------------
	Set Navigation Elements 
	---------------------------
*/

#main-nav{
	position:absolute;
	top: 0px;
	left: 10px;
}
#main-nav ul {
	margin: 0;
	padding:0;
}
#main-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #000;
	padding:150px 10px 10px 10px;
	margin: 1px;
	opacity: .5;
}
#main-nav ul li:hover {
	opacity: 1;
}
#main-nav a {
	color:#000; 
	text-decoration: none; 
}
#main-nav a:hover {
	color:#000; 
	text-decoration: none; 
}
#main-nav a:active {
	color:#000; 
	text-decoration: none; 
}
