@import url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.2/css/fontawesome.min.css");

/* Base Colors */
.sppdblue {
  color: #002d62;
}
.sppdgold {
  color: #ffc20e;
}
.dk-gold {
  color: #feb256;
}
.gun-metal-blue {
  color: #323a45;
}
.dk-blue {
  color: #182230;
}
.med-dk-blue {
  color: #002063;
}
.med-blue {
  color: #1a3368;
}
.med-lt-blue {
  color: #389dd6;
}
.lt-blue {
  color: #389dd6;
}
.pale-blue {
  color: #77c7f7;
}
.very-dk-gray {
  color: #333333;
}
.dk-gray {
  color: #666666;
}
h4 .med-dk-gray {
  color: #3f3f3f;
}
.med-gray {
  color: #767676;
}
.med-lt-gray {
  color: #a6a6a6;
}
.lt-gray {
  color: #bfbfbf;
}
.pale-gray {
  color: #dcdcdc;
}
.very-pale-gray {
  color: #eaeaea;
}
.red {
  color: #8b1824;
}

/* Font Awesome Social Icons*/
.fa-instagram:hover {
  background-color: #f09433;
}
.fa-facebook-square:hover {
  background-color: #3b5998;
}
.fa-linkedin:hover {
  background-color: #0e76a8;
}
.fa-square-x-twitter:hover {
  color: #5d090a;
}
.YouTube:hover{
  background-color: #d62423;
}
.fa-youtube:hover {
  background-color: #d62423;
}
.fa-instagram:hover {
  background-color: black;
}
.fa-home:hover {
  background-color: #19975d;
}
.fa-city:hover {
  background-color: #f8ac2a;
}

/* Background Colors */
.bg-twitter {
  background-color: #dcecf7;
}
.bg-light2 {
  background-color: #f1f1f0;
}
.bg-black {
  background-color: #000;
}
.bg-dk-blue {
  background-color: #182238;
}
.bg-sppdblue {
  background-color: #002d62;
}
.bg-sppdblue2 {
  background-color: rgba(0, 45, 98, 0.9);
}
.bg-sppdgold {
  background-color: #ffc20e;
}
.bg-wrap {
  background-color: #e5e5e5;
}
.bg-lt-gray {
  background-color: #bfbfbf;
}
.bg-pale-gray {
  background-color: #e6e6e6;
}
.bg-med-gray {
  background-color: #767676;
}
.bg-very-dk-gray {
  background-color: #333333;
}
.bg-e6e6e6 {
  background-color: #e6e6e6;
}
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* General */
body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  max-width: 1920px;
  margin: auto;
}
strong,
b {
  font-weight: 700;
}
a {
  color: #333;
}
p a {
  text-decoration: underline;
}
li a {
  text-decoration: underline;
}
.employment li a {
  text-decoration: none;
}
.employment li a:hover {
  text-decoration: underline;
  color: #8b1824;
}
#home-services a:hover {
  text-decoration: underline;
  color: #8b1824;
}
.social-list li a {
  text-decoration: underline;
}
.navbar-nav li a {
  text-decoration: none;
}
.sppd-breadcrumb a {
  text-decoration: none;
}
a:focus {
  outline-style: solid;
  outline-color: #d62423;
  outline-width: 2px;
}
#navigation {
  max-width: 1920px;
  margin: auto;
}
.carousel-caption2 {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 0rem;
  padding-bottom: 0rem;
  color: #fff;
  text-align: center;
}
.text-red {
  color: #b90000;
}

/* Large black border */
hr.large {
  border: 5px solid black;
  border-radius: 2px;
}

/* Medium black border */
hr.medium {
  border: 2px solid #767676;
  border-radius: 2px;
}

