﻿/* Welcome header */
.header-panel {
    position: relative;
}

.header-logo {
    position: absolute;
    width: 118px;
    height: 118px;
    left: 50%;
    margin-left: -59px;
    top: -37px;
    background-image: url('../img/Gamedia-Logo.png?version=9');
    background-size: 100% 100%;
}

.welcome-header-1 {
    margin-top: 80px;
    margin-bottom: 0;
}

.welcome-header-2 {
    margin-top: 0;
    margin-bottom: 1.75rem;
    font-family: 'DIN-Engschrift-Std';
    font-size: 6.0rem;
    line-height: 1.0;
}

.welcome-header-separator {
    width: 100%;
    height: calc(1rem + 2px);
    border-top: 2px solid #000000;
}
