﻿/* 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. */
:root {
    --main-bg-color: maroon;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

nav {
    background-color: var(--main-bg-color);
}

.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;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 250px;
    background-color: var(--main-bg-color);
    vertical-align: bottom;
}

.main-content-area {
    /* adjust this to handle the foot height so that the content is not hidden behind the footer */
    margin-bottom: 270px;
}

.boots {
    font-size: 8px;
    width: 15%;
}

.boots-top {
    font-size: 8px;
    vertical-align: top;
}

.boots-copy {
    font-size: 8px;
    vertical-align: bottom;
    margin-top: 70px;
    line-height: 45px;
}

@media (min-width: 768px) {
    .boots {
        font-size: 13px;
    }

    .boots-copy {
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 20px;
        vertical-align: bottom;
    }

    .boots-top {
        font-size: 13px;
        vertical-align: top;
    }
}
