﻿/* 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;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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 */    
    overflow: hidden;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
    font-size: 12px;
}

.footer .container {
    width: 100%;
    text-align: center;        
}



.header-container {
    justify-content: center;
    align-items: center;
    display: flex;
    border-bottom: 5px double black;
    flex-direction: column;
    padding-top: 10px;
    margin-bottom: 40px;
}

.header-container .header-line {
    width: 80%;
}

.header-container .header-column-text {
    font-family: 'Frank Ruhl', serif;
    font-size: 14px;
    font-weight: 900;
}
.header-container .header-column-text .title {
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    line-height: 1;
}

.header-container .header-column-text .text {
    margin-bottom: 5px; text-align: center;
}
.header-container .bottom-text {
    font-family: 'Frank Ruhl', serif;
    font-size: 14px;
    font-weight: 900;
    width: 80%;
    text-align: center;
}