@font-face {
    font-family: 'QuickSand';
    src: url('../fonts/quicksand-regular-webfont.eot');
    src: url('../fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-regular-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-regular-webfont.woff') format('woff'),
         url('../fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
#cc5123; ORANGE
#1d5883; BLUE

*/
html, body { 
	height: 100%;
}
html, body {
	font-family: 'Varela Round', Verdana, sans-serif;
}
body {
	padding-top: 50px;
}
a {
	text-decoration: none;
}

.navbar {
	font-family: QuickSand, 'Lucida Sans Unicode', sans-serif;
}
.navbar-inverse .navbar-brand {
	font-size: 2.8em;
	color: #cc5123;
}
.navbar-nav {
	font-size: 1.2em;
	text-transform: uppercase;
}
.jumbotron {
	color: white;
	text-shadow: #222 1px 2px 2px;
	background:transparent;
}
.page-header {
	border-bottom: none;
}
h1 {
	color: white;
	text-shadow: #222 1px 2px 2px;	
	display: inline;
	padding-left: 200px;
	padding-right: 10px;
	margin-left: -200px;
	margin-bottom: 10em;
	
	background: #1d5883;
	border-top-right-radius: 0.2em;
	border-bottom-right-radius: 0.2em;
}
.glyphicon {
	color: white;
	text-shadow: #222 1px 2px 2px;	
	display: inline;
	font-size: 140%;	
}
#presentation { 
	background: url(../img/karedwen-surlestoits.jpg) 50% 0 fixed;	
}
#competences { 
	background: #043150;	
}
#realisations { 
	background: url(../img/karedwen-lampadaireII.jpg) 50% 0 fixed;
}
#contact {
	background: url(../img/karedwen-les_chemins.jpg) 50% 0 fixed;
	
}
#presentation,  #competences,  #realisations, #contact {
	min-height: 100%;
	height: auto;  
	margin: 0 auto;
	padding: 50px 0;
	width: 100%; 
	position: relative; 
	box-shadow: 0 0 50px rgba(0,0,0,0.8);
	background-size: cover;
}

section a, footer a, section a:visited, footer a:visited {
	text-shadow: #000 1px 2px 2px;
	font-weight: bold;
	color: #cc5123;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	
	transition: all 1s ease-in-out;	
}
section a:hover, footer a:hover, section a:active, footer a:active{
	color: #cc5123;
	border-color: #cc5123;
	text-decoration: none;	
}
section ul {
	padding-left: 1em;
	
	list-style: none;
    padding-left: 1.2em;
    text-indent: -1.2em;
}
section li:before {
    content: "◊";
	font-size: 0.8em;
    display: block;
    float: left;
    width: 1.2em;
}
.box {
	background-color: transparent;
	background-image: url(../img/content-bg.png);	
	min-height: 20px;
	padding: 0 10px;
	margin-bottom: 10px;
	
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.box h2 {
	margin-top: 5px;	
}

footer  {
	height: 50px;
	padding: 1em;
	background: #333;
	color: white;
}

.carousel-caption {
	background-image: url(../img/caption-bg.png);
	padding-top: 0px;
}
.carousel-inner img {
	margin: 0 auto;
}
.carousel-control {
	border: none;
	color: white;
}