/* BEGIN OF TEXT */

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'exo_2bold_condensed', verdana, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 40px;
    text-align: center;
    margin: 0;
}

    h1.page-title + h2.sub-title {
        margin-top: 0;
    }

h2 {
    font-size: 24px;
}

    h2.website-title {
        align-items: center;
        border-left: 1px solid #b5b5b6;
        color: #00ad68;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 100%;
        margin: 0;
        padding-left: 15px;
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        
    }
    
    h2.sub-title {
        font-family: 'exo_2regular_condensed', verdana, sans-serif;
        margin-bottom: 0;
        text-align: center;
    }
    
    #overlay-goal h2 {
        color: #FFF;
        display: inline-block;
        font-size: 60px;
        margin: 0;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    }

h3 {
    color: #333;
    font-size: 20px;
}

    a h3 {
        color: #333;
    }
    
    h3.title {
        font-family: 'exo_2regular_condensed', verdana, sans-serif;
        margin-top: 0;
        text-align: center;
    }
    
    #match-timeline h3 {
        margin: 0;
        position: relative;
        z-index: 5;
    }
    
h4 {
    
}

h5 {
    
}

h6 {
    
}

a {
    color: #d70056;  
}

    @media screen and ( min-width: 991px ){

        a:hover, a:focus {
            color: #00ad68;
        }
    
    }
    
    a.button {
        background-color: #333;
        color: #fefefe;
        display: inline-block;
        font-size: 18px;
        padding: 10px;
        text-align: center;
        text-decoration: none;
    }
    
        a.button.pink {
            background-color: #d70056;
        }
        
        a.button.green {
            background-color: #00ad68;
        }
    
        a.button.full-width {
            display: block;
        }
        
        .play-match--player .button {
            vertical-align: bottom;
        }
    
    footer a {
        color: #333;
        text-decoration: underline;
    }

p {
    
}

    #overlay-goal p {
        color: #FFF;
        font-size: 36px;
        margin: 0;
    }
    
        #overlay-goal p.goal_text--name {
            font-family: 'exo_2bold_condensed', verdana, sans-serif;
            font-size: 40px;
        }
        
        #overlay-goal p.goal_text--time {
            position: absolute;
            bottom: 30px;
            left: 0;
            right: 0;
        }
        
    #match-timeline p {
        margin: 0;
        position: relative;
        z-index: 5;
    }
    
        #match-timeline p span.klinker {
            text-transform: uppercase;
        }

.color-green {
    color: #00ad68 !important;
}

.color-pink,
#match-timeline p span.klinker {
    color: #d91161 !important;
}

span {
    
}

/* DO NOT TOUCH THIS, UNLESS YOU WANT TO ADD OTHER CLASSES/IDS */
a {
    -webkit-transition: color 0.5s ease-in, color 0.5s ease-out, background-color 0.5s ease-in, background-color 0.5s ease-out;
    -moz-transition: color 0.5s ease-in, color 0.5s ease-out, background-color 0.5s ease-in, background-color 0.5s ease-out;
    -o-transition: color 0.5s ease-in, color 0.5s ease-out, background-color 0.5s ease-in, background-color 0.5s ease-out;
    -ms-transition: color 0.5s ease-in, color 0.5s ease-out, background-color 0.5s ease-in, background-color 0.5s ease-out;
    transition: color 0.5s ease-in, color 0.5s ease-out, background-color 0.5s ease-in, background-color 0.5s ease-out;
}

/* END OF TEXT */