

.hero .mainImage{
    border-radius: 50%;
    border:10px solid #f1efe8;
    -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); 
    min-width: 100%;    
    background-color: #481543;  
    transition: width 2s, height 2s, border-color 2s, transform 2s, opacity 2s;   
    flex-shrink: 0;
    width: 90%;    
    object-fit:cover;
}

.hero .mainImage:hover{
    border-color:#e0b1d6;
}


.quotes{
    background: rgb(133,19,112);
    background: linear-gradient(180deg, rgba(133,19,112,1) 0%, rgba(255,1,222,0.8393951330532212) 100%);
    padding: 20px 0;
    color:#f1efe8;       
}

.quotes h2 {
    color:#f1efe8;
    font-weight:300;
}

.quotes q {
    font-size:20px;        
    color:#f1efe8;
    font-family: 'Kalam', sans-serif;   
}

.quotes .quoteWrapper{            
    border-radius: 10px;
    padding:20px;
    display: block;
    margin-bottom:30px;
    -webkit-box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.2); 
    box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.2); 
    background-color: #871472;
    opacity: 1;
    background-image:  radial-gradient(#d90bbf 1.4000000000000001px, transparent 1.4000000000000001px), radial-gradient(#d90bbf 1.4000000000000001px, #871472 1.4000000000000001px);
    background-size: 56px 56px;
    background-position: 0 0,28px 28px;   
}

.quotes .quoteWrapper span {
    font-weight:200;
    font-size:14px;
    opacity: 0.7;
}

.seasons {
    background: #33012c;
    padding: 20px 0;
}

.seasons h2{
    color:#f1efe8;
}

.season_wrapper{
    display: inline-block;
    background-color: #aa259c;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}

.season_wrapper a{
    display: inline-block;
}

.season_wrapper .mainImageWrapper{
    display: inline-block;
    width: 100%;
    height: 100%;
}



.season_wrapper a:hover{
    color:#ff00de;
    opacity: 1;
}

.season_wrapper .title{
    font-size:25px;     
    text-decoration: none;    
    float: left;
    opacity: 0.9;
    display: inline;
    float: left;
    color:#f1efe8;
    width: 100%;   
    font-family: 'Yanone Kaffeesatz', sans-serif;  
}

.season_wrapper .title span {
    background-color: #33012c;
    color: #f1efe8;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
}

.season_wrapper .title:hover{
    color:#FFF;
    opacity: 1;
}

.season_wrapper .placements{
    float: left;
}

.season_wrapper .placement{
    color:#f1efe8;
    font-size:18px;                
    width: 100%;
    display: inline-block;
    opacity: 0.8;    
    margin-top:10px;
}

.season_wrapper .placement a {
    color:#f1efe8;
}

.season_wrapper .placement a:hover{
    color:#FFF;
    opacity: 1;
}

.season_wrapper .placement .status{
    background-color: #160e1f;
    padding: 5px;
    border-radius:5px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    padding: 0px 10px;    
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
}

.season_wrapper img {
    width: 100%;
    min-height: 100px;
    float: left;
    margin-right: 20px;    
    background-color: #160e1f;
    transition: width 2s, height 2s, border-color 2s, transform 2s;   
}

.season_wrapper img:hover{
    border-color:#e0b1d6;
}

.linkWrapper{            
    margin: 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
    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: 7px;
box-sizing: border-box;
}

.linkWrapper a{
    background-color: #a51897;
    color:#f1efe8;
    text-decoration:none;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    padding: 20px 0px;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 16px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 16px -7px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 16px -7px rgba(0,0,0,0.75);    
}

.linkWrapper a:hover{
    background-color: #33012c;
    font-weight: 400;
}

.links{
    padding: 20px;
    background: rgb(133,19,112);
    background: linear-gradient(180deg, rgba(133,19,112,1) 0%, rgba(255,1,222,0.8393951330532212) 100%);
    color:#f1efe8;
}


.scores {
    background: rgb(50,1,43);
    background: linear-gradient(180deg, rgba(50,1,43,1) 0%, rgba(133,19,112,1) 100%);
    padding: 30px;
    margin: 0;
}

.scores h2, .scores h2 span{
    color:#f1efe8;
}

svg {
    width: 114px;
    height: 114px;
    margin: 1em;
}

.bg {
    fill: none;
    stroke-width: 10px;
    stroke: #33012c;
}

[class^="meter-"] {
    fill: none;
    stroke-width: 10px;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.scoreWrapper {    
    float: left;
}

.btnWrapper{
    display: block;
    text-align: center;
    padding-top: 20px;
}

a.btn.detailedStats {
    padding: 5px 10px;
    font-size: 25px;
    display: inline-block;
    font-weight: 300;
}

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

    .season_wrapper img {
        max-width: 100%;
        min-width: 150px;
        min-height: 100px;
        margin-right:0px;
    }

    .season_wrapper .title{
        font-size:20px;
        padding: 5px 0px;
    }

    .season_wrapper .placement{
        font-size: 16px;
        padding: 3px 0px;
    }

}