/* CSS Document */

/* ********************************* */
/* Datei copyright by irontom.de     */
/* Erstellt von irontom              */
/* Homepage: www.irontom.de          */
/* ********************************* */

/* ********************************* Import ********************************* */
@import "flex.css";
@import "layout.css";
@import "nav.css";

/* *********************************  Font Import  ********************************* */
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Vast+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nosifer&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fontdiner+Swanky&display=swap');

/* *********************************  Typo  ********************************* */
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 101%;
    height: 101%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Montserrat', sans-serif;
}
.page {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}
.button {
    text-transform: uppercase;
    padding: 0.625em 1.875em;
    display: inline-block;
    margin: 0.625em 0 1.250em;
}
a {
    text-decoration: none;
    outline: none;
}
