/*==== FONT DECLARATIONS ====*/
@font-face {font-family:"Frutiger";
            src:url("fonts/frutigerltstdcn.ttf") format("truetype");
            font-weight:normal;
            font-style:normal
            }

body {
    background-color: #FF8F1C;
    font-family: Frutiger;
    height: 100vh;
    margin: 0em 0em 0em 0em;
    display: block;
    position: relative;
    overflow: hidden;
}

body::after {
    content: "";
    background: url(images/logo_grau.png);
    background-repeat:no-repeat;
    background-position: center;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
}

div.content{
    position: absolute;
    left: 15%;
    top: 20%;
    width: 40%;
    height: 25%;
}

h1{
    font-size: 2.5em;
    color: #b1b2b3;
    text-align: center;
}

p.normal{
    font-size: 1.0em;
    color: #d9dada;
    text-align: center; 
}

p.thick{
    font-size: 1.5em;
    color: #d9dada;
    text-align: center;
    font-weight: bold;
}
