﻿/* 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;
    background-color: #7000;
}

/* Provide sufficient contrast against white background */
a.important {
  color: #28F;
}

a {
    color: #BBB;
}

a:hover{
    color: #DDD;
    text-decoration:none
}

.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;
}

.navbar-custom {
    background-color: rgba(0,0,0,0.6);
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #00ACE6 ;
}

/* 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;
    background-image: url('../images/brushed-metal-texture-background.jpg')
}

h1 {
    color: white;
    text-shadow: 1px 1px rgba(0,0,0,0.5)
}

h2 {
    color: white;
    text-shadow: 1px 1px rgba(0,0,0,0.5)
}

a{
  font-size: 18px;
}

p {
    color: white;
    font-size: medium;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

td, th {
    text-align: center;
    color: white;
    font-weight: 600;
}

label{
    color:white;
    font-size: 16px;
}

.serviceHeader {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.centerInput{
    text-align: center;
}

.customText {
    resize: none;
    overflow: hidden;
    max-height: 25px;
    background-image: url('../images/brushed-metal-texture-background.jpg');
    font-weight: 600;
    font-size: 20px;
    border: none;
    text-align: left;
    color: white;
}

.styled-table {
    border-collapse: collapse;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 25px 0;
}

img {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    border: 0;
    margin: 0 auto;
    vertical-align:top;
    text-decoration: none;
}

span.err {
    color:#BA0010; 
    text-shadow:1px 1px rgba(0,0,0,0.5);
}
