/*(05/21/2021): Christy Eang: Eang.dev
(07/22/2021): Anothay Chansy (Ann) */
/* General Info */
body {
  font-family: 'proxima-nova', sans-serif;
  background: #eaf1f3;
}
html {
  scroll-behavior: smooth;
}
.white {
  color: white;
}
.center {
  display: flex;
  justify-content: center;
}
.between {
  display: flex;
  justify-content: space-between;
}
.end {
  display: flex;
  justify-content: flex-end;
}
.evenly {
  display: flex;
  justify-content: space-evenly;
}
.stretch {
  display: flex;
  align-items: stretch;
}
.btnYellow {
  background: #f3952f;
  color: #1e1e1e !important;
}
.btnYellow:hover {
  background: #aad4e6;
}
.darkBlueBg {
  background-color: #164364;
}
a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
a.anchor#news {
  top: -70px;
}
.lightblue-text {
  color: #aad4e6;
}
.yellow {
  color: #f3952f;
}
.darkBlue {
  color: #164364;
}
.btn-outline-primary {
  color: #164364;
  border: #164364 1px solid;
}
.btn-outline-primary:hover {
  background-color: #164364;
  border: #164364 1px solid;
}
.hoverClick:hover {
  cursor: pointer;
}
.nav-link {
  text-transform: uppercase;
}
/* a{
   color: black;
} */
/* .modal-backdrop {
  z-index: -1;
} */
.modal-backdrop {
  /* bug fix - no overlay */
  display: none;
}
/* Important part */
.modal-dialog {
  overflow-y: initial !important;
}
.modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.modal {
  /* bug fix - custom overlay */
  background-color: rgba(10, 10, 10, 0.45);
}
.demographicInfo {
  padding: 0.5em;
  margin: 0;
  background-color: #f3952f;
}

.fa-star {
  color: #ff0000;
}

/* NavBar */
.btn {
  border-radius: 0px;
}
.goldborder {
  background-color: white;
  border-bottom: #f3952f solid 4px;
}
.navbtn:hover {
  background-color: #aad4e6;
}
.navbtn {
  font-size: 20px;
  border-radius: 0px;
  text-align: end;
  color: #222222 !important;
}
.iconBtnNav {
  border-radius: 0px;
  text-align: end;
  color: #222222 !important;
}
.iconBtnNav:hover {
  background-color: #aad4e6;
}

/* carousel */
.hero-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 800px;
  width: 100%;
  overflow: hidden;
  overflow-y: hidden;
  padding: 0!important;
}
@media (max-width: 1439px) {
  .hero-container {
    height: 700px;
  }
  .slide-video {
    object-fit: cover;
    height: 100%;
    width: auto;
    overflow: hidden;
  }
}

.iframe-cont {
  position: relative;
  background-size: cover;
  width: 100%!important;
  height: 100%;
  padding-bottom: 56.25%;
}

.slide-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.middle-navbar {
  display: flex;
  position: absolute;
  bottom: 0;
  background-color: rgba(22, 67, 100, .5);
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.90);
}

.middle-navbar .container {
  max-width: 1920px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 128px;
}

.caption {
  /* padding-left: 0px; */
  color: white;
  text-align: start;
  position: absolute;
  /* left: 1vw; */
  bottom: 7vw;
  margin-bottom: 100px;
  z-index: 2;
}
.h1Size {
  line-height: 60px;
  font-size: 60px;
  font-weight: 700;
}
.circle {
  height: 10px !important;
  width: 10px !important;
  border-radius: 50%;
  border: 2px solid white !important;
  background: hsla(0, 0%, 100%, 0) !important;
}

.active {
  background: white !important;
}
.circle.active {
  transform: scale(1.2);
}

.noborder {
  border: 0px !important;
  font-size: 18px;
}

/* white box with circle and icons */

.icon {
  margin-top: 14px !important;
}

.boxTextSize {
  z-index: 2;
  font-size: 28px;
  font-weight: 500;
}
.whiteBox {
  position: relative;
  top: -7vw !important;
  z-index: 1;
  background: #ffffff;
  padding-top: 32px;
  padding-bottom: 32px;
  box-shadow: 0px 20px 80px #00000029;
}
.linkWhiteBox {
  color: black;
}
a.linkWhiteBox:hover {
  text-decoration: none !important;
}
a.linkWhiteBox .yellowIconCircles:hover {
  background-color: #164364;
}
.yellowIconCircles {
  background: #f3952f;
  border-radius: 50%;
  height: 75px;
  width: 75px;
}

