html{
    height:100%;
    min-height:100%;
}
body{
    background-image: url('../img/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#000;
    font-family:  bodoni_72_oldstylebook, serif;
    min-height:100%;
    height: 100%;
}
@font-face {
    font-family: 'bodoni_72_oldstylebook';
    src: url('../fonts/bodoni-72-oldstyle-book-webfont.woff2') format('woff2'),
         url('../fonts/bodoni-72-oldstyle-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bodoni_72book_italic';
    src: url('../fonts/bodoni-72-book-italic-webfont.woff2') format('woff2'),
         url('../fonts/bodoni-72-book-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bodoni_72_oldstylebook_italic';
    src: url('../fonts/bodoni-72-oldstyle-book-italic-webfont.woff2') format('woff2'),
         url('../fonts/bodoni-72-oldstyle-book-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/overlay.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 9;
}
.overlay a{
    display: block;
    width: 100%;
    height: 100%;
}
.centerDiv{
    width:90%;
    padding:10px;
    height:50px;
    position:absolute;
    margin-top:-55px;
    margin-left:-45%;
    top:35%;
    left:50%;
    color: #FFF;
}
.byline{
    font-family: sans-serif;
    text-align: center;
    bottom: 0;
    font-size: 1.3em;
    font-weight: lighter;
    color: #999;
    margin: 0 auto;
}
h1{
    font-size: 3em;
    color: #ddd;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 1em;
    text-shadow: 2px 1px #000;
}
a:hover, a:active{
    text-decoration: none;
    color: #ccc;

}
@media only screen and (max-width: 767px) {
    body {
        /* The file size of this background image is 93% smaller
         * to improve page load speed on mobile internet connections */

    }
    .centerDiv {
    }
    .byline {
        
    }
    h1{
        font-size: 3.0em;
    }

}
