﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* 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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.form-control.invalid {
    border-color: #dc3545;
}

.form-control.valid {
    border-color: #28a745;
}

.validation-message {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.copyright-text {
    margin-top: 20px;
    background: #eee;
}

.copyright-text p {
    color: black;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

body .hide-on-desktop {
    display: none;
}

@media (max-width: 1000px) {
    html {
        font-size: 16px;
    }

    body {
        padding-top: 95px !important;
        overflow-x: hidden;
    }

        body #main-nav {
            float: none;
            display: none;
            position: absolute;
            width: 102%;
            left: -5px;
            top: 83px;
        }

    body #main-nav ul li {
        background: #005088;
        border-radius: 0;
        display: block;
        float: none;
        width: 100%;
    }

    body #main-nav ul li a {
        display: block;
    }

    body #header {
        position: absolute;
        top: 0;
        z-index: 500;
        width: 100%;
        background: #005088;
    }


    body #header-inner {
        margin-top: 5px;
    }

    body #logo {
        position: relative;
        top: 0;
        float: left;
    }

        body #logo img {
            height: 75px;
        }

    .menu-button {
        float: right;
        border: solid 1px #b2b2b2;
        width: 50px;
        height: 50px;
        display: block;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        padding-top: 12px;
        background: #ccc;
        border-radius: 5px;
        margin: 15px 15px 0 0;
        text-decoration: none !important;
        color: #000;
        font-weight: bold;
        box-shadow: 0 0 5px #000;
        text-shadow: 0 0 1px #fff;
    }

    body .container {
        width: 100%;
        padding: 0 10px;
    }

    body .hide-on-mobile {
        display: none;
    }

    body .hide-on-desktop {
        display: block;
    }
}