.imagesBox {
  background: white;
  box-shadow: 0px 20px 60px #00000029;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
/* About Us Section */
/* .pplCard{
    width: 210px;
} */
.peopleNames {
  font-size: 19px;
  font-weight: 500;
}
.modalh3 {
  color: #164364;
}
.modalh1 {
  font-weight: 600;
}
.btn-outline-secondary:hover {
  background-color: #164364;
  color: white;
}
.btn-outline-secondary {
  border: #164364 1px solid;
  color: #164364;
}

/* News Section/ cards */
/* .m100{
    margin-top: 100px;
    margin-bottom: 100px;
} */
div.scroll {
  margin: 4px, 4px;
  padding: 4px;
  width: 500px;
  height: 950px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
}

.newsLinks {
  color: #164364;
  text-decoration: underline;
}
.newsLinks:hover {
  color: #0078cc;
}
.headerTxt {
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
}
.headerP {
  font-size: 20px;
}
.card-img-top:hover {
  transition: transform 0.2s ease-in;
  transform: scale(1.1, 1.1);
}
.card {
  overflow: hidden;
  border-radius: 0 !important;
}
.card-img-top {
  border-radius: 0 !important;
  transition: transform 0.5s ease-out;
}
.cardstyle {
  box-shadow: 0px 20px 60px #00000029;
}
.card-text {
  color: #222222;
  font-size: 14px;
}
.card-title {
  font-weight: 700;
}

/* Twitter Box */
.twitterBox {
  background: transparent;
  box-shadow: 0px 20px 60px #00000029;
  overflow: scroll;
}
.fbBox {
  max-width: 96% !important;
  overflow: hidden;
  /* box-shadow: 0px 20px 60px #00000029; */
}
.smol {
  width: 91%;
}

/* Resources */
.resourceBox {
  background: white;
  box-shadow: 0px 20px 60px #00000029;
  padding: 40px;
  padding-top: 20px;
  width: 100%;
}
.resourceP {
  font-size: 17px;
}
.resourceLinks {
  color: #0078cc;
  text-decoration: underline;
  line-height: 2.1;
  font-size: 17px;
}
.resourceLinks:hover {
  color: #164364;
}
.sideSubHeader {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0px;
}
/* Vision Section */
.visionImg {
  background-image: url(../images/vision.jpg);
  background-size: cover;
  width: 100%;
  height: 900px;
  background-position-y: bottom;
  background-position-x: 30%;
}
.lineSpacing {
  line-height: 1.7;
}
.accomplishment-highlights-links {
  color: #0071EB;
}
.accomplishment-highlights-links:hover {
  color: #0071EB;
}

/* Government Structure Info */
.workingPic {
  background-image: url(../images/Council.jpg);
  background-size: cover;
  width: 100%;
  height: 420px;
  /* background-position-y: ; */
  background-position-x: 60%;
}
.vid {
  width: 100%;
  height: 400px;
}
.sideHeader {
  font-size: 40px;
  font-weight: bold;
}
.whiteTxtBox {
  margin-top: 20px;
  background: white;
  box-shadow: 0px 20px 60px #00000029;
  padding: 40px;
  padding-top: 40px;
  padding-bottom: 90px;
}
.govBox {
  margin-top: 20px;
  background: white;
  box-shadow: 0px 20px 60px #00000029;
  padding: 40px;
  padding-top: 40px;
}

.sideSubHeader {
  font-size: 25px;
  color: #164364;
}
.govHeader {
  font-weight: 600;
  font-size: 22px;
}
.govP {
  line-height: 2;
  font-size: 17px;
  letter-spacing: 0.25px;
}
.youtube-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Footer */

.footerCols {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
footer {
  background-image: url(../images/FooterBackground@2x.png);
  background-position: center;
  /* height: 300px; */
  color: white;
  background-color:black;
}
.footerLinks {
  color: white;
  text-decoration: underline;
}
.footerLinks:hover {
  color: #f3952f;
  text-decoration: underline;
}
.footerTitle {
  margin-bottom: 25px;
  font-size: 22px;
  color: #f3952f;
  text-transform: uppercase;
  font-weight: 600;
}
.iconLinks {
  color: white;
}
.iconLinks:hover {
  color: #f3952f;
  text-decoration: none;
}
@media only screen and (max-height: 575px) {
  .caption {
    margin-bottom: 50px !important;
  }
  .h1Size {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .boxTextSize {
    font-size: 20px;
  }
  .footerLinks {
    font-size: 16px;
  }
  .peopleNames {
    font-size: 16px;
  }
}
/* Less than 743 */
@media only screen and (max-width: 767px) {
  .h1Size {
    line-height: 40px;
    font-size: 40px;
  }
  .footerLinks {
    font-size: 14px;
  }
  .footerTitle {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .headerTxt {
    font-size: 45px;
    padding: 15px;
    line-height: 40px;
  }
  .headerP {
    padding-left: 15px;
  }
  .noPadSmol {
    padding: 0px;
  }
  .fbBox {
    background: rgba(255, 255, 255, 0) !important;
  }
}
/* less than 991 */
@media only screen and (max-width: 991px) {
  .caption {
    text-align: center;
    left: 0%;
  }
  .left0 {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    padding-left: 15px;
  }

  .twitterBox {
    height: 800px !important;
  }
}
/* less than 1199 */
@media only screen and (max-width: 1199px) {
  .fbBox {
    background: white;
  }
  .resourceBox {
    padding: 30px;
  }
  .resourceLinks {
    font-size: 16px;
  }
  .navbtn {
    font-size: 17px;
  }
  .imageSize {
    width: auto;
    height: 40px;
  }
  .twitterBox {
    height: 850px !important;
    margin-bottom: 10px;
  }
}

/* more than 1200 */
@media only screen and (min-width: 1200px) {
  /* .carousel{
        height: 1000px;
    } */

  .twitterBox {
    height: 948px !important;
  }
  .imageSize {
    width: auto;
    height: 65px;
  }
}
/* Less than 1399 */

@media only screen and (min-width: 1400px) {
}

.zoom-out-cursor {
  cursor: zoom-out;
}

.zoom-in-cursor {
  cursor: zoom-in;
}

.keyAreatextSm {
  font-size: 10px;
}
