/* ----------------------------------------------------------------------------------------------------------

Autor:      ManoloDesign (www.manolodesign.cz)
Klient:     
Vstup:      screen, projection

---------------------------------------------------------------------------------------------------------- */
/* fonts */
@font-face {
    font-family: 'EtelkaText';
    font-weight: normal;
    font-style: normal;
    src: url("../styles/fonts/etelkatext.eot");
    src: url("../styles/fonts/etelkatext.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/etelkatext.woff") format("woff"), url("../styles/fonts/etelkatext.ttf") format("truetype");
}
@font-face {
    font-family: 'EtelkaLight';
    font-weight: normal;
    font-style: normal;
    src: url("../styles/fonts/etelkalight.eot");
    src: url("../styles/fonts/etelkalight.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/etelkalight.woff") format("woff"), url("../styles/fonts/etelkalight.ttf") format("truetype");
}
@font-face {
    font-family: 'EtelkaLight';
    font-weight: normal;
    font-style: italic;
    src: url("../styles/fonts/etelkalight-italic.eot");
    src: url("../styles/fonts/etelkalight-italic.eot?#iefix") format("embedded-opentype"), url("../styles/fonts/etelkalight-italic.woff") format("woff"), url("../styles/fonts/etelkalight-italic.ttf") format("truetype");
}

/* ----------------------------------------------------------------------------------------------------------
    Tagy
---------------------------------------------------------------------------------------------------------- */
html, body, p, h1, h2, h3, h4, h5, h6, dl, span{
    padding: 0;
    margin: 0;
    list-style: none;
}

html{
    background: #000 url('img/bg.jpg') no-repeat top center;
}

body{
    text-align: center;
    font-size: 75%;
    font-family: EtelkaLight, Arial, helvetica, sans-serif;
    color: #fff;
    padding: 380px 0 0 0;
    font-style: oblique;
}

a{
    color: #e9b608;
}

a:hover{
    text-decoration: none;
}

h1{
    
    font-size: 2.7em;
}

p{
    font-size: 1.7em;
    padding: 196px 0 0 0;
}

