﻿/* 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;
}

/* Menu CSS
-------------------------------------------------- */

#menu {
    background: #003057;
    color: #fff;
}

    #menu ul,
    #menu li {
        margin: 0 0;
        padding: 0 0;
    }

    #menu ul {
        height: 35px
    }

    #menu li {
        float: left;
        display: inline;
        position: relative;
        text-shadow: 0 -1px 0 #000;
    }

        #menu li:first-child {
            border-left: none
        }

    #menu a {
        display: block;
        line-height: 35px;
        padding: 0 14px;
        text-decoration: none;
        color: #eee;
    }

    #menu input {
        display: none;
        margin: 0 0;
        padding: 0 0;
        width: 80px;
        height: 35px;
        opacity: 0;
        cursor: pointer
    }

    #menu label {
        display: none;
        width: 35px;
        height: 36px;
        line-height: 36px;
        text-align: center
    }

        #menu label span {
            font-size: 12px;
            position: absolute;
            left: 35px
        }

    #menu ul.menus {
        height: auto;
        width: 600px;
        background: #111;
        position: absolute;
        z-index: 99;
        display: none;
        border: 0;
    }

        #menu ul.menus li {
            display: block;
            width: 100%;
            text-transform: none;
        }

    #menu li:hover ul.menus {
        display: block
    }

    #menu ul.menus a:hover {
        background: #333;
    }

/* 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;
  line-height: 60px; /* Vertically center the text there */
}
