﻿/* 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: #000;
  text-decoration:underline;
}
a:hover {
  color: #33c15b;
}

.btn-primary {
  color: #000;
  background-color: #ff0;
  border-color: #ff0;
}

.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;
}
@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%;
  border:solid 4px #ff0;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Ubuntu', sans-serif;
  color:#000;
}
header {
    padding:20px;
    background:#000;
    margin:0 0 60px;
}
main {
    padding-bottom:30px;
}
h1 {
    font-size:24px;
    text-transform:uppercase;
}
.h1 {
    font-size:24px;
}
h2 {
    text-transform:uppercase;
    text-align:center;
    border-top:solid 3px #ff0;
    margin:80px 0 0;
    font-size:25px;
    font-weight:bold;
}
h2 span {
    display:inline-block;
    vertical-align:top;
    background:#fff;
    padding:0 15px;
    margin:-18px 0 0;
}
h3 {
    text-transform:uppercase;
    font-size:22px;
    font-weight:bold;
    margin:45px 0 5px;
}

.footer {
  position: absolute;
  bottom: 0;
  left:0;
  right:0;
  background:#e6e6e6;
  color:#000;
  padding:20px 0;
}
.btn {
    background:#ff0;
    color:#000;
    border-radius:5px;
    display:inline-block;
    vertical-align:top;
    font-weight:bold;
    font-size:20px;
    text-decoration:none;
}
.btn:hover {
    background:#000;
    color:#ff0;
}
.navbar {
    background:#e6e6e6;
    color:#000;
}
.navbar a {
    color:#000;
}
.navbar a:hover {
    background:#ff0;
    color:#000;
}