﻿/* 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 */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.responsive {
    width: 90%;
    height: auto;
}

.indexheader {
    margin-bottom: 20px;
}

.indexblurb {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

div.cookieConsent p {
    margin-bottom: 0;
}

h1 {
    font-family: Roboto,"Franklin Gothic Medium",Tahoma,sans-serif;
    font-weight: 500;
}

.button {
    width: auto;
    min-width: 200px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #0267ba;
    border-radius: 3px;
    outline: 0;
    background-color: #0267ba;
    color: #FFF;
    justify-content: center;
    transition-duration: 0.3s;
}

.button:hover {
    background-color: #027ce0;
}

a.button {
    text-decoration: none;
}

a:hover {
    color: #0267ba;
}

.hero-download {
    position: relative;
    z-index: 2;
    margin: 10px auto;
}

.hero-download-button {
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 25px;
}

.code {
    font-family: Courier;
    color: #3B73B9;
    margin-left: 20px;
}

.bold {
    font-weight: bold;
}