
/* Hero */
#hero{
    height: 100vmin;
    background-image: url("../img/celebrightHero.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}

#hero-row {
    width: 100%;
}

/* Navbar */
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .navbar-unscrolled {
        background-color: rgba(0, 0, 0, .2);
        padding-top: 1em;
        padding-bottom: 1em; 
    }
    .navbar-unscrolled img {
        max-height: 4em;
    }
}


/* No Matter the Size Section */
#large-home{
    background-image: url("../img/large-home.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 9/5; 
}

@media only screen and (min-width: 992px) {
    /* For desktop: */
    #large-home{
        aspect-ratio: auto;
    }
    #any-size-text{
        margin-top: 60px;
        margin-bottom: 60px;
    }
  }




/* CTA Get Quote */
#CTA-get-quote{
    width: 100%;
    height: auto;
    background-image: url("../img/get-quote-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    /*aspect-ratio: 1/1;*/
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    #CTA-get-quote{
        aspect-ratio: 5/3;
    }
  }

#quote-form-card {
    background-color: rgba(0, 0, 0, 0.8);
}


/* CTA Find Dealer */
#CTA-find-dealer{
    width: 100%;
    height: auto;
    background-image: url("../img/dealer_map_blur.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    
    /*aspect-ratio: 1/1;*/
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    #CTA-find-dealer{
        aspect-ratio: 2/1;
    }
  }

#find-dealer-form-card {
    background-color: rgba(0, 0, 0, 0.85);
}


/* Not Just Holidays */ 
#backyard{
    background-image: url("../img/backyard.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 9/5; 
}

@media only screen and (min-width: 992px) {
    /* For desktop: */
    #backyard{
        aspect-ratio: auto;
    }
}

/* Leader in Green */
.green-icon{
    height: 48px;
    width: 48px;
}
@media only screen and (min-width: 1200px) {
    /* For desktop: */
    .green-icon{
        height: 56px;
        width: 56px;
    }
}


/* Testimonials */
.testimonial-card{
    color: black;
    text-align: left;
    justify-content: left;
    margin-bottom: 2rem;
}

.testimonial-name{
    color: black;
    
}

.testimonial-star{
    height: 24px;
}
@media only screen and (min-width: 992px) {
    /* For desktop: */
    .testimonial-star{
        height: 30px;
    }
}

.review-source{
    text-align: right;
}


/* Case Study */
#case-study{
    width: 100%;
    height: auto;
    background-image: url("../img/case-study.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    
    /*aspect-ratio: 1/1;*/
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    #case-study{
        aspect-ratio: 2/1;
    }
  }

#case-study-card {
    background-color: rgba(0, 0, 0, 0.85);
    text-align: left;
}





/* Security Tile */
#security-tile{
    width: 100%;
    height: auto;
    background-image: url("../img/security.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    aspect-ratio: 3/2;
}

@media only screen and (min-width: 992px) {
    /* For desktop: */
    #security-tile{
        aspect-ratio: 5/3;
    }
  }


/* Become a Dealer Tile */
#dealer-tile{
    background-image: url("../img/dealer_stock.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 7/5; 
}

@media only screen and (min-width: 992px) {
    /* For desktop: */
    #dealer-tile{
        aspect-ratio: auto;
        min-height: 600px;
    }
  }



/* Testimonial Carousel */
.testimonial-mobile-item{
    width: 100%;
    /*height: auto;*/
    /*background-image: url("../img/quote_carousel/carousel_2.webp");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*display: block; */
    /* aspect-ratio: 3/2; */
}

.testimonial-carousel-item{
    width: 100%;
    /*height: auto;*/
    /*background-image: url("../img/quote_carousel/carousel_2.webp");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*display: block; */
    aspect-ratio: 3/2;
}

#tetimonial-mobile {
    background-image: url("../img/quote_carousel/carousel_2.webp");
}

#tetimonial-carousel-1{
    background-image: url("../img/quote_carousel/carousel_1.webp");
}

#tetimonial-carousel-2{
    background-image: url("../img/quote_carousel/carousel_2.webp");
}

#tetimonial-carousel-3{
    background-image: url("../img/quote_carousel/carousel_3.webp");
}

@media only screen and (min-width: 992px) {
    /* For desktop: */
    .testimonial-carousel-item{
        aspect-ratio: 2/1;
    }
}

.testimonial-carousel-card {
    background-color: rgba(255, 255, 255, 0.9);
}

.star-icon {
    width: 30px;
    height: 30px;
}




/* Tiles */
.tiles {
    text-align: center;   /* TEMP? */
    animation: all 0.5s;
}

.tiles div {
    
    animation: all 0.5s;
}


.tiles-text {
    background-color: #333;
    aspect-ratio: 1/1;
    padding: 1em;
}

.tiles-image {
    aspect-ratio: 1/1;
    background-color: #aaa;
}

.tiles-fullwidth {
    aspect-ratio: 2/1;
    background-color: #777;
}

.tiles-learnmore {
    aspect-ratio: 2/1;
    background-color:black;
}
