﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: Eintracht-Sans;
    background-color: #000;
    color: #fff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*white-space: nowrap;*/
    color: #e1e1e1;
    /* Set the fixed height of the footer here */
    height: 120px;
    line-height: 50px; /* Vertically center the text there */
}

h1 {
    font-family: Eintracht-Display-Headline;
    margin-top: 100px;
    font-size: 50px;
    /*height: 60px;*/
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    word-wrap: break-word;
}

h2 {
    font-family: Eintracht-Display-Headline;
    margin-top: 100px;
    font-size: 36px;
    /*height: 60px;*/
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.main {
    margin-bottom: 120px;
}

.footer-text {
    font-size: 16px;
}

table {
    border-collapse: collapse;
    border: solid 1px #fff;
}

table th {
    border: 1px solid #fff;
    font-weight: bold;
    padding: 5px;
}

table td {
    vertical-align: top;
    border: 1px solid #fff;
    padding: 5px
}

@font-face {
    font-family: 'Eintracht-Display-Headline';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Eintracht-Display-Headline-Condensed-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Eintracht-Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Eintracht-Sans-400.woff2') format('woff2');
}


.headline1 {
    font-family: Eintracht-Display-Headline;
    font-size: 30px;
    height: 30px;
    margin-top: 10px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
}

.headline2 {
    font-family: Eintracht-Display-Headline;
    margin-top: 0px;
    font-size: 30px;
    height: 30px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: normal;
    color: #ce1126;
    text-transform: uppercase;
    white-space: nowrap;
}

.description {
    margin-top: 20px;
    font-family: Eintracht-Sans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #fff;
}

.section1 {
    margin-top: 60px;
}


a, a:hover, a:visited {
    color: #fff;
    text-decoration: none;
}

a.footer-link {
    padding-right: 20px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #e1e1e1;
}

a.footer-link:hover {
    color: #fff;
}


.logo {
    padding: 20px 20px 0px 0px;
}

blockquote {
    margin-left: 40px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .headline1 {
        font-size: 50px;
        height: 50px;
    }
    .headline2 {
        font-size: 50px;
        height: 50px;
    }
}