/*

My Custom CSS
=============

Author:  Natalie Salata
Updated: January 2021

Modified: Colin Ferris March 28, 2022

*/
/* --------------------------------------
   Font
   -------------------------------------- */
* {
  font-family: "Century Gothic", "Arial", sans-serif;
}

#loginBtn {
  color: white;
}

/* --------------------------------------
   Header
   -------------------------------------- */

.solid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1a4480;

  margin: 0 auto;
  padding: 0.5rem;
}

#cit1 {
  width: 250px;
  flex-shrink: 0;
  margin-left: 4%;
}

#cit2 {
  width: 200px;
  flex-shrink: 0;
  margin-right: 5%;
}

header h1,
h2,
h3,
h4,
h5 {
  text-align: center;
}

#head1 {
  color: white;
}
#head2 {
  color: white;
}
#head3 {
  color: white;
}

@media only screen and (max-width: 768px) {
  .solid {
    flex-direction: column;
  }

  #headerTextContainer {
    margin-top: 1rem;
  }

  .navLogoContainer {
    text-align: center;
  }

  #cit1,
  #cit2 {
    margin-left: 0;
    margin-right: 0;
  }

  #head3 {
    margin-top: 1rem;
  }
}

/* --------------------------------------
   All  - Navbar
   -------------------------------------- */
.navbar {
  margin: 0 auto;
  margin-bottom: 2%;
  background-color: #e3e4e8;
}

.navbar-nav li a {
  color: #1a4480 !important;
  padding-top: 5px;
}

.navbar-nav li a:hover {
  border-radius: 7px;
  border-color: black;
  box-shadow: 5px 5px 5px gray;
}

.navbar-nav li a:active {
  font-weight: bold;
}

i {
  padding-right: 5px;
}

.btn {
  background-color: #1a4480 !important;
  outline-color: #1a4480 !important;
  color: white !important;
}

/* --------------------------------------
   All  - Login Modal
   -------------------------------------- */
#userPassText {
  padding-left: 4px;
}

#loginBtn,
#loginBtn2,
#cancelLoginBtn {
  background-color: #1a4480 !important;
}

/* --------------------------------------
   Home - Body
   -------------------------------------- */
#counties {
  margin-top: 5%;
  width: 100%;
}

#homeVideo {
  float: right;
}

.homeText {
  margin-top: 5%;
  text-align: justify;
  color: black;
}

#homeVideo {
  width: 650px;
  height: 350px;
}

@media only screen and (max-width: 768px) {
  #homeVideo {
    width: 100%;
  }
}

/* --------------------------------------
   Partners - Body
   -------------------------------------- */
#partners {
  margin: 0px auto;
}

.partnerHeader h1 {
  font-size: 40px;
  font-weight: 500;
  color: #1a4480;
}

#namiOhioLogo {
  background-image: url("../../images/namiohio.jpg"); /* The image used */
}

#namiCountyLogo {
  background-image: url("../../images/nami_northwest_updated_03_28_2022.jpg"); /* The image used */
}

#terraLogo {
  background-image: url("../../images/terra.jpg"); /* The image used */
}

#namiLogo {
  background-image: url("../../images/nami.jpg"); /* The image used */
}

#ccoeLogo {
  background-image: url("../../images/ccoe.jpg"); /* The image used */
}

#icitLogo {
  background-image: url("../../images/icit.png"); /* The image used */
}

#firelandsLogo {
  background-image: url("../../images/frmc.jpg"); /* The image used */
}

#mhrbLogo {
  background-image: url("../../images/erie_county_updated_04_04_2022.jpg"); /* The image used */
}

#mhrbsswcLogo {
  background-image: url("../../images/mhrsb_updated_03_28_2022.jpg"); /* The image used */
}

#hcbmasLogo {
  background-image: url("../../images/hcbmas.jpg"); /* The image used */
}

#logoRows {
  text-align: center;
  height: 24vh;
}

.logoDiv a {
  display: block;
  background-color: #fff;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 576px) {
  .logoDiv:nth-child(3) {
    margin: 6vh 0;
  }

  #logoRows:nth-child(3),
  #logoRows:nth-child(4) {
    height: 60vh;
  }
}

@media only screen and (min-width: 768px) {
  #logoRows {
    margin: 2vh 0;
  }
}

/* --------------------------------------
   History - Body
   -------------------------------------- */

#histFacts {
  margin-top: 3%;
}

#histUlist li {
  padding: 1%;
}

#citNews {
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  #citBadgeContainer {
    text-align: center;
  }
  #citNews {
    width: 100%;
  }
}

/* --------------------------------------
   NAMI - Body
   -------------------------------------- */
#namiMission {
  margin-top: 3.1%;
}

.namiText {
  text-align: justify;
}

#namiSSWLogo {
  width: 80%;
}

#namiOhioLogo {
  width: 75%;
}
#namiSSWMission {
  padding-top: 1%;
}

/* --------------------------------------
   EMDR - Body
   -------------------------------------- */
#emdrRow {
  margin-top: 5%;
}

.emdrText {
  text-align: center;
  font-size: 15px;
}

#emdrImg {
  background-image: url("../../images/emdr3.jpg"); /* The image used */
  background-color: #fff;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 576px) {
  #emdrImg {
    height: 15rem;
    margin-bottom: 1rem;
  }
}

/* --------------------------------------
   Community - Body
   -------------------------------------- */
#communityButtons {
  width: 62%;
  margin: 0 auto;
  /* border: 1px solid black; */
  padding-bottom: 2%;
}

.accordion {
  width: 90%;
  margin: 0 auto;
}

/* --------------------------------------
   Footer
   -------------------------------------- */
footer {
  background-color: #1a4480;
  margin: 0 auto;
}

footer p {
  color: white;
  text-align: center;
  font-weight: bold;
  margin-top: -10px !important;
}

#footerHeader {
  color: white;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
