

.container {
    /* border: blue solid 1px; */
    max-width: 1440px;
    margin: 900px auto 0px auto;
 
   
    z-index: 2;
    padding-top: 1px;
   
    
    
    

}

.bg-container {
    background-color: white;
  

}





/* HERO START */

.hero {
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('turf.webp'); 
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
  

    height: 900px; /* You must set a specified height */
    

   top: 0rem;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  
    z-index: -10;
  
  
    
   
  
   
    
}
.hero-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
   
}

.hero-wrapper h2 {
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2rem;
    margin: 0px;
 
    
    
}


.title {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    width: 100%;
    
   
  
   
   
    

}

.title h1 {
    font-family: 'Iceland', cursive;
    color: white;
    line-height: 0.6;
    font-weight: bold;
    font-size: 4.5rem;
    letter-spacing: .3rem;
    text-align: center;
    animation: fadeIn 2.5s;
    color: white;
  

} 

.sub-main-title {
    font-family: 'Source Sans Pro', cursive;
    color: white;
    line-height: 2;
    font-weight: bold;
    
    font-size:  0.9rem;
    letter-spacing: .2rem;
    text-align: center;
    animation: fadeIn 2.5s;
    color: white;
   
    
  

} 


.title strong {
    
   
    font-family: 'Oswald', sans-serif;
    color: white;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
 
    
   
   
   

}

.title button {
    background-color: black;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 1rem;
   
    line-height: 1.6;
    padding: 0.625rem .5rem;
    border-radius: 1.25rem;
    border: none;
outline:none;
cursor: pointer;
 
}



.title button:hover, .title button:active {
    background-color: white;
    color: black;
}

.button-link {
    text-decoration: none;
    margin: 0px 10px;
    
}

@media (max-width: 500px) {
    .container {
        margin: 500px auto 0px auto;
        

    }

    .hero {
        height: 500px;
        
    }
}

@media (min-width: 500px) {
 
    .title h1 {
        font-size: 10rem;
       
    }
    .title strong, .title button {
        font-size: 1.5rem;
    }
    .sub-main-title {
        font-size: 1.5rem;
    }

   


  
}

/* HERO END */

/* ABOUT START */

.a-grid {
    /* border: blue solid 2px; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    margin-top: 50px;
   
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
    padding: 10px;
    

}


.about-logo {
    /* width: 500px; */
    width: 50%;
   
    justify-self: center;
    align-self: center;
    margin-top: 1.25rem;
    grid-column: 1/2;
}

.about-info {
    /* grid-column: 3/4; */
    justify-self: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: .5rem;
    grid-column: 2/4;
    
    /* border:solid purple 2px; */
    
}

/* .about-info h3 {
    font-size: 1.4rem;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    margin-top: 1.25rem;
    text-align: center;
} */
.about-info h2 {
    font-size: 2.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #B1100E;
    margin-top: 1.25rem;
}
.about-info p {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin-top: 1.25rem;
    color: black;

}
.current-accepting {
    font-weight: 700;
}

@media (max-width: 768px) {

  

    
    
    
    .about-logo {
        /* width: 16.75rem; */
        grid-column: 1/4;
        text-align: center;
    }
    .about-info {
        grid-column: 1/4;
    }
}

/* ABOUT END */
hr {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
}

.card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 40px;
    /* border: orange solid 1px; */
   
    
   
}
.services,.providers,.faq {
    justify-self: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 150px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
    padding-bottom: 10px;
  
    
    border: 2px  solid transparent;
    transition: border  0.5s;
    transition: transform  0.5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     border-radius: 12px;
    
    
    
}


.services:hover,.providers:hover,.faq:hover {
    border: 2px solid #5C5C5C;
    transform: scale(1.05);
    /* animation-name: example;
    animation-duration: 1s;
    animation-timing-function: linear; */

    /* transition-property: outline;
    transition-duration: 0.5s;
    outline-color: #976958; */
    /* outline: black solid 1px;
    outline-offset: -10px; */
}


.card-title, .card-sub-title, .card-description {
   
  
    /* align-items: center;
    justify-content: center; */
    margin: 20px 40px;
}

.card-description {
    line-height: 1.5;
    font-size: 1.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    color: black;
   
}

.card-sub-title {
    line-height: 1.2;
    font-size: 1.8rem;
    font-family: 'Source Sans Pro', sans-serif;
    
    
}

.card-stuff {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}






.card-img {
    
    width:  350px;
    height: 350px;
    object-fit: cover;
    
   
    
}

.card-button {
    
    color: #B1100E;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.4rem;
   
    line-height: 1.6;
    padding: 0.625rem 1rem;
    border-radius: 1.25rem;
    border: none;
outline:none;
cursor: pointer;
margin-left: 25px;
 
}

.card-button:hover, .card-button:active {
  
    text-decoration: underline;
    

}





@media(max-width: 1024px) {

  
    .card-grid {
        grid-template-columns: 1fr 1fr;
    }
    .faq {
        grid-column: 1/3;
    }
    
    
 
}

@media(max-width: 768px) {
    .card-img {
    
        width:  260px;
        height: 260px;
        object-fit: cover;
       
        
    }
    .title {
       top: 0px;
    }
    .card-grid {
        grid-template-columns: 1fr;
    }
    .faq, .services,.providers {
        grid-column: 1/2;
    }


    .services,.providers,.faq {
        
        margin-top: 50px;
        /* padding-top: 50px;
        padding-bottom: 10px; */
      
        
        border: none;
        transition: none;
        transition: none;
        
    }
    
    
    .services:hover,.providers:hover,.faq:hover {
        border: none;
        transform: none;
        
    }


.card-img {

    outline-offset: 5px;
}
    
 
}

/* END CARDS */








/* ANIMATIONS */

/* HERO */
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
/* CARDS */
  /* FADE IN ON SCROLL EFFECT */
.reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 0.5s all ease;
  }
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }

  .portal {
    margin-top: 20px;
  }