@font-face {
    font-family: product_sans;
    src: url(fonts/product_sans.ttf);
}

body {
    background-color: #000000;
    margin: 0;
}

h1 {
    color: #E0E0E0;
    font-family: product_sans;
    font-size: 80px;
    margin: 0px;
}

h2 {
    color: #A0A0A0;
    font-family: product_sans;
    font-size: 20px;
    margin: 0px;
}

@media only screen and (max-width: 1000px) {
    .title {
        padding: 50px;
        z-index: -1;
        background-color: #000000C0;
        line-height: 80px;
    }
    
    .title_image {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        z-index: -2;
    }
    
    .links {
        font-family: Arial, Helvetica, sans-serif;
        color: #E0E0E0;
    
        position: absolute;
        left : 0;
        bottom: 0;
        background-color: #000000C0;
        padding: 0;
        width: 100%;
    }

    .link {
        margin: 10px;
    }
}

@media only screen and (min-width: 1001px) {
    .title {
        padding: 50px;
        z-index: -1;
        display: inline-block;
        line-height: 80px;
    }
    
    .title_image {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        z-index: -2;
    }
    
    .links {
        font-family: Arial, Helvetica, sans-serif;
        color: #E0E0E0;
    
        position: absolute;
        left : 0;
        bottom: 0;
        display: inline-block;
    }

    .link {
        margin: 10px;
    }
}



.link {
    float: left;
    padding: 20px;

    font-family: product_sans;
    font-size: 18px;
}