/*
Bold Font 
font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: normal;
-------------------
Bold Italic 
font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: italic;
-------------------
Regular Font 
font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: normal;
-------------------
Italic Font
font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: italic;
-------------------
*/
/* Importing Roboto Slab */
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* ------------------- Fonts ------------------*/
h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
}

h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

h2.dark-header {
  color: #551139 !important;
}

h3.blue-header {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  color: #032835;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

h3.terms-blue-header {
  margin-bottom: unset;
  margin-top: 30px;
}

p {
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
}

/* ------------------- Buttons ------------------*/
.green-btn {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #2D9995;
  padding: 15px;
  width: fit-content;
  width: -moz-max-content !important; 
  text-align: center;
}

.green-btn a {
  text-decoration: none;
  color: #fff;
}
/* ------------------- Body Styling ------------------- */
/** Homepage Only **/
body.frontpage{
  overflow: hidden;
}
/* ------------------- Navigation Styling ------------------- */
/** Nav Bar **/
.navbar {
  padding: 30px 1rem;
}

/** Navigation Links **/
a.nav-link {
  color: #032835 !important;
  font-size: 18px !important;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

a.nav-link:hover {
  color: #A3A510 !important;
}

li.active a.nav-link {
  color: #A3A510 !important;
  font-weight: 700;
}

/* ------------------- Footer Styling ------------------- */
footer.blue {
  background-color: #032835 !important;
  padding: 30px 1rem;
}

.terms-privacy,
.terms-privacy a,
a.facebook-link {
  color: #fff !important;
  font-size: 12px;
  font-family: proxima-nova, sans-serif;
}

i.fab.fa-facebook-f {
  font-size: 14px;
  color: #A3A510 !important;
  padding-right: 5px;
}

footer.frontpage-footer{
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
}
/* ------------------- Background Hero Images ------------------- */
.home-bg-img {
  background-image: url("../images/home-hero.jpg");
}

.park-bg-img {
  background-image: url("../images/law-hero.png");
}

.law-bg-img {
  background-image: url("../images/law-hero.png");
}

.fire-bg-img {
  background-image: url("../images/law-hero.png");
}

/* ------------------- Hero Image Styling ------------------- */
.hero-img,
.jumbotron-fluid {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  width: 100%;
  box-shadow: inset 0 0 0 1800px rgba(0, 0, 0, 0.3);
  padding-bottom: 50px;
}

.jumbotron-fluid.square-section {
  padding-bottom: 0px !important;
  min-height: 650px;
}

/* ------------------- Homepage Hero Section ------------------- */
/** Large H1 Header **/
.hero-text {
  position: absolute;
  top: 20%;
  left: 15%;
}

/** P tag below Header **/
.hero-text p {
  font-size: 22px;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  margin-top: 25px;
}

.home-text-container {
  margin-top: 100px;
}

.home-text-container p {
  color: #fff;
  margin: 30px 0px;
  font-size: 24px;
}

.terms-text-container{
  padding: 50px 0px;
}

/** Callout Styling **/
.foundation-callout a {
  color: #032835;
  text-decoration: none;
  background-color: #fff;
  font-size: 20px;
  line-height: initial;
  font-family: proxima-nova, sans-serif;
  padding: 50px 25px;
  display: flex;
  align-items: center;
  border-right: 7px solid #A3A510;
  min-height: 130px;
  text-transform: uppercase;
}

.foundation-callout:first-child {
  margin-left: 0px !important;
}

/** Callout A Tag Styling both on and off hover **/
.foundation-callout a:hover {
  color: #A3A510;
  text-decoration: none;
}

/* ------------------- Subpage Hero Section ------------------- */
.subpage-text-container p {
  color: #fff;
  margin: 20px 0px;
  font-size: 18px;
}

/* ------------------- Italic Leaf Container ------------------- */
.italic-text-container {
  margin-top: 100px;
}

.leaf-icon {
  margin-bottom: 20px;
}

.italic {
  font-style: italic;
  letter-spacing: 1.5px;
  margin-bottom: 0px;
}

img.park-logo {
  max-width: 125px;
  margin-top: 25px;
}

.chris-section {
  width: 100%;
  background-color: #FAFAFA;
  padding: 50px 0px;
}

.chris-section p {
  padding-top: 1em;
}

/* ------------------- Squares Section ------------------- */
.square-section {
  background-size: 70%;
  background-position: left;
  box-shadow: none !important;
  background-position: left top;
  position: relative;
  margin: 100px 0;
  margin-top: 135px;
}

.square-section.fire-and-rescue {
  background-position: left bottom;
  margin-top: 100px!important;
}

.col-md-6.fire-rescue-square {
  bottom: -6em;
}

.squares {
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #E1E1E1;
}

.squares .square {
  border: solid 1px #E1E1E1;
  display: flex;
  margin: 0px !important;
}

.first-square {
  margin-top: -35px;
  padding: 140px 55px 75px 55px;
}

.second-square {
  margin: 40px 0px 0px 0px;
  padding: 130px 75px 75px 75px;
  z-index: 9999;
  position: relative;
  margin-bottom: -50px;
}

.fire-rescue-square .second-square{
  margin-top: 0px;
}

.second-square.law-enforcement {
  position: absolute;
  bottom: -5rem;
}

.text-square p {
  padding: 20px 0px 20px 0px;
}

.green-arrow-list {
  list-style-type: none;
  padding-left: 0;
  margin: 20px 0px 20px -20px;
}

.green-arrow-list li {
  background: url(../images/green-arrow.png) no-repeat left 8px;
  padding-left: 25px;
  padding-bottom: 15px;
  font-size: 18px;
}

.green-square {
  background-color: #A2A510 !important;
  justify-content: flex-start;
  width: 60%;
  padding: 75px;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 0;
}

.collaborative-effort-section {
  margin-bottom: 100px;
}

.collab-container {
  padding-right: 3rem;
}

.collab-container p {
  padding: 20px 0px;
}

.collab-container img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  max-width: 450px;
  float: right;
}

.second-collab-container {
  max-width: 275px;
  position: absolute;
  bottom: -50px;
  left: 15%;
  border: 10px solid #FAFAFA;
  object-fit: cover;
}


@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .second-collab-container {
    bottom: 0%;
    left: 0%;
  }
  .green-square {
    bottom: 3%;
  }

  .second-square.law-enforcement {
    bottom: 0rem;
  }

  .col-md-6.fire-rescue-square {
    bottom: -3em;
  }
}

