
@import url('https://fonts.googleapis.com/css?family=Oswald|Slabo+27px');

	h1{
		font-size: 5em;
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
	}
	h1,h2,h3,h4 {
		font-family: 'Oswald', sans-serif !important;
	}
	p {
		font-family: 'Slabo 27px', serif !important;
		font-size: 17px;
	}
	.intro p{
		color: #fff;
	}
	
	.intro {
		padding: 2.5%;
		color #FFF !important;
		text-shadow: 0px 0px 1px #333;  
		background-color: rgba(0,0,0, .5); 
	}
	.intro:hover, .intro:after {  
		animation-name: box-animate ;
		animation-duration: 1s;
		animation-fill-mode:forwards;
	} 
	
	@keyframes box-animate {
		from {  
		background-color: rgba(0,0,0, .5); 
		}
		to { 
		background-color: rgba(0,0,0, .75); 
		}
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
		box-shadow: 1px 1px 3px #000; 
		padding: 5%;
		color: #FFF;
	}

	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}
	
	
	.animation-delay-0-5 {
		animation-delay: 0.5s;
	}
	.animation-delay-1 {
		animation-delay: 1s;
	}
	/*Adding background for the slides
	* --------------------------------------- */
	#section1{
		background-image: url(images/enterprise.jpg);
		background-size: cover;
		background-position: 100% 100%;
		padding: 0;
	}
	#section2{ 
		background-image: url(images/network.jpg);
		background-size: cover;
		background-position: 100% 100%; 
		padding: 0;
	}
	#section3{
		background-image: url(images/security.jpg);
		background-size: cover;
		background-position: 100% 0%;
		padding: 0; 
	}
	#section4{
		background-image: url(images/bamboo.jpg);
		background-size: cover;
		background-position: 100% 100%;
		padding: 0; 
	}
	.btn-primary {
		color: #fff;
		background-color: #337ab7;
		border-color: #2e6da4;
	} 
	 
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
#header-row-company {
	background: url('images/enterprise.jpg');
    background-size: cover;
    height: 500px;
	background-position: 50%;
}
#header-row-connectivity {
	background: url('images/connect.jpg');
    background-size: cover;
    height: 500px;
	background-position: 50%;
}
#header-row-security {
	background: url('images/security.jpg');
    background-size: cover;
    height: 500px;
	background-position: 0% 3%;
}
#header-row-environment {
	background: url('images/environment.jpg');
    background-size: cover;
    height: 500px;
	background-position: 0% 65%;
}
.header-text {
	position:absolute;
	margin-top: 10%;
	width:100%;
	text-align: center;
	color: #FFF;
    padding-top: 2%;
    padding-bottom: 2%;
	background-color: rgba(0, 0, 0, .75);
}
.header-text hr {
	width: 25%;
	margin-left: 37.5%;
    background-color: rgba(0,0,0, .75); 
}
.header-text2 {
	position:absolute;
	margin-top: 20%;
	width:100%;
	text-align: center;
	color: #FFF;
    padding-top: 2%;
    padding-bottom: 2%;
	background-color: rgba(0, 0, 0, .75);
}
.header-text2 hr {
	width: 25%;
	margin-left: 37.5%;
    background-color: rgba(0,0,0, .75); 
}
.header-col {
	padding-left: 0% !important;
	padding-right: 0% !important;
}
.about-text {
	margin-top: 5%;
	font-size: 1.5em;
}
.footer-row {
	font-size: 1.5em;
	margin-top:5%;
	background-color: rgba(1, 68, 1, 0.87);
	color: #FFF;
	border-top: 1px solid black;
	padding-top: 2.5%;
}
 