﻿/* 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. */
@font-face {
    font-family: "Nunito";
    font-style: normal;
    src: url("font/Nunito/Nunito-Regular.ttf") format('truetype'); /* non-IE */
}
@font-face {
    font-family: "NunitoBold";
    font-style: bold;
    src: url("font/Nunito/Nunito-Bold.ttf") format('truetype'); /* non-IE */
}
@font-face {
    font-family: "NunitoBoldItalic";
    font-style: italic;
    src: url("font/Nunito/Nunito-BoldItalic.ttf") format('truetype'); /* non-IE */
}
@font-face {
    font-family: "NunitoBlack";
    font-style: black;
    src: url("font/Nunito/Nunito-Black.ttf") format('truetype'); /* non-IE */
}
@font-face {
    font-family: "SourceSans-ProRegular";
    font-style: normal;
    src: url("font/Source_Sans_Pro/SourceSansPro-Regular.ttf") format('truetype'); /* non-IE */
}
@font-face {
    font-family: "SourceSans-ProBold";
    font-style: normal;
    src: url("font/Source_Sans_Pro/SourceSansPro-Bold.ttf") format('truetype'); /* non-IE */
}
@font-face {
    font-family: "SourceSans-ProBlack";
    font-style: normal;
    src: url("font/Source_Sans_Pro/SourceSansPro-Black.ttf") format('truetype'); /* non-IE */
}
@font-face {
    font-family: "SourceSans-ProItalic";
    font-style: italic;
    src: url("font/Source_Sans_Pro/SourceSansPro-Italic.ttf") format('truetype'); /* non-IE */
} 
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-family: 'Nunito';
    font-weight: 400 !important;
}
/* Provide sufficient contrast against white background */
a {
    color: #032cab;
}

.btn-primary {
    color: #fff;
    background-color: #064d93;
    border-color: #1861ac;
}

.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: 14px;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'SourceSans-ProRegular', sans-serif !important;
    font-size:14px !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.display-3 {
    font-family: 'Nunito';
}
/* Seattle Seahawks team colors */
.college-navy {
    color: #002244;
}

.bg-college-navy {
    background-color: #003E51;
}

.action-green {
    color: #509E2F;
}

.bg-action-green {
    background-color: #509E2F;
}

.wolf-gray {
    color: #A5ACAF;
}
.bg-wolf-gray {
    background-color: #cdd1d3;
}

.indented {
    padding-left: 2em;
}

.fat-finger {
    padding: .5em;
}
.text-muted {
    color: #333e48 !important;
}
.card-header {
    font-size:18px !important;
    font-family: 'Nunito';
    font-weight:400 !important;
}
.table th,.table td{
    min-width:200px !important;
    word-break:break-word !important;
}
.table1 th, .table td {
    min-width: auto !important;
    
}
.badge-success {
    background: #509e2f8f;
    color:#000;
}
.badge-danger {
    background: #790c16db;
}