/* sour-gummy-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Sour Gummy';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/sour-gummy-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* sour-gummy-900italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Sour Gummy';
    font-style: italic;
    font-weight: 900;
    src: url('fonts/sour-gummy-v1-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* archivo-black-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Archivo Black';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/archivo-black-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	padding: 0;
}

html, body {
    height: 100%;
}

html {
    height: 100%;
}

body{
	font-family: 'Sour Gummy', 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
	background-attachment: fixed;
    min-height: 100%;
    /* fbf2e9 to f9e2d2 gradient, 45deg */
    background: #f9e2d2;
}

body:before{
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url('background_juni.png');
    background-size: cover;
    filter: blur(5px);
    opacity: 0.15;
}


#wrapper{
    position: relative;
    z-index: 20;
    padding: 25px;
}

#wrapper h1, #wrapper h2{
    display: block;
    text-align: center;
    margin: auto auto;
}

.title h3 span{
    color: #e65607;
    text-shadow: 3px 3px 0px #e6560755
}

h1,h2,h3,h4,h5,h6,b, strong, *{
	font-weight: 400 !important;
}

#wrapper h1{
	overflow: hidden;
	width: 300px;
	height: 150px;
    margin-bottom: -40px;
    line-height: 45px;
	text-indent: -5000px;
	font-size: 10px;
    background-image: url('junicats_logo.png');
    background-size: cover;
    border-radius: 15px;
}

#wrapper h2{
	line-height: 40px;
	margin-top: 15px;
    font-size: 20px;
}

#wrapper h2:before{
	content: "Streamplan";
	display: block;
	font-size: 150%;
    font-family: 'Archivo Black', 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    color: #e65607 !important;
    text-shadow: 3px 3px 0px #e6560755
}

#days{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 30px;
}

#days .day{
	position: relative;
	display: flex;
	flex-direction: column;
    width: 320px;
    box-sizing: border-box;
    margin: 25px;
    color: #000;
	filter: drop-shadow(0 0 25px rgba(0,0,0,0.25));
    padding-bottom: 15px;
}

#days .day.today{
    background-color: rgba(255,255,255,0.25);
    border: solid 2px #e65607;
    border-radius: 30px;
}

#days .day.today:after{
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background-image: url('juni.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -15px;
    left: -25px;
    transform: rotate(-15deg);
}

#days .day .title{
	position: relative;
	display: block;
    padding: 15px;
	color: rgba(0,0,0,0.75);
	text-align: center;
    padding-bottom: 0px;
}

#days .day .title h3 span{
	font-family: 'Archivo Black', 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
	font-size: 30px;
    text-transform: uppercase;
}

#days .day.today{

}

#days .day .slots {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-top: 15px;
}

#days .day .slots .slot{
	position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 15px 30px;
    text-decoration: none;
    color: #000;
	align-items: center;
    line-height: 1.2em;
	flex: 1;
}

#days .day .slots .slot:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 30px;
	right: 30px;
	height: 5px;
	border-top: solid 2px #e65607;
    mask-image: linear-gradient(90deg, transparent 5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 75%, transparent 95%)
}

#days .day .slots .slot .slot-image{
	width: 70px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 10px;
    margin-right: 0px;
    border-radius: 5px;
}

#days .day .slots .slot .slot-content{
    flex: 1;
    text-align: left;
    text-decoration: none;
    padding: 0px 15px;
}

#days .day .slots .slot.no-category .slot-content{
    text-align: center;
}

.slot-time{
    display: block;
	padding-top: 5px;
	font-size: 16px;
    margin-bottom: 5px;
}

.slot.no-stream{
    font-size: 20px;
    text-transform: uppercase;
	color: #af0000 !important;
    border: none !important;
    justify-content: center!important;
}
.slot-description{
	display: block;
	font-size: 14px;
	padding-top: 3px;
	opacity: 0.75;
}

.slot h4{
	font-size: 16px;
}

footer{
    padding: 25px;
    text-align: center;
    position: relative;
    z-index: 20;
}

footer a{
    text-decoration: none;
    color: #e65607;
}

footer a:hover{
    color: #e65607;
}

#days .day.past{
    opacity: 0.3;
    filter: grayscale(0.5);
}

#days .day.offday{
    display: none !important;
}

@media(max-width: 800px){
	#wrapper:before{
		left: -25px;
		top: 50px;
	}
	#days .day{
		width: 95%;
	}
    #days .day.past{
        display: none;
    }
}