﻿
html,body{
	height: 100%;
	width: 100%;
}

.navbar {
	background-color:#231f20;
	padding: 1% 0 3% 0;
	font-size: 1.2em; 
}

.navbar-brand{
	min-height: 55px;
	padding: 5px 15px 5px; 
}

.navbar-default .navbar-nav li a{
	color: white;
	text-transform: capitalize;
	
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:active {
	color: #ed5a29;
	border-bottom: 5px solid #ed5a29;
	text-transform: capitalize;
}

.active {
	color: #ed5a29;
	border-bottom: 5px solid #ed5a29;
	text-transform: capitalize;

}

.navbar-toggle{
	background-color: #ed5a29;;
	border: none;
}

#home {
	background: url(img/background.jpeg) no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
}

.landing-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: white;
}

.landing-text h1{
	font-size: 300%;
	font-weight: 300;
	text-transform: capitalize;
}
.landing-text h3{
	margin-top: 5px;
	color: white;
	font-size: 300%;
	
}

.padding {
	padding: 80px o;
}
.padding img{
	width: 100%;
	padding: 10px 0;
}
#fixed{
	background: url(img/rendi.jpg) no-repeat center center fixed;
	display: table;
	height: 60%;
	position: relative;
	width: 100%;
	background-size: cover;
}
#fixed img{
	padding: 10px;
}
#fixed h2{
	color: BLACK;
}

.container h2{
	color: BLACK;
}
.lead{
	background-color: #f7f8f8;
	padding: 30px 30px;
	margin-top: 10px;
	font-size: 1.4em;

}
.btn {
	background-color: #ed5a29;
	color: white;
	border-style: none;
	text-transform: capitalize;
}

#trab{
	background-color:#efefef;
}

footer {
	width: 100%;
	padding: 5% 5% 10% 5%;
	background-color: #231f20;
	color: white;
}

.fa {
	padding: 15px;
	font-size: 25px;
	color: white;
}
.fa:hover{
	color: #ed5a29;
	text-decoration: none;
}

footer h4{
	font-size: 18px;
	font-weight: 200;
}
@media (max-width: 768px){
	.landing-text h1{
		font-size: 300%;
	}
	.fa{
		font-size: 20px;
		padding: 10px;
	}
	.icon{
		padding-top: 5%;
	}
}


/*--- iOS Landing Page Fix
section {
 	position: relative;
 	width: 100%;
 	height: 100%;
 	display: table;
}
.home-wrap {
 	clip: rect(0, auto, auto, 0);
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
}
#home {
	background-image: url('img/mountains.jpeg');
 	position: fixed;
 	display: table;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
          transform: translateZ(0);
	will-change: transform;
	z-index: -1;
}
.landing-text {
	z-index: 100;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
--*/

/*--- iOS Fixed Image Fix
figure {
	position: relative;
	width: 100%;
	height: 60%;
}
.fixed-wrap {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#fixed {
	background-image: url('img/background.jpg');
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
          transform: translateZ(0);
	will-change: transform;
}