@media screen and (max-width: 992px) {
  .second-collab-container {
    bottom: 25%;
    left: -10%;
  }
  .green-square {
    bottom: -5%;
  }

  .green-square.fire-and-rescue {
    bottom: 0em;
  }

  .first-square {
    padding: 80px 40px;
  }

  .second-square {
    padding: 80px 40px 80px 60px;
  }
  ul.navbar-nav.ml-auto {
    margin-top: 30px;
}

}
@media screen and (min-width: 768px){
  .jumbotron-fluid.home-hero-image{
    height: 100vh; 
  }
}
@media screen and (max-width: 768px) {
  .first-square{
    margin-top: 0px!important;
  }
  .square-section{
    margin-top: 100px!important;
  }
  .col-md-6.fire-rescue-square{
    bottom: 0em;
  }
  .jumbotron-fluid.home-hero-image{
    height: 100%;
  }
  .jumbotron-fluid.square-section.fire-and-rescue{
    min-height: auto;
  }
  .green-square {
    display: none !important;
  }

  .jumbotron-fluid.square-section {
    background-image: none !important;
  }

  .second-square.law-enforcement {
    position: relative;
    bottom: initial !important;
    margin-bottom: 0px;
  }

  .collab-container {
    padding-right: initial;
  }

  .collab-container img {
    margin-top: 50px;
    width: 100%;
    max-height: initial;
    object-fit: cover;
    max-width: unset;
    float: none;

  }

  .second-collab-container {
    max-width: unset;
    position: relative;
    bottom: UNSET;
    left: UNSET;
    border: none;
    MARGIN-TOP: 50PX;
    object-fit: cover;
  }

  .second-collab-container img.img-fluid {
    WIDTH: 100%;
    HEIGHT: 100%;
  }

  .chris-section .col-md-5 {
    margin-bottom: 50px;
  }

  .foundation-callout {
    margin-bottom: 25px;
  }
  body.frontpage{
    overflow: auto;
  }
  footer.frontpage-footer{
    position: initial;
  }
}
