@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&family=Poppins:wght@400;500;700&display=swap');

.festival-main{
    height: 100vh;
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'PT Serif', serif;
    font-size: 100%;
}

.festival-header{
    padding: 0.5% 5% 0.5% 5%;
    overflow: hidden;
    clear: both;
}

.festival-logo{
    float: left;
    width: 40%;
    text-align: center;
}

.festival-logo a{
    display: block;
    width: 30%;
}

.festival-logo img{
    display: inline-block;
    max-width: 100%;
}

.festival-header-text{
    float: left;
    width: 60%;
    text-align: center;
}

.festival-header-text h1{
    display: block;
    width: 100%;
    padding: 0;
    margin: 1.5% 0 0 0;
    font-family: 'PT Serif', serif;
    font-size: 200%;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.festival-header-text h2{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 100%;
    font-weight: 700;
    color: #ffffff;
}

.main-festival-page{
    width: 40%;
    margin: 0 auto;
}

.main-festival-page h2{
    display: block;
    width: 100%;
    padding: 0;
    margin: 3.5% 0 0 0;
    font-family: 'PT Serif', serif;
    font-size: 250%;
    font-weight: 700;
    color: #ffffff;
}

.main-festival-page ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.main-festival-page ul li{
    margin: 0 0 5% 0;
}

.main-festival-page ul li a{
    display: block;
    width: 100%;
    padding: 2% 4%;
    border: 2px solid #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 150%;
    font-weight: 700;
    color: #ffffff;
}

.main-festival-page ul li a:hover{
    border-color: #4CAEC7;
    color: #4CAEC7;
}

.festival-night{
    width: 100%;
    height: 88vh;
    /*padding: 0 1% 1% 1%;*/
    padding: 3.5% 3.5%;
    overflow: hidden;
}

.table-page .festival-content{
    height: 100vh;
}

.table-page .festival-night{
    height: 100vh;
}

.festival-night table{
    width: 100%;
    height: 80vh;
    border-spacing: 3px;
    border-collapse: separate;
    border: 3px solid transparent;
}

.table-page .festival-night table{
    /*height: 100vh;*/
    height: 90vh;
    table-layout: fixed;
}

.festival-night table td,
.festival-night table th{
    padding: 7px 15px;
    border: 3px solid transparent;
    color: #ffffff;
    text-align: center;
}

.festival-night table th{
    font-family: 'PT Serif', serif;
    font-size: 137.5%;
    font-weight: 700;
    background-color: #4CAEC7;
}

.festival-night .text-left{
    text-align: left;
}

.festival-night table td{
    font-family: 'PT Serif', serif;
    /*font-size: 137.5%;*/
    font-size: 170%;
    font-weight: 400;
    color: #ffffff;
    background-color: rgba(41,51,143,0.9);
}

.festival-night table td.F{
    color: #FFB64C;
}

.festival-night table td.has-bold{
    font-weight: 700;
}

.festival-night table td.number{
    padding-top: 2px;
    padding-bottom: 2px;
    /*font-size: 200%;*/
    font-size: 250%;
}

.festival-night table td.number.highest-lowest{
    text-decoration: line-through;
}

.festival-night table .first-column{
    width: 28%;
}

.first-column-div{
    display: flex;
    align-items: center;
}

.first-column-div a{
    display: block;
    flex: 1;
    width: 20%;
}

.first-column-div img{
    width: 100%;
}

.first-column-div div{
    flex: 2;
}

.first-column-div .logo{
    display: block;
    height: 4.5em;
    text-indent: -9999999px;
    background: url("../images/logo-vertical-2.png") center center no-repeat;
    background-size: contain;
}

.first-column-div h1{
    font-family: 'PT Serif', serif;
    font-size: 110%;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.first-column-div h2{
    font-family: 'PT Serif', serif;
    font-size: 80%;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.festival-night table .counter{
    display: inline-block;
    width: 30px;
    margin-right: 0.7em;
    text-align: right;
}
