/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 sept. 2016, 21:16:13
    Author     : jbg
*/

* {margin:0; padding:0; }
body {background-color: white; text-align: left; font-size: 100%;}

@media screen and (max-width: 480px) {
    body {
        font-size: 40%;
    }
}
@media screen and (max-width: 600px) {
    body {
        font-size: 50%;
    }
}
@media screen and (max-width: 800px) {
    body {
        font-size: 60%;
    }
}

@media screen and (min-width: 1000px) {
    body {
        font-size: 70%;
    }
}
@media screen and (min-width: 1300px) {
    body {
        font-size: 80%;
    }
}
@media screen and (min-width: 1600px) {
    body {
        font-size: 90%;
    }
}

div { font-family: "Century Gothic" , sans-serif;}

header {position: relative; margin:0; }
img#img_logo{position : relative; left : 15%; top: 0px; width: 70%;}
img#img_construction{position : relative; top: 0px; width: 100%;}

h1 {position: relative; top : -50%; text-align: center; font-size: 50px}