.gametypes_list li img {
	transition: transform 0.4s ease;
}

.gametypes_list li:hover img {
	transform: scale(1.15);
}

.gametypes_list li img {
	transition: transform 0.4s ease;
}

.gametypes_list li:hover .gametype_icon img {
	transform: rotate(5deg) scale(1.15);
}

.subTitleBar {
	font-size: 18pt;
    zoom: 1;
	margin-bottom: 10px;
}

.hero {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.hero h1 {
	font-family: 'Squada One', cursive;
    position: relative;
    font-size: 4em;
    z-index: 3;
}

.hero::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

.heroButtonsContainer {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.heroButton {
    color: #fff !important;
    background-color: #888;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.2) inset;
    transition: 0.2s ease;
    z-index: 3;
    display: inline-block;
    transform: rotate(0deg);
}

.heroButton:first-child:hover {
	transform: scale(1.05) rotate(-2deg);
}

.heroButton:last-child:hover  {
	transform: scale(1.05) rotate(2deg);
}

.heroButton:hover {
    background-color: #e28c04;
}

.hero-img-mcsg {
	padding-top: 200px;
	position: absolute;
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin-right: 1100px;
    z-index: 2;
}

.hero-img-qq {
	padding-top: 200px;
	position: absolute;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin-left: 1100px;
    z-index: 2;
}

.victors {
    padding: 20px;
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 0 auto;
}

.victors h2 {
    font-size: 2em;
    margin-bottom: 20px;
	font-family: 'Squada One', cursive;
}

.victor-category {
    margin-bottom: 30px;
}

.victor-category h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    text-decoration: underline;
}

.victor-row {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.victor {
    text-align: center;
}

.victor span {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

.victor img {
	padding: 50px;
    height: 300px;
    border-radius: 8px;
    border: 2px solid white;
    transition: transform 0.1s ease;
}

.dataTable tr.dataRow th a {
    color: inherit;
    text-decoration: none !important;
}
