/*
Theme Name: Custom GC
Description: Thème enfant du thème Hueman
Author: Meizonnet Nicolas
Template: hueman
*/

@import url("../hueman/style.css");
@font-face {
  font-family: 'Felix Titling';
  font-style: normal;
  src:  rl('./font/Felixti.eot') format('embedded-opentype'), /* IE */
  url('./font/Felixti.ttf') format('truetype'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./font/OpenSans-Light.eot') format('embedded-opentype'), /* IE */
  url('./font/OpenSans-Light.ttf') format('truetype'); 
}




@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./font/OpenSans-Regular.eot'),
 url('./font/OpenSans-Regular.ttf') format('truetype');
}

#header{
//height : 400px;
background: #eaeaea;
background-image: url("./gc-header.png");
background-repeat: no-repeat;
//background-size: 100% 100%;
}

.site-title{
font-size: 70px;
//margin : auto;
padding : 0;
padding-left :240px;

padding-top : 120px;
font-family: 'Felix Titling';
text-shadow: 4px 4px 10px #000000;

}
.site-description{
font-size: 29px;
margin : 0;
padding-left :205px;
//padding-top : 300px;
font-style: normal;
font-weight: bold;
font-family: 'Felix Titling';
color: white;
text-shadow: 4px 4px 10px #000000;

}

body{
   font-family: 'Open Sans';
}

#footer{
background : black;
color: white;
}

body{

    color : black;
}

.s1 .sidebar-top,
.s1 .sidebar-toggle { background: #0d93e0; 

}

	#nav-topbar .nav li a { color: #fff;
  font-size : 20px;
  font-weight : bold;
  padding-left: 25px;
  padding-right: 25px;
   }	
   
   #nav-topbar .nav li a:hover{
              background: white;
              color : black;
   }
 
 .entry.excerpt { font-size: 16px; color: #5f5f5f; }
 
 .nav ul {
  width:277px;
 }  
.nav-wrap {

//position: absolute;
background : black;
font-size : 30px;
}