@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;400;500;700;900&display=swap');
/*  */
strong {
    font-weight:500;
}
body {
    font-family: 'Barlow Condensed', Arial, Helvetica, Sans-Serif;

    color: #FFF;
    background: rgb(4,40,83);
    background: linear-gradient(180deg, rgba(26,17,97,1) 50%, rgba(0,0,0,1) 100%);
}
.head {
    min-height: 250px !important;
    width: 100%;
    /* background-image: url(/img/hdbg.jpg); */
    background-size: cover;
    background-position: center center;
    background: linear-gradient(45deg, rgba(144,38,140,1) 0%, rgba(26,17,97,1) 50%, rgba(0,190,255,1) 100%);
}

.head {
    font-size: 37px;
    text-shadow: 
        2px 2px 2px #000000,
        2px 2px 5px #000000;
}
.head img {
    max-height: 200px;
    max-width: 200px;
}
.head > div {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu {
    margin-bottom: 20px;
}

.paper {
    width: 100%;
    font-size: 1.3em;
    line-height: 1.7em;;
}
/* SCROLLER */

.featured::-webkit-scrollbar, body::-webkit-scrollbar {
        width: 8px;
        height: 8px;
       }
@media only screen and (max-width: 600px) {
    body::-webkit-scrollbar {
        width: 16px;
        height: 16px;
       }
}
/* @media only screen and (max-width: 600px) {
    .featured > a {
        flex-basis: 45% !important;
    }
}*/

body::-webkit-scrollbar-track {
    background: #000;
}
.featured::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
        background: rgb(35, 85, 160);
        border-radius: 8px;
       }
.featured::-webkit-scrollbar-thumb:hover{
        background: rgb(72, 134, 226);
}
.featured::-webkit-scrollbar-track {
        background: none;
        border-radius: 8px;
        /* box-shadow: inset 7px 10px 12px #f0f0f0; */
}
/* ITEMS: BASIC */
.featured > a, .events > a {
    transform: scale(0.95);
    align-items: center;
    color: #FFF;
    border-radius: 5px;
    transition: 0.15s all ease;
    /*-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);*/
}
.featured > a {
    overflow: hidden;
    flex-basis: 300px;
    border-radius: 10px;
}
.events > a {
    overflow: hidden;
    flex-basis: 150px;
}

/* ITEMS: ROW  */
.featured > a > div, .events > a > div {
    width: 100%;
    display:flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

/* ITEMS: TITLE  */
.featured > a > div:nth-child(1) {
    font-size: min(1.9em,10vw);
    line-height: 1em;
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #0099FF;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0px; /* 5% 10% 0 10%;*/
}

.events > a > div:nth-child(1), .events > a > div:nth-child(2)  {
    white-space: nowrap;
}
/* ITEMS: SUBTITLE */
.featured > a > div:nth-child(2) {
    display:inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: min(1.7em,8vw);
    line-height: 1em;
    padding: 0px 0 15px 0;
    white-space: nowrap;
}

/* Date & Loc */
.featured > a > div:nth-child(3) > div:last-child {
    z-index: 2;
    position: relative;
    margin-top: -23%;
    margin-bottom: 20%;
    font-size: min(1.2em,4vw);
    xtext-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #0099FF;
    text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 6px #000;
}
.featured > a > div:nth-child(3) > div:last-child > :first-child {
    font-size: 1.8em;
    line-height: 1em;
}


/* ITEMS IMAGE */
.featured > a div[style] {
    min-width: 200px;
    width: min(90%,300px);
    padding-top: min(90%,300px);
}
.events > a div[style] {
    width: min(90%,150px);
    padding-top: min(90%,150px);
}
.featured > a div[style*="background"], .events > a div[style*="background"] {
    margin-bottom: 15%;
    border-radius: 3px;
    background-size: cover;
    background-position: top center;
    position: relative;
    border: #FB6 1px solid;
    transition: 0.15s all ease;
}
.featured > a:hover, .events > a:hover {
    overflow:visible;
    /* background-color: rgba(255,255,255,0.25); */
}
.featured > a:hover, .events > a:hover div[style*="background"] {
    transform: scale(1.00);
}
.featured > a:hover div[style*="background"], .events > a:hover div[style*="background"] {
    box-shadow: 0px 0px 15px 1px rgb(52, 142, 197);
}

/* ITEMS IMAGE REFLECTION */
.featured > a div[style*="background"]:after, .events > a div[style*="background"]:after {
    border: inherit;
    margin: 10px 0 0 -1px; /* last one corrects border */
    content:"";
    width:100%;
    padding-top: 25%;
    display: block;
    position: absolute;
    
    background-image: inherit;
    background-size: inherit;
    background-position: bottom center;
    transform:scaleY(-1);
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}

/* ITEMS: DATE  */
.featured > a > div:nth-child(4) {
    font-size: 1.2em;
    text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 6px #000;
}

/* ITEMS: LOCATION  */
.featured > a > div:nth-child(5) {
    font-size: 1.5em;
    /* text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #0099FF; */
}