/* 
    Document   : style
    Created on : 19 nov. 2013, 12:07:48
    Author     : Sam
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html,
body,.stphpPage  {
  font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif !important;
  font-weight:300;
  font-size: 11px;
  height: 100%;
  color: #666;
  text-align: center;
  
  
  /* The html and body elements cannot have any padding or margin. */
}

a, a:visited{
   color: #444;
   text-decoration: none;
}

a:hover{
   color: #555;
   text-decoration: none;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  font-family:inherit;
  font-weight:inherit;
  letter-spacing : 0.1em;
}



h1{
    marging:20%;
    font-size:52px;
    color:#ccc;
    
}

h2{
    font-size:18px;
    margin-top:10px;
    margin-bottom:10px;
}

h3{
    font-size:13px;
    margin-top:8px;
    margin-bottom:8px;
}

.header{
    margin-top : 20px;
    border-bottom : 1px solid #CCC;
}





