Pzin gracias ya lo he cambiado dandole propiedades a los "h1" y "h2"
Código HTML:
.container > header{
padding: 0px 0px 0px 10%;
margin: 0px 0px 0px 0px;
position: relative;
display:block;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
text-align: left;
}
.container > header h1{
font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
font-size: 75px;
line-height: 45px;
position: relative;
font-weight: 400;
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
padding: 0px 0px 5px 200px;
}
.container > header h1 span{
}
.container > header h2, p.info{
font-family: 'Arial Narrow', Arial, sans-serif;
font-size: 26px;
font-style: italic;
color: #9a9a9a;
text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
padding: 0px 0px 5px 200px;
}
.container > header img{
top: 100px;
position: relative;
display: block;
}