﻿/* 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: #690000;
}

a:hover {
    color: #690000;
    font-weight: bolder;
}

.btn-primary {
    color: #E1E1E1;
    background-color: #690000;
    border-color: #690001;
}

    .btn-primary:disabled {
        color: #464444;
        background-color: #BCBCBC;
        border-color: #573030;
    }


/* 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%;
}

/*header {
    background: #690000;
    color: #E1E1E1;
}*/
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: #E1E1E1;
    color:#690000;

}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}




/* -------------Navbar Customization -------------*/
.nav-link {
    color: #E1E1E1;
    background-color: #690000;
}

.navbar-custom .nav-link {
    color: #E1E1E1;
    background-color: #690000;
}


.navbar-custom {
    background-color: #690000;
    color: #E1E1E1;
}

.navbar-custom .navbar-brand,
.navvar-custom .navbar-text {
    color: #E1E1E1;
    background-color: #690000;
}

.navbar-custom .navbar-toggler-icon {
    color: #E1E1E1;
    background-color: #690000;
}


/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #690000;
    background-color: #E1E1E1;
}


.google-forms {
    display: block;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    top: 45px;
}

.google-forms iframe {
    margin: 0;
    padding: 10px;
    border: 0;
    width: 100%;
    height: 100%;
}