/* skip to content*/
a.skip-main {
  position: absolute;
  top: -50px;
  left: 0;
  background: #f0c975;
  z-index: 100;
}
a.skip-main:focus,
a.skip-main:active {
  top: 15px;
  left: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.logo:focus img {
  border: thick solid rgb(255, 255, 255);
}
.btn-default:focus,
.btn-default.focus {
  outline: 0;
  border-color: black;
}

/* Focus - to override Bootstrap*/
.btn:focus,
.btn.focus {
  outline: 0;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgb(0, 123, 255);
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgb(225, 83, 97);
}
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgb(216, 217, 219);
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgb(82, 88, 93);
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgb(0, 123, 255);
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgb(220, 53, 69);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.25rem #bd2130;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(49, 132, 253);
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: red;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0, 123, 255);
}

/* Lists - ordered and unordered */
ul.disc {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 20px;
}
ul.circle {
  list-style-type: circle;
  margin-left: 40px;
  margin-bottom: 20px;
}
ul.square {
  list-style-type: square;
  margin-left: 40px;
  margin-bottom: 20px;
}
ol.upper {
  list-style-type: upper-roman;
  margin-left: 40px;
  margin-bottom: 20px;
}
ol.lower-alpha {
  list-style-type: lower-alpha;
  margin-left: 40px;
  margin-bottom: 20px;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #002d62;
  border-color: #002d62;
}

/* News & Events Tabs for home page*/
#tabs {
  color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 450px;
  padding-top: 50px;
}
#tabs h6.section-title {
  color: #eee;
}
#tabs h4 {
  color: black;
}
#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 10px solid !important;
  font-size: 2rem;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #eee;
  font-size: 2rem;
}
.tab-pane {
  color: #f3f3f3;
  padding-left: 20px;
}
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

/* Accordions */
.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}
.panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}

