﻿.hero {
    padding-top: 200px; padding-bottom: 150px;
}

.campaign-bookmarks-container {
    position: absolute;
    width: 100%;
    bottom: -135px;
}

.campaign-bookmarks {
    aspect-ratio: 1/1;
    flex: 1 1 0%;
    position: relative;
    outline: inherit;
    border-radius: 10px;
    border: none;
    overflow: hidden;
	max-width: 250px;
    &.active {
        border: 5px solid white;

        & img {
                  filter: brightness(.55) blur(2px);
                  transform: scale(1.1)
              }
    }    
}

.campaign-bookmarks:not(.active):hover img {
    transition: all linear .2s;
    filter: brightness(.45);
    transform: scale(1.2)
}

.campaign-bookmarks span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: white;
    padding: 30px;
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.campaign-bookmarks img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    filter: brightness(.45) blur(2px);
    transform: scale(1.1)
}

.epTabs {
    padding-top: 175px;
    display: none;

    &.active {
        display: block;
    }
}

.flex-1 {
    flex: 1 1 0%;
}

.collage {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    font-size: 1.75rem;

    & div {
        aspect-ratio: 1/1        
    }
}

.collage-item {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

    .collage-item img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .collage-item span {
        transform: translateY(-100%);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .5s ease;        
        background: rgba(0, 58, 78, .75);
        text-align: center;
    }

        .collage-item:hover span{
            transform: translateY(0);
        }

.title {
    font-size: 4rem;
}

.description {
    font-size: 16pt;
    max-width: 75%;
}


@media (max-width: 992px) {
    .hero {
        padding-bottom: 95px;
    }
    .campaign-bookmarks-container {
        bottom: -75px;
    }

    .campaign-bookmarks {
        min-width: 150px;
    }

    .campaign-bookmarks-wrapper {     
        overflow-x: auto;
    }

    .collage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .epTabs {
        padding-top: 95px;
    }

    .title {
        font-size: 3rem;
    }

    .description {
        max-width: unset;
    }

}

.instagram-embed {
    background: #FFF;
    border: 0 !important;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
    margin: 0px !important;
    max-width: 540px;
    min-width: 326px;
    padding: 0;
    width: 99.375%;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
}

.publicInput-embed {
    height: 525px;
    overflow: hidden;
    width: revert-layer !important;
    &.bottom-bar {
        display:none
    }    
}

.card {
    padding: 20px;
    background: white;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
