﻿/* 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. */

.vbottom {
    position: relative;
    top: 100%;
    transform: translateY(-100%);
}

.bg-m16 {
    background-color: #2E548C;
    color: white;
}

.bg-white {
    background-color: #ffffff;
    color: #555555;
}

.bg-horsehead {
    background-color: #A93B4C;
    color: white;
}

.bg-california {
    background-color: #B75927;
    color: white;
}

.bg-elephant {
    background-color: #50756d;
    color: white;
}

.bg-tulip {
    background-color: #8b67ab;
    color: white;
}

.bg-m43 {
    background-color: #633D64;
    color: white;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;    
}

/* Provide sufficient contrast against white background */
a {
    font-weight: 500;
    color: #A93B4C;
}

    a:hover {
        color: #A93B4C;
    }

.btn-primary {
    color: #fff;
    background-color: #A93B4C;
    border-color: #A93B4C;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #bc4255;
        border-color: #bc4255;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: unset;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #A93B4C;
        border-color: #A93B4C;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
            box-shadow: unset;
        }  

.btn-outline-primary {
    color: #A93B4C;    
    border-color: #A93B4C;
}
    .btn-outline-primary:hover {
        color: #fff;
        background-color: #bc4255;
        border-color: #bc4255;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #A93B4C;
        border-color: #A93B4C;
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
            box-shadow: unset;
        }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: unset;
    }

.btn-link {
    color: #A93B4C;
}

    .btn-link:hover {
        color: #A93B4C;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

@media (max-width: 500px) {
    .text-collapse {
        visibility: hidden;
        height: 0px;
    }
}

@media (max-width: 1024px) {
    .menu-collapse {
        visibility: hidden;
        height: 0px;
        width: 0px;
    }
}

/* 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 */
}