/*Home page events tab */
.datebox-month {
  background: #f05213;
}
.box_item_title {
  text-decoration: none;
  color: #006991;
}
.datebox {
  display: block;
  background: #eaeaea;
  border: 0px solid;
  border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 134px;
  height: 122px;
  text-align: center;
  padding: 15px 0 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.datebox-month {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  background: #006991;
  padding: 0 0 0 0;
  margin: -20px auto 11px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  display: block;
  width: 80px;
  height: 41px;
  line-height: 41px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.datebox-number {
  color: #092441;
  font-size: 48px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
}
.box_item_title {
  color: #092441;
  font-size: 24px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  display: block;
  max-height: 86.4px;
  overflow: hidden;
  margin: 0 0 6px 0;
  text-decoration: none;
  margin-bottom: 10px !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.box_item_summary {
  color: #555555;
  font-size: 14px;
  max-height: 18.2px;
  overflow: hidden;
  display: block;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
}
.box_item_summary,
.box_item_title {
  display: block;
  margin-left: 149px;
  margin-bottom: 6px;
}

/* Back to top button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #414040;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #767676;
}
#myBtn:focus {
  transform: scale(1.3);
}
#footer:focus img {
  background-color: bd2130;
  border-color: bd2130;
  border-width: 0.2rem;
}
.btn-primary.btn-custom {
  background-color: #002d62;
}
.btn-primary.btn-custom:hover {
  background-color: #2e2eff;
}
.btn-primary.btn-custom:focus {
  background-color: bd2130;
  border-color: bd2130;
  border-width: 0.2rem;
}
.btn-light.btn-custom:focus {
  color: white;
  background-color: red;
  border-color: white;
  border-width: 0.3rem;
  border-color: black;
}
.btn-primary.btn-custom2 {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #575757;
  border-color: #575757;
}
.btn-primary.btn-custom2:focus {
  background-color: red;
  color: white;
  border-color: black;
  border-width: 0.3rem;
}
.btn-danger.btn-custom:focus {
  background-color: white;
  color: black;
  border-color: red;
  border-width: 0.2rem;
}

/* Cards */
.card-title {
  font-size: 1.2rem;
  font-weight: 900;
}
.card-title h2 {
  font-size: 1.2rem;
  font-weight: 900;
}
.card-text {
  font-size: 0.9rem;
  color: #666666;
}

/* Breadcrumbs */
.sppd-breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.sppd-breadcrumb .breadcrumb-item {
  font-size: 1rem;
  font-weight: 500;
}
.sppd-red-text {
  color: #e54d42;
}
.breadcrumb > .active {
  color: white;
}
.breadcrumb a:hover {
  color: rgb(216, 217, 219);
}

/* Top Bar Contact  */
p.top-bar-contact {
  font-size: 1.25rem;
  font-weight: 800;
}
.top-bar-contact a {
  color: #8b1824;
  text-decoration: underline;
}
.top-bar-contact a:hover {
  color: #002d62;
  text-decoration: none;
}

/* Top Bar Social  */
ul.social-list li {
  display: inline-block;
}
ul.social-list li a {
  display: inline-block;
  color: #389dd6;
  background: #ffffff;
}
ul.social-list li a:hover {
  background: #fff;
}
ul.social-list li a i {
  display: block;
  width: 42px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
ul.social-list li a:hover i {
  color: #fff;
}

/* Main Menu-Mega */
.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}
.megamenu-li {
  position: static;
}
h1,
.h1 {
  font-size: 36px;
  text-align: center;
  color: #404041;
}
h1 {
  color: #002d62;
  font-size: 2rem;
  font-weight: bold;
}
.dropdown-header {
  color: #265a87;
  font-size: 18px;
  font-weight: bold;
}
.dropdown-menu.megamenu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #545454;
  white-space: normal;
  font-size: 14px;
}
.dropdown-menu.megamenu a:hover {
  background-color: #eaeaea;
}

.dropdown-menu.megamenu p {
  font-size: 14px;
}
.dropdown-menu.megamenu h5 {
  color: #265a87;
}
.btn-danger {
  background-color: #a91e2c;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
}

/* Carousel */
.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption h3 {
  font-size: 80px;
}
.portfolio-item {
  margin-bottom: 30px;
}
.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.container-slider {
  height: auto;
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#myCarousel {
  background-color: #000;
}
#myCarousel h2 {
  font-size: 3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-target] {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.slider-control {
  background: none;
  color: rgba(255, 255, 255, 1);
  border: 0;
  cursor: pointer;
  transition: all 0.2s linear;
  margin-left: 20px;
  margin-top: 10px;
  border-radius: 5px;
}

.slider-control:hover,
.slider-control:active {
  background-color: #f09433;
}
.slider-control:focus {
  color: #d62423;
  background: white;
}
#carouselButtons {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* Headers for interior pages */
.interior-header {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  height: 50vh;
}

.interior-header2 {
  position: relative;
  background-size: cover;
  background-attachment: scroll;
  background-position: bottom;
  height: 50vh;
}

.interior-header3 {
  position: relative;
  background-size: cover;
  background-attachment: scroll;
  background-position: bottom;
  height: 73vh;
}

.interior-header4 {
  position: relative;
  range: cover;
  background-attachment: scroll;
  background-position: bottom;
}

/* Section Title  */
.section-title {
  margin-bottom: 3rem;
}

.section-title h1 {
  text-transform: capitalize;
  color: #002d62;
  font-size: 2rem;
  font-weight: bold;
}

.section-title h2 {
  color: #002d62;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

h1.page-title {
  color: #002d62;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: left;
  text-transform: capitalize;
}

.section-title p {
  padding-bottom: 60px;
  color: #111;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 300;
}

h2.main-title {
  padding-bottom: 0;
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #1a3368;
  text-align: center;
  text-transform: uppercase;
}

h2.officer-menu {
  color: #000000;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: capitalize;
}

/* Footer */
#footer {
  min-height: 300px;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)),
url(../../headers/st-pete5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: black;
}

footer a {
  color: red;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}

#footer .footer_info h2 {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}

#footer .footer_info p {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: #fff;
}

