@import url("./constants.6b1167b38d38.css");

/* CONCERT CONTAINER */
.hp-conc-sneak-peek-container {
    padding: 15px;
    background-color: #f3dbd2;
    font-size: 1rem;
    line-height: 140%;
}

.hp-sneak-peek-item {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.hp-sneak-peek-item {
    text-decoration: none;
    color: inherit;
}

.hp-sneak-peek-item:hover {
    text-decoration: none;
    color: inherit;
}

.hp-sneak-peek-item .link-arrow {
    visibility: hidden;
    margin-left: auto;
}

.hp-sneak-peek-item:hover .link-arrow {
    visibility: visible;
}

.hp-sneak-peek-item-img {
    min-height: 64px;
}

.hp-sneak-peek-item-infos {
    padding-right: 0.3rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.5rem;
}

/* SNEAK PEEK CONTAINER */
.hp-news-sneak-peek-container {
    margin-top: 30px;
    padding: 15px;
    background-color: #f3dbd2;
    font-size: 1rem;
    line-height: 140%;
}

/* QUOTATION */
.hp-quotation {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    position: relative; 
    text-align: center;
    padding: 1rem 1.2rem;
    color: var(--color-lightgreen);
    margin: 2rem auto 4rem;
    font-size: 27px;

    background:
    linear-gradient(to right, var(--color-lightgreen) 3px, transparent 4px) 0 100%,
    linear-gradient(to left, var(--color-lightgreen) 3px, transparent 4px) 100% 0,
    linear-gradient(to bottom, var(--color-lightgreen) 3px, transparent 4px) 100% 0,
    linear-gradient(to top, var(--color-lightgreen) 3px, transparent 4px) 0 100%;
    background-repeat: no-repeat;
    background-size: 80% 30px;
}

.hp-quotation:before,
.hp-quotation:after {
    font-family: FontAwesome;
    position: absolute;
    color: var(--color-lightgreen);
    font-size: 30px;
}

.hp-quotation:before{
    content: "\f10d";
    top: -12px;
    margin-right: -20px;
    right: 100%;
}
.hp-quotation:after{
    content: "\f10e";
    margin-left: -20px;
    left: 100%;  
    top: auto;
    bottom: -20px;
}

/* Homepage Members */
.hp-members {
    margin: auto;
    display: flex;
    justify-content: center;
    border: var(--color-lightgreen) dotted 1px;
    padding-top: 10px;
    margin-bottom: 50px;
    background-color: var(--color-dark-bg);
}

.hp-member-names {
    text-align: right;
}

.hp-member-names,
.hp-member-names a {
    color: var(--color-lightgreen);
}

.hp-member-instruments {
    margin-left: 5px;
}

@media all and (min-width: 1200px) {
    .hp-members {
        position: absolute;
        right: 5%;
        top: 200px;
        padding-top: 50px;
        width: unset;
        background-color: unset;
        border: unset;
    }
    
    .hp-member-names {
        color: var(--color-greygreen);
    }
    
    .hp-member-names a {
        color: var(--color-greygreen);
        text-decoration: none;
    }
    
    .hp-member-names a:hover {
        text-decoration: underline;
    }
    
    .hp-member-instruments {
        color: black;
        font-style: italic;
        position: relative;
        top: -38px;
    }
    
    .hp-member{
        transform: rotate(-15deg);
        font-size: 17px;
    }
}
    