/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@font-face {
  font-family: goldplayAlt;
  src: url(/wp-content/themes/genesis-block-theme/fonts/Goldplay/GoldplayAlt-Bold.otf);
}

@font-face {
  font-family: lato;
  src: url(/wp-content/themes/genesis-block-theme/fonts/Lato/Lato-Black.ttf);
}

body {
  color: #5a5a5a;
  font-family: goldplayAlt;
}

.nav-link {
  font-family: lato;
}

h1{
  font-family: goldplayAlt;
}

p{
  font-family: lato;
}

.top-section{

  color: white;
  font-family: lato;
  background-color: red;

  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url(/wp-content/themes/genesis-block-theme/images/top-bg.png);

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}

.menu-section{
  color: white;
  background-color:#941316;
  font-family: lato;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* background-color: #333; */
}

li {
  display:inline-block;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}

li a:hover {
  background-color: #ef3b23;;
  text-decoration: none;
  color: white;
}

.menu-link{
  background-color: #ef3b23;
}

.hero-image {
  /* 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(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/wp-content/themes/genesis-block-theme/images/graffiti.png");

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

.why-section{
  background-color: white;
  font-family: lato;
}

.why-logo{
  max-width: 300px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.board-section{
  color: white;
  font-family: lato;
  background-color: #bc8640;
}

.board-individual{
  max-width: 300px;
  margin: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.belive-section{

  color: white;
  font-family: lato;

  background-image: url("/wp-content/themes/genesis-block-theme/images/red_hands.png");

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

.meet-section{
  color: white;
  font-family: lato;
  background-image: url(/wp-content/themes/genesis-block-theme/images/us_flag.png);
  /* 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; */
}

.team-individual{
  max-width: 160px;
  margin: 4px;
}

.fomo-section{

  color: white;

  background-image: url(/wp-content/themes/genesis-block-theme/images/kid.png);

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}

.join-btn{
  background-color: #ad1d21;
  color: white;
  text-decoration: none;
  width: 200px;
  height: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.join-text{
  color: white;
  text-decoration: none;
  padding-top: 10px;
  font-family: lato;
}

.partners-individual{
  max-height: 100px;
}

.social-text{
  margin-top: 55px;
}

.social-individual{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.social{
  margin-top: 30px;
  margin-bottom: 100px;
  min-width: 500px;
  max-width: 600px;
}

.footer-section{
  transition: background-image 1s ease-in-out;
  /* transition: bac; */
  color: white;
  background-image: url(/wp-content/themes/genesis-block-theme/images/footer.png);

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
}

.hero-text {
  background-color: rgba(255, 255, 255, 0.72);
  color: #004c6c;
  
}



/* RESPONSIVE CSS
-------------------------------------------------- */

/* hide menu bar on mobile devices */
@media only screen and (max-width: 1000px) {
  .menu-section{
    display: none;
  }
}

@media only screen and (max-width: 776px) {
  .meet-section{
    background-image: url(/wp-content/themes/genesis-block-theme/images/us_flag_mobile.png);
  }
  /* switch to mobile-sized kids image */
  .fomo-section{
    background-image: url(/wp-content/themes/genesis-block-theme/images/kid-mobile.png);
  }
  /* switch to mobile-sized red-hand image */
  .belive-section{
    background-image: url("/wp-content/themes/genesis-block-theme/images/red_hands_mobile.png");
  }
  .partners-individual{
    max-height: 80px;
  }
  .social-individual{
    max-height: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .social-col{
    width: 44px;
  }

  .social{
    min-width: 100px;
  }

}


@media only screen and (min-width: 776px) {
  nav{
    display: none !important;
  }
}

@media only screen and (max-width: 1000px) {
  .why-logo{
    max-width: 230px;
  }
}