
/* Base Colors */


.fcpagold {
  color: #ffc20e;
}
.gun-metal-blue {
  color: #323a45;
}

.med-dk-blue {
  color: #002063;
}
.fcpa-blue {
  color: #002d62;
}
.med-lt-blue {
  color: #389dd6;
}
.very-dk-gray {
  color: #333333;
}
.dk-gray {
  color: #666666;
}
.lt-gray {
  color: #bfbfbf;
}
.red {
  color: #5d090a;
}

/* Social Icons*/

.facebook2:hover {
  background-color: #3b5998;
}
.xlogo:hover {
  color: #5d090a;
}
.YouTube:hover {
  background-color: #d62423;
}


/* Background Colors */
.bg-twitter {
  background-color: #dcecf7;
}
.bg-light2 {
  background-color: #f1f1f0;
}
.bg-black {
  background-color: #000;
}
.bg-dk-blue {
  background-color: #182238;
}
.bg-fcpablue {
  background-color: #002d62;
}
.bg-fcpagold {
  background-color: #ffc20e;
}
.bg-lt-gray {
  background-color: #bfbfbf;
}
.bg-med-gray {
  background-color: #767676;
}
.bg-very-dk-gray {
  background-color: #333333;
}

.region1 {
  background-color: #c7b299;
}
.region2 {
  background-color: #e1e2e1;
}
.region3 {
  background-color: #f5989d;
}
.region4 {
  background-color: #bc8dbf;
}
.region5 {
  background-color: #fdc68a;
}
.region6 {
  background-color: #c4df9b;
}
.region7 {
  background-color: #fff79a;
}
.region8 {
  background-color: #00bff3;
}
.region9 {
  background-color: #ed2024;
}

#mission {
  background: 
  url("../../images/background1.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #000000;
  min-height: 300px;
  padding-top: 50px;
}

#navigation {
  max-width: 1920px;
  min-height: 75vh;
  margin: auto;
}

/* Home page */
#main-content {
  min-height: 100px;
}  

/* +Partners for home page*/
#partners {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 450px;
  padding-top: 50px;
}

#partners .nav-partners .nav-item.show .nav-link,
.nav-partners .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 10px solid !important;
  font-size: 2rem;
  font-weight: bold;
}
#partners .nav-partners .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #eee;
  font-size: 2rem;
}

#home-board {
  min-height: 600px;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
  url('/images/orlandoPolice.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: black;
}

#awards {
  min-height: 300px;
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), */
  background: url('/images/beigeBackground.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: black;
}

#membership {
  min-height: 600px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
  url('/images/fireworks.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: black;
}

#member-resources {
  background: 
  url("../../images/ConcreteTexture.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #000000;
  min-height: 300px;
  padding-top: 50px;
}

#footer:focus img {
  background-color: bd2130;
  border-color: bd2130;
  border-width: 0.2rem;
}

#board {
  min-height: 100px;
  color: black;
} 

.fcpaboard p {
  color: white;
}

.fcpaboard ul {
  color:white;
}
.fcpaboard a {
  color: white;
  text-decoration: none;
}
.fcpaboard a:hover {
  /* Styles for the link when hovered */
  color: goldenrod;
  text-decoration: underline;
}

.fcpaboard a:visited {
  /* Styles for visited links */
  color: white;
}

.fcpaboard a:active {
  /* Styles for when the link is clicked */
  color: white;
}

/* General */
body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  max-width: 1920px;
  margin: auto;
}
strong,
b {
  font-weight: 800;
}

.members li a {
  text-decoration: none;
}
.members li a:hover {
  text-decoration: underline;
  color: #8b1824;
}

a {
  color: #333;
}

/* mouse over link */
a:hover {
  color: #8b1824;
}

p a {
  text-decoration: none;
}
li a {
  text-decoration: underline;
}
.social-list li a {
  text-decoration: underline;
}
.navbar-nav li a {
  text-decoration: none;
}
.fcpa-breadcrumb a {
  text-decoration: none;
}
a:focus {
  outline-style: solid;
  outline-color: #d62423;
  outline-width: 2px;
}

.text-red {
  color: #b90000;
}

.btn-primary.btn-custom {
  background-color: #002d62;
  color: white;
}
.btn-primary.btn-custom:hover {
  background-color: #2e2eff;
}

.btn-primary:hover {
  color: #fff;
  background-color: gold;
}

/* +Large white border */
hr.large {
  border: 5px solid white;
  border-radius: 2px;
}

/* +Large FCPA gold  border */
hr.largeFCPA {
  border: 5px solid #f7ba11;
  border-radius: 2px;
}

/* Large rounded gold border */
hr.FCPA {
  border: 5px solid #f7ba11;
  border-radius: 5px;
}


/* Medium black border */
hr.medium {
  border: 3px solid #000;
  border-radius: 2px;
}

/* +Large FCPA blue  border */
hr.largeBlue {
  border: 5px solid #002d62;
  border-radius: 2px;
}

/* skip to content*/
a.visually-hidden-focusable {
  position: absolute;
  top: -50px;
  left: 0;
  background: #f0c975;
  z-index: 100;
}
a.visually-hidden-focusable:focus,
a.visually-hidden-focusable: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;
}

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

.my-card {
  background-color: rgba(255, 255, 255, 0.7); /* White background, 50% opacity */
} 

/* Breadcrumbs */
.fcpa-breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.fcpa-breadcrumb .breadcrumb-item {
  font-size: 1rem;
  font-weight: 500;
}

.breadcrumb > .active {
  color: white;
}
.breadcrumb a:hover {
  color: white;
}

/* Top Bar Contact  */
p.top-bar-contact {
  font-size: 1.5rem;
  font-weight: 800;
}

/* 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;
}

.banner .intro-text h1 {
  font-size: 3rem;
  font-weight: 700;
  /* line-height: 50px; */
  letter-spacing: 5px;
  /* margin-bottom: 55px; */
  font-family: 'Oswald', sans-serif;
}

/* 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;
}

/* 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;
}

.color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}


/* Footer */
#footer {
  height: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url('/images/background1.jpg');
  overlay: rbga;
  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;
}

/*+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.6);
}

.masthead h1 {
  font-size: calc(1.0rem + 3.3vh);
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* +media queries */

@media ( max-width: 768px) {
  .masthead {
    min-height: 30vh;
  }
}
