/* 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: #0366d6;
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
img {
    max-width:100%;
}

.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%;
  font-size:15px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 120px;
    padding-top: 100px;
}
.navbar.fixed-top .nav-item{
    padding-left:10px;
    padding-right:10px;
}
nav.navbar {
    text-transform: uppercase;
    color: #999;
}
.navbar-top-links a {
    color: #999;
}
.navbar-top-links a.nav-link:hover, .navbar-top-links a.nav-link:focus {
    color: #333;
    font-weight:bolder;
}
.navbar.fixed-top {
    background-color: white;
    border-bottom: 4px solid #e6e6e6;
}
.footer {
    padding-top:20px;padding-bottom:20px;
    font-size:13px;
  background-color:#333333;
  color:white;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer a {
    color:white;
}
h1 {
    color:#003f72;
    margin-top:20px;
}
.blog-header-solid {
  padding-top:180px;
  padding-bottom:100px;
  background-color:#232323 !important;
}
.blog-header-solid h1 {
    font-size: 18px;
    color: #EA7125 !important;
}
.blog-header-solid h2 {
    color: white !important;
    font-size: 1.6em;
}

.btn-info, .btn-primary, .btn-info:hover, .btn-primary:hover, .btn-info:focus, .btn-focus, .btn-info:active, .btn-primary:active {
    background-color: #00467F;
    border-color: #00467F;
}
.carousel img {
    max-width:100%;
}

.home-index-learn-more .card {
    border:0;

}
.home-index-learn-more .card-footer {
    border: 0;
    background-color:transparent;
}

.home-index-learn-more h5 {
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #ccc;
}
@media (max-width: 768px) {
    .home-index-learn-more .card-deck {
        flex-flow: column;
    }
}

.tab-content {
    padding-top: 15px;
}
.testimonial {
    padding:10px;
    border:1px solid #eeeeee;
    margin-bottom:20px;
}
.testimonial-text {
    font-style:italic;
}
.testimonial-author {
    font-weight:bolder;
}
.testimonial-list .list-group-item {
    border: 0px;
}
video {
  max-width:100%;
}
.fw-bold { font-weight:bolder; }
a.fw-bold { text-decoration: underline; }