@charset "utf-8";


#ImgLogo {
    background-repeat: no-repeat;
    background-position: 0% 0% no-repeat padding-box;
    margin-bottom: auto;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 22px;
}

#SearchLogo {
    background-repeat: no-repeat;
    background-position: 0% 0% no-repeat padding-box;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 42px;
    color: #FFFFFF;
}

#newHeaderBlockTop {
    background: rgb(39,79,112);
    background: linear-gradient(180deg, rgba(39,79,112,1) 0%, rgba(39,79,112,1) 85%, rgba(62,124,176,1) 85%);
   
    color: #F9F8F8;
}

#HomeHeroImg{
    background-image: url(../LACCRC/images/A4140-042Crop.jpg);
    filter: contrast(60%);
    z-index: 56;
}
.hero-image {
    background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.50) 100%), url(../LACCRC/images/A4140-042Crop.jpg);
    background-image: -moz-linear-gradient(90deg,rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.50) 100%), url(../LACCRC/images/A4140-042Crop.jpg);
    background-image: -o-linear-gradient(90deg,rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.50) 100%), url(../LACCRC/images/A4140-042Crop.jpg);
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(0deg,rgba(0,0,0,0.32) 0%,rgba(0,0,0,0.50) 100%), url(../LACCRC/images/A4140-042Crop.jpg);
    /* Set a specific height */
    height: 50%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}



/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}







.navbar-toggler  {
    
    background-color: #FFFFFF50;	
}

.navbar-light {
    background-color: #3E7CB0;
    color: #1F746F;
  

}

.text-website-name {
    font-size: 1em;
    text-align: center;	

    color: #58B3FC;
    opacity: 1;
    font-family: "Roboto Slab";
    margin-top: 27px;
} 


.text-SiteNameCollapse {
  text-align: center;
  letter-spacing: NaNpx;
  color: #58B3FC;
  opacity: 1;
  font-family: "Roboto Slab";
  font-size: 1em;
}
.text-color-dark-blue {
    color: #1F669E;
    font-weight: bold;
}
.container .row .col-lg-4 {
}
.container .row .col-lg-4 {
}
.container .row .col-lg-4 {
}









@media (min-width: 576px) {
  .text-SiteNameCollapse {
    text-align: center;
    letter-spacing: NaNpx;
    color: #58B3FC;
    opacity: 1;
    font-family: "Roboto Slab";
    font-size: 1em;
  }
	


}

@media (max-width : 594px ){

  }



@media (min-width: 768px) {
	  .text-SiteNameCollapse {
    text-align: center;
    letter-spacing: NaNpx;
    color: #58B3FC;
    opacity: 1;
    font-family: "Roboto Slab";
    font-size: 1.5em;
  }
.text-website-name {
    font-size: 1.2rem;
}




}

@media (max-width: 767.98px) {

  }

@media (min-width: 992px) {
.text-website-name {
    font-size: 1.6rem;
    text-align: center;
    color: #58B3FC;
    opacity: 1;
    font-family: "Roboto Slab";
    margin-top: 27px;
} 
  
}

@media (max-width: 991.98px) {
  }

@media (min-width: 1440px) {
.text-website-name {
    font-size: 1.9rem;
}

  
}

@media (max-width: 1439.98px) {
  }



.bg-LACity-Lblue{
    background-color: #55AAF0;

}
.bg-LAcity-Mblue{
    background-color: #3E7CB0;

}

.bg-LAcity-Dblue{
    background-color: #274F70;

}


#FooterBlock {
    width: 100%;
    background-position: 0% 0% no-repeat padding-box;
    background-color: #43B07B;
    background-size: cover;

}

#footer-curve{
    width: 100vw;
    height: 113px;
    background-image: url(../images/blue_footer.png), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 47.32%,rgba(212,212,212,1.00) 100%);
    background-image: url(../images/blue_footer.png), -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 47.32%,rgba(212,212,212,1.00) 100%);
    background-image: url(../images/blue_footer.png), -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 47.32%,rgba(212,212,212,1.00) 100%);
    background-image: url(../images/blue_footer.png), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 47.32%,rgba(212,212,212,1.00) 100%);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-size: cover;
}
