/* 
 Theme Name:   Gil Vantage
 Theme URI:    
 Description:  Personalisation for Gil Vantagea
 Author:       admin
 Author URI:   
 Template:     vantage
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line  add the font for GIL ==
--------------------------------------------*/

@font-face {
 
          font-family: "moon flower";
 
          src: url('/wp-content/themes/vantage/fontawesome/fonts/moon flower.ttf');
 
          font-weight: bold;
 
}

@font-face {
 
          font-family: "moon flower bold";
 
          src: url('/wp-content/themes/vantage/fontawesome/fonts/moon flower bold.ttf');
 
          font-weight: bold;
 
}




/*body{
    font-family: 'Moon flower';
}
*/


.main-navigation a {
    font-size:30px;
    font-family: "moon flower bold",arial;
	color: #000000;
    font-weight: bold;
    }
	
	/* Raprochement de peintre illustrateur de la signature */

#masthead .hgroup .support-text {
    font-size: 36px;
    font-family: "moon flower bold",arial;
    color: #000000;
    font-weight: bold;
    font-style: normal;
	position: absolute;
    right: 120px;
	
}
	
/* take oute the footer */
#colophon #theme-attribution {
display: none;
}


/* Headings and Rulers */
h1
{
  font-family:"moon flower bold",arial;
  font-size:30px;
  font-weight: 900;
}

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
	
    color: #d28c20;
    font-family: "moon flower bold",arial;
    font-size: 30px;
    margin: 30px;
    font-weight: 900;
	line-height: 1.35em;
}

/* text overlaping on iphone */
h1 {
line-height: normal;
}




    
