﻿h2 {
  color: #181818;
}
h3 {
  color: #1999CE;
}
img {
  max-width: 100%;
}
header {
  /*padding-bottom: 20px;*/
  border-bottom: 5px solid #1999CE;
}
.White {
  color: #fff;
}
.jumbotron {
  background-color: #202020;
  color: #ccc;
  border-bottom: 2px solid #1999CE;
  border-radius: 0;
}
.Heading {
  background-color: #202020;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1999CE;
}
.Heading h1 {
  color: #fff;
}
.Intro {
  background: url('images/second-street-2020-3.jpg') bottom center no-repeat;
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  color: #181818;
  border-bottom: solid 1px #1999CE;
}
.Intro #Heading {
  text-align: center;
}
#footer {
  background-color: #202020;
  padding-top: 30px;
  padding-bottom: 30px;
}
#spotlight {
  padding-top: 30px;
  padding-bottom: 40px;
}
.BlueBK {
  background-color: #1999CE;
  color: #fff;
}
.TopBorder {
  border-top: solid 1px #202020;
}
.DkBk {
  border-top: solid 1px #ea9532;
  border-bottom: solid 1px #ea9532;
  background-color: #181818;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.DkBk .fa {
  color: #00A260;
  margin-top: 50px;
  margin-bottom: 50px;
}
.Promote {
  padding-top: 50px;
  padding-bottom: 50px;
}
.navbar-light {
  background-color: #1999CE;
}
.navbar-inverse {
  background-color: #1999CE;
  border-color: #1999CE;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  /*font-family: 'Work Sans', sans-serif;*/
  text-transform: uppercase;
}
.btn {
  text-wrap: normal;
  white-space: normal;
}
.btn-chamber {
  color: #fff;
  background-color: #1999CE;
  border-color: #1999CE;
}
.fa {
  font-size: 1.5rem;
}
a:visited {
  color: #000;
}
#Logo {
  background-color: #1999CE;
}
#Logo img {
  margin-top: -10px;
  border: 15px solid #1999CE;
  border-top: none;
}
.form-group label {
  font-weight: bold;
}
.form-check label {
  margin-left: 7px;
}
.Mainstreet.lead {
  color: #292D88;
}
.MSBlue {
  color: #292D88;
  font-weight: 500;
}
.MyInput label {
  padding-left: 5px;
}
@media (min-width: 768px) {
  .Intro {
    background: url('images/second-street-2020-2.jpg') bottom center no-repeat;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    color: #181818;
    border-bottom: solid 1px #1999CE;
  }
  .Intro #Heading {
    padding-top: 15px;
    text-align: center;
  }
  .navbar-brand {
    display: none;
  }
}
@media (min-width: 992px) {
  .Intro {
    background: url('images/second-street-2020.jpg') top center no-repeat;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    color: #181818;
    border-bottom: solid 1px #1999CE;
  }
  .Intro #Heading {
    padding-top: 15px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .Intro {
    /*background: url('images/second-street.jpg') top center no-repeat;*/
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    height: 500px;
    color: #181818;
    border-bottom: solid 1px #1999CE;
  }
}