*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    cursor: default;
    text-decoration: none;
    color: black;
    font-size: 1em;
    line-height: 1;
}

@font-face {
    font-family: 'BoldCond';
    src: url('fonts/guildfordproboldcond-webfont.eot');
    src: url('fonts/guildfordproboldcond-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/guildfordproboldcond-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'MedCond';
    src: url('fonts/guildfordpromediumcond-webfont.eot');
    src: url('fonts/guildfordpromediumcond-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/guildfordpromediumcond-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'LightCond';
    src: url('fonts/guildfordprolightcond-webfont.eot');
    src: url('fonts/guildfordprolightcond-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/guildfordprolightcond-webfont.ttf') format('truetype'),
        url('fonts/guildfordprolightcond-webfont.svg#guildford_procondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LightItalic';
    src: url('fonts/guildfordprolightitalic-webfont.eot');
    src: url('fonts/guildfordprolightitalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/guildfordprolightitalic-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'TitlingRegu';
    src: url('fonts/guildfordprotitling-webfont.eot');
    src: url('fonts/guildfordprotitling-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/guildfordprotitling-webfont.ttf') format('truetype');
}

/*
h1{font-weight:normal;font-style: normal;}
h2{font-weight:normal;font-style: normal;}
*/
a :hover {
    cursor: pointer;
}

button {
    font-size: inherit;
}

input {
    font-size: inherit;
}

html {
    font-size: calc(1em + 1vw);
    background-color: #ddd;
}

body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1600 - 300)));
    height: 100vh;
    background: url(home.png) 0 0 no-repeat;
    background-size: cover;
}

.medias {
    position: relative;
    float: left;
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom :20px;
}

#footer {
    display: block;
    float: left;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 40px;
    z-index: 1;
}