#footer .footer_info p a {
  font-family: inherit;
  font-size: 1.2rem;
  color: #fff;
}

#footer .footer_info p a:hover {
  text-decoration: underline;
}

/* Copyright */
.copyright-menu li a.active {
  color: #fff;
  font-size: 13px;
}

.copyright-menu li a:hover {
  color: #002d62;
}

.copyright-section {
  border-top: 1px solid #363636;
  font-size: 1rem;
  padding: 20px 0;
  background: #000;
  color: #fff;
}

.copyright {
  font-size: 16px;
}

.copyright-section a {
  color: #fff;
}

.copyright-section a:hover {
  color: #fff;
  text-decoration: underline;
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

/* Home page */
#main-content {
  min-height: 100px;
}

#get-involved {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
url(../../headers/train-500px-b-w.jpg);
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-attachment: relative;
  color: #fff;
  min-height: 400px;
  padding-top: 50px;
}
#get-involved2 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
url(../../headers/st-pete5.jpg);
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
  min-height: 450px;
  padding-top: 50px;
}

#news {
  min-height: 500px;
}

#connect {
  min-height: 500px;
}

#home-services {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url("../../headers/building-at-night.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #000000;
  min-height: 450px;
  padding-top: 50px;
}

.home-news {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
  height: 450px;
}

.header-bg {
  background-color: #00a2f3;
}

form .website {
  display: none;
}

/* hide because is spam protection */

.form-checker {
  display: none;
}

/* Sections */
.landing {
  position: relative;
  background-image: url("../../headers/basin.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  height: 40vh;
}

.landing-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 15vh;
}

.landing-inner h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

.landing-height {
  line-height: 6rem;
}

.landing p {
  font-size: 20px;
}

.landing-inner-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 30vh;
}

.landing-inner-full h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

.page-header {
  background: url(../../headers/basin.jpg) no-repeat;
  background-size: cover;
  height: 40vh;
  padding: 100px 0;
}

.page-header h1 {
  color: #fff;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.services {
  min-height: 200px;
  padding-bottom: 50px;
  padding-top: 30px;
}

.section {
  min-height: 200px;
  padding-bottom: 50px;
  padding-top: 30px;
}

.section2 {
  min-height: 200px;

  padding-top: 30px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}

.hide {
  display: none;
}

/*

        /*Officer employment*/
#officer h1 {
  font-size: 1.5rem;
  text-align: left;
}
#officer h2 {
  font-size: 1.25rem;
  text-align: left;
  font-weight: 500;
}
#officer h4.card-title {
  text-align: center;
}

