:root {
    --main-color: #E01B22;
    --font: 'Open Sans Hebrew', serif;
}


@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}



.segevLink {
    color: #E90900;
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.segevLink_mobile {
    color: #E90900;
    position: relative;
    padding: 10px;
    font-weight: 700;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}



.transition {
    transition: .7s;
}









/* -------------------------------- */
/* CUSTOM SHIRT */
/* -------------------------------- */
.shirtName {
    display: none;
    position: absolute;
    right: 50%;
    top: 13%;
    transform: translateX(50%) scaleY(1.5);
    color: white;
    background-color: transparent;
    font-weight: bold;
    font-size: 24px;
    z-index: 999;
}

.shirtNumber {
    display: none;
    position: absolute;
    right: 50%;
    top: 25%;
    transform: translateX(50%) scaleY(1.5);
    color: white;
    background-color: transparent;
    font-weight: bold;
    font-size: 115px;
    line-height: 1;
    z-index: 999;
}

.shirtCover {
    position: absolute;
    background-color: transparent;
    z-index: 999;
    height: 453px;
    width: 100%;
}










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

   
}