
@font-face {
    font-family: 'Helvetica25';
    src: url('fonts/HelveticaNeue-UltraLight.eot');
    src: url('fonts/HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-UltraLight.woff2') format('woff2'),
        url('fonts/HelveticaNeue-UltraLight.woff') format('woff'),
        url('fonts/HelveticaNeue-UltraLight.ttf') format('truetype'),
        url('fonts/HelveticaNeue-UltraLight.svg#HelveticaNeue-UltraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* General body settings */
body { 
    color: #3e4d5c; 
    direction: ltr;
    font: 400 13px 'Open Sans', Arial, sans-serif;
    background: #fff;
    
    background-image: url('../../images/girresse_background.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/***
General typography 
***/
h1, h2, h3, h4, h5, h6 {
    font: 300 'Open Sans', sans-serif;
    margin: 0 0 10px;
}
h1 {
    font-family: 'Helvetica25', 'Open Sans', sans-serif !important;
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 1.7rem;
}
.main h1 {
    margin-top: 10px;
}

#girr_prev {
    background-color: #fff !important;
    text-align:left;
    border: 1px #ddd solid;
    padding:20px;
    width:250px;
    /*height:220px;*/
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.2);
    left:50%;
    top:30%;
    position:absolute;
    margin-left: -146px;
    margin-top: -130px;
}

#logo {
    text-align:center;
}

#girr_prev p {
    font-size: 1rem;
    line-height: 1.3rem;
}

a {
    color: #c82626;
}
a:hover {
    color: #c82626;
}