/* Video header for main page */
.video-container {
  z-index: -100;
  width: 100%;
  height: 75%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#video h1 {
  font-size: 4.5rem;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#fallen {
  /* The image used */
  background-image: url("/images/fallen-officers/2016-memorial-badge-sm.png");

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.status {
  font-size: 15px;
  color: green;
  padding: 15px;
}

/*My test stuff*/
.masthead {
background-size: cover;
min-height: 60vh;
position: relative;
background-position: center;
color: white;
text-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.masthead h1 {
  font-size: 3rem;
  color: white;
}
.color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media ( max-width: 992px) {
  .masthead {
    min-height: 30vh;
  }
  .masthead h1 {
    font-size: calc(1.0rem + 0.5rem);
 }
}
/* Media Queries */
/* 
        Extra small devices (portrait phones, less than 544px) 
        No media query since this is the default in Bootstrap because it is "mobile first"
        */
h1 {
  font-size: 1rem;
}

/*1rem = 16px*/

/* Bootstrap 4 breakpoints */
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .landing-inner h1 {
    font-size: 1.2rem;
    font-weight: 700;
  }

  /*1rem = 16px*/
  .landing-inner-full h1 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 0.2rem;
  }

  /*1rem = 16px*/
  .section-title h1 {
    font-size: 1.2rem;
  }

  .section-title h2 {
    font-size: 1.25rem;
  }

  /*1rem = 16px*/
  #location h4 {
    font-size: 1rem;
  }

  #main-content h2 {
    font-size: 1.2rem;
  }

  /*1rem = 16px*/
  #services h2 {
    font-size: 1.2rem;
  }

  /*1rem = 16px*/
  #current-year-monthly h2 {
    font-size: 1.2rem;
  }

  /*1rem = 16px*/
  #current-year-monthly h2 {
    font-size: 1.2rem;
  }

  /*1rem = 16px*/
  #main-content h4 {
    font-size: 1.1rem;
  }

  #myCarousel h2 {
    font-size: 0.8rem;
  }

  #myCarousel h5 {
    font-size: 0.6rem;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-inner h1 {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
  .landing-inner-full h1 {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
  .section-title h1 {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
  .section-title h2 {
    font-size: 1.25rem;
  }

  /*1rem = 16px*/
  #main-content h2 {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
  #services h2 {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
  #current-year-monthly h2 {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
  #main-content h4 {
    font-size: 1.1rem;
  }

  /*1rem = 16px*/
  .card-title {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
  #location h4 {
    font-size: 1rem;
  }

  /*1rem = 16px*/
  #home-services h4 {
    font-size: 2rem;
  }

  #myCarousel h2 {
    font-size: 1rem;
  }

  #myCarousel h5 {
    font-size: 1.1rem;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-inner h1 {
    font-size: 2rem;
  }

  /*1rem = 16px*/
  .landing-inner-full h1 {
    font-size: 2rem;
  }

  /*1rem = 16px*/
  .section-title h1 {
    font-size: 2rem;
  }

  /*1rem = 16px*/
  .section-title h2 {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
  #main-content h2 {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
  #main-content h4 {
    font-size: 1.1rem;
  }

  .card-title {
    font-size: 1.5rem;
  }

  /*1.5rem = 16px*/
  #services h2 {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
  #current-year-monthly h2 {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
  #get-involved h1 {
    font-size: 2rem;
  }

  /*1rem = 16px*/
  #get-involved p {
    font-size: 2rem;
  }

  /*1rem = 16px*/
  h3 {
    font-size: 1.25rem;
  }

  /*1rem = 16px*/
  #location h4 {
    font-size: 1rem;
  }

  /*1rem = 16px*/
  #home-services h4 {
    font-size: 2rem;
  }

  /*1rem = 16px*/
  #myCarousel h2 {
    font-size: 1.5rem;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .landing-inner h1 {
    font-size: 2.5rem;
  }

  /*1rem = 16px*/
  .landing-inner-full h1 {
    font-size: 2.5rem;
  }

  /*1rem = 16px*/
  .section-title h1 {
    font-size: 2.5rem;
  }

  /*1rem = 16px*/
  .section-title h2 {
    font-size: 1.75rem;
  }

  /*1rem = 16px*/
  h2 {
    font-size: 1.75rem;
  }

  /*1rem = 16px*/
  h3 {
    font-size: 1.5rem;
  }

  /*1rem = 16px*/
  #myCarousel h2 {
    font-size: 2rem;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .landing-inner h1 {
    font-size: 3rem;
  }

  /*1rem = 16px*/
  .landing-inner-full h1 {
    font-size: 3rem;
  }

  /*1rem = 16px*/
  .section-title h1 {
    font-size: 3rem;
  }

  /*1rem = 16px*/
  .section-title h2 {
    font-size: 2rem;
  }

  /*1rem = 16px*/
}

h2 {
  font-size: 2rem;
}

/*1rem = 16px*/
h3 {
  font-size: 1.5rem;
}

/*1rem = 16px*/

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Custom media queries
            --------------------------------------------------------------------------------------------------------------- */

/* Set width to make card deck cards 100% width */
@media (min-width: 1050px) and (max-width: 1100px) {
  h2 {
    font-size: 2rem;
  }
}
