.fantasyHeader {
    color:#f1efe8;
    text-align: center;
    background-color: #471c79;
    padding: 30px;
    transition: background-color 1s ease;
}

.fantasyHeader h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 45px;
}

.fantasyHeader h1 img {
    max-width: 300px;
    transition: all 2s;
}

.fantasyHeader h1 img.small {
    max-width: 150px;
}

.fantasyHeader p {
    display: inline-block;
    line-height: 28px;
    font-size: 20px;    
    opacity: 0.8;
    max-width: 600px;
}

.fantasyHeader p b {
    padding-bottom:5px;
    display: block;
    font-size:25px;
    line-height: 27px;
}




.selectorsection{
    display: flex;
    justify-content: center;
    align-items: top;
    flex-direction: row;
    margin-bottom: 40px;
    background-color: #390d6b;
    border-radius: 20px;
    padding: 20px;
    box-shadow: inset 5px 5px 29px -21px rgba(0,0,0,0.75);
}

.selectorsection h4{
    margin-top: 10px;
}

.selectorsection .mode{
    margin-right: 40px;
}

#selectorbuttons{
    margin-right: 20px;
}

@media (max-width: 800px) {
    .selectorsection {
      flex-direction: column;
    }
    .selectorsection .mode{
        margin-right: 0px;
    }

    #selectorbuttons{
        margin-right: 0px;
    }

    
  }




#error_message{
    display: block;    
    color:#ecbb27;
    font-weight: bold;
    font-size: 16px;
    opacity: 0;
    transition: all 1s;
    margin-bottom: 15px;
}

.recent {
    display: block;
    background-color: #a51797;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.recent h2 {
    color:#f1efe8
}

.recent a.recentItem {
    background-color: #471b79;
    padding: 5%;
    display: inline-block;        
    text-decoration: none;
    width: 90%;
    margin-bottom: 10px;
}

.recent a.recentItem.pair{
    background-color: #1d0538;
}

.recent .recentItem .image {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.recent a.recentItem .title { 
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color:#f1efe8;
    font-size: 30px;
    line-height: 30px;
    display: block;
    text-decoration: none;
}

.recent a.recentItem .desc {
    color:#f1efe8;
    opacity: 0.8;
    font-size: 18px;
    line-height: 18px;
}

.tingle-modal p{
    margin-bottom:5px;
    font-size: 25px;    
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color:#e0b1d6;
}

.tingle-modal .slidecontainer{
    margin-bottom: 10px;
}

.tingle-modal h2{
    font-weight: 500;
    font-size: 45px;
    color:#ebc2e2;
    margin-bottom: 0px;
}

