
.hero h1 {
    margin-bottom: 10px;  
    width: 90%;  
}

.hero .mainImage{        
    -webkit-box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5); 
    width: 100%;    
    background-color: #481543;  
    transition: width 2s, height 2s, border-color 2s, transform 2s;   
}
.status {    
    padding: 10px;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #39032e;
    border-radius: 10px;
    margin-left: 10px;
    float: right;    
}

.queens{
    background: rgb(50,1,43);
    background: linear-gradient(180deg, rgba(50,1,43,1) 0%, rgba(133,19,112,1) 100%);
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.queens h2 {
    color:#f1efe8;
}


.episodes {
    background: rgb(50,1,43);
    background: linear-gradient(180deg, rgba(50,1,43,1) 0%, rgba(133,19,112,1) 100%);
    padding: 20px;
    padding-bottom: 40px;
}

.episodes h2 {
    text-align: center;
    color:#f1efe8;
}

.episode{
    display: inline-block;
    width:98%;
    background-color: #aa249c;  
    position: relative;  
    border-radius:10px;
    padding: 1%;
    color:#f1efe8;   
    transition: width 2s, height 2s, background-color 1s, transform 2s; 
    transition: width 2s, height 2s, background-color 1s, transform 2s;    
    -webkit-box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 18px 1px rgba(0,0,0,0.5); 
    transition: width 2s, height 2s, border-color 1s, transform 2s; 
}

.episode:hover{
    background-color: #471c79; 
    color:#f1efe8;
}

.episodeRow {
    margin-bottom: 20px;
}

.episode .imageWrapper{
    display: flex;
    margin: 0px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-color: #aa249c;    
    display: inline-block;    
    background: radial-gradient(circle at 100% 100%, rgba(255,255,255,0) 0, rgba(255,255,255,0) 8px, transparent 8px) 0% 0%/10px 10px no-repeat,
            radial-gradient(circle at 0 100%, rgba(255,255,255,0) 0, rgba(255,255,255,0) 8px, transparent 8px) 100% 0%/10px 10px no-repeat,
            radial-gradient(circle at 100% 0, rgba(255,255,255,0) 0, rgba(255,255,255,0) 8px, transparent 8px) 0% 100%/10px 10px no-repeat,
            radial-gradient(circle at 0 0, rgba(255,255,255,0) 0, rgba(255,255,255,0) 8px, transparent 8px) 100% 100%/10px 10px no-repeat,
            linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)) 50% 50%/calc(100% - 4px) calc(100% - 20px) no-repeat,
            linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)) 50% 50%/calc(100% - 20px) calc(100% - 4px) no-repeat,
            linear-gradient(5deg, transparent 0%, #ff01de 100%);
    border-radius: 10px;
    padding: 5px;
    box-sizing: border-box;   
}

.episode .imageWrapper img {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.episode .number{
    display: inline-block;
    width:60px;
    height: 60px;
    font-size:30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;  
    color:#f1efe8;
    font-weight: bold;
    background-color: #ff01de;
    border-radius: 50%;    
    text-align: center;
    vertical-align: middle;  
    line-height: 60px; 
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.5); 
    transition: width 2s, height 2s, background-color 1s, transform 2s; 
    position: absolute;
    top: -10px;
    left: -10px;
}

.episode .name {
    font-size:35px;
    font-family: 'Yanone Kaffeesatz', sans-serif;  
}

.episode .contentWrapper{
    padding: 10px;
}

.otherSeasons{
    display: block;
    width: 100%;
    background-color: #33012c;    
}

.otherSeasons a{
    display: block;
    width: 100%;
    padding: 30px;
    text-align: right;  
    font-size: 20px;  
}
.otherSeasons .prev a {
    text-align: left;
}

#season-timeline-section{
    display: block;
    width: 100%;
    background: rgb(239,17,118);
    background: linear-gradient(180deg, rgba(239,17,118,0.8967685758513932) 0%, rgba(54,0,44,0.8505996148459384) 100%);
    color: #f1efe8;
    padding: 20px 0px;
    padding-bottom: 40px;
}

#season-timeline-section h2{
    color:#f1efe8;
    padding:5px 40px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#season-simulate-section{
    text-align: center;
    color: #f1efe8;
    padding: 50px 0px;    
    background-color: #851370;   
    margin-top: 0px;
    padding-top: 0px; 
}

#season-simulate-section p{
    padding: 15px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}



.contestants_header{
    display: block;
    padding-bottom: 20px;
    clear: both;
    height: 50px;
}
.contestants_header h2{
    margin: 0px;
    float: left;
    padding-left: 20px;
}
.contestants_header a{
    float: right;
}

.v2configcontent h2{
    color:#f1efe8;
}



@media only screen and (max-width: 768px) {
    .hero .mainImage{
        width: 100%;
        min-width: auto;                
    }

    .episode .imageWrapper{
        width: 98%;
    }

    .otherSeasons a, .otherSeasons .prev a{
        text-align: center;
        padding: 20px 0px;
    }

    .status{
        display: none;
    }
}