* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    cursor: default;
    text-decoration: none;
    color: #001;
}

* {
    box-sizing: border-box;
}

@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;
}

@-webkit-keyframes bodyColor

/* Safari and Chrome */
    {
    from {
        background: #ddd;
    }

    to {
        background: #222222;
    }
}

@keyframes bodyColor {
    from {
        background: #ddd;
    }

    to {
        background: #222222;
    }
}

html {
    /*background : url(pixelgrid.png) 0 0 no-repeat;*/
    /*background: #ddd;*/
}

body {
    position: relative;
    margin: 0 auto;
    font-size: 100%;
    width: 90%;
    height: 100%;
    /*background: #ddd;*/
}

#abc {
    position: relative;
    margin: 0 auto;
    top: 3em;
    width: 100%;
    height: auto;
    z-index: 0;
}

#header {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 30px;
    z-index: 1;
}

.header {
    width: auto;
    font-family: TitlingRegu;
    font-size: 24px;
    letter-spacing: 0.05em;
    cursor: pointer;
}

/*SECTION*/
section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2em;
}

.spec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: start;
    margin-bottom: 2em;
    height: 720px;
}

/*END SECTION*/

video {
    max-width: 100%;
    height: auto;
}

footer {
    position: relative;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: LightCond;
    /*background-color: #1E90FF;*/
    *
}

.menu {
    color: rgba(240, 240, 240, 0.18);
    display: inline;
    font-size: 18px;
    cursor: pointer;
}

.menu:hover {
    display: inline;
    font-size: 18px;
    color: #fff;
}

.menu_on {
    display: inline;
    font-size: 18px;
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 1366px) {
    .spec {
        height: auto;
    }
}

/* Extra small devices (phones, 640px and down) */
@media only screen and (max-width: 640px) {
    footer {
        flex-direction: row;
        align-content: center;
        bottom: 1em;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #abc {
        top: 3em;
    }
}

/* Extra small devices (phones, 426px and down) */
@media only screen and (max-width: 426px) {
    footer {
        flex-direction: column;
        align-content: center;
        bottom: 0;
    }

}

/* Extra small devices (phones, 375px and down) */
@media only screen and (max-width: 375px) {
    footer {
        flex-direction: column;
        align-content: center;
        bottom: 0;
    }

    #abc {
        top: 2em;
    }
}
