/* colors */

.primary-text {
    color: rgb(6,35, 79);
}

.primary-bg {
    background-color: rgb(6,35, 79);
}

.primary-btn, .primary-btn:focus, .primary-btn:hover {
  color: #fff;
  background-color:  rgb(6,35, 79);
  border-color:  rgb(6,35, 79);
}

.image-cat {
  background-color:#E9E28F;
   height:150px; 
   width:150px;
   border-radius:50%;
}


.text-justify {
    margin: 0;
    text-align: justify;
}

.glacial {
  font-family: 'Glacial Indifference', sans-serif;
}


.hero {
    
    background-size: cover;
    background-position: center center;
    /*background-color: rgba(0,0,0,0.1);
    background-blend-mode: multiply; */
    height: 70vh;
  }

.hero-footer {
    
    background-size: cover;
    background-position: center;
    /*background-color: rgba(0,0,0,0.1);
    background-blend-mode: multiply; */
    height: 40vh;
    
  }

  /*.main-hero {
    background-image: url('https://natureto.ca/images/11.jpg');
  }*/
  .category-hero {
    background-image: url('https://natureto.ca/images/background_category.jpg');
  }

  .footer-hero {
    background-image: url('/images/background_footer.png');
  }

  

  .hero img {
    width: 100%;
    height: auto;
    display: block;
  }

 
  .hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(6,35, 79);
    font-size: 3rem;
  }

  a.category-link {
    text-decoration:none; 
    color: black;
  }
  a.category-link:hover  {
    color:grey;
  }
  
  /* media queries */

  @media only screen and (max-width: 768px) {

    .hero {
      height: 165vh;
    }
    .footer-hero {
      height: 65vh;
    }

   
    #desktop {
      display: none;
    }
  }

  @media only screen and (min-width: 768px) {
    #mobile {
      display: none;
    }
  }