<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Righteous&amp;display=swap');
html {position: relative;min-height: 100%;}
body{background: #117a8b !important; font-family: 'Righteous', sans-serif; font-size: 16px; margin-bottom: 60px;color: #fff;}
.top-header .container{display: flex; justify-content: space-between;}
.top-header img{width: 150px;}
.h2 {padding: 25px 0; font-size: 3vw; color: #FFFFFF; font-weight: 700;}
.navbar{background: #ec9820 !important; border-bottom: 1px solid #3a2850; padding: 0;}
.navbar-nav .nav-item .nav-link {font-size: 20px; font-weight: 800;text-transform: uppercase; color: #fff !important; padding: 20px 25px; box-sizing: border-box;}
.hvr-sweep-to-right:before{background: #fbbb0b !important;}
.navbar-nav .nav-item .nav-link:hover{color:#3a2850 !important;}
.main{padding-top:25px;padding-bottom:25px;}
.main h2{color: #FFFFFF; font-weight: 700;}
.games-grid .col .game-icon img{width: 150px; border: 1px solid #fff; border-radius: 10px; height: 150px;}
.games-grid .col{margin-bottom: 20px;}
.footer {position: absolute; bottom: 0; width: 100%; background-color: #f5f5f5;}
.navbar-brand{display: none !important;}
.main .row{margin: 20px 0;}
.text-muted.text-right {
    display: block;
    float: right; 
}
.footer a {
    margin-right: 20px;	
}
a.nav-link.hvr-sweep-to-right.active {
    background: #FF9A00;
    color: #283593 !important;
}
.top-header a {
    padding: 15px;
}
@media only screen and (max-width: 1024px) {

	.games-grid .col .game-icon img{width: 140px; border: 1px solid #fff; border-radius: 10px; height: 140px;}
}
@media only screen and (max-width: 992px) {

	.games-grid .col .game-icon img{width: 100px; border: 1px solid #fff; border-radius: 10px; height: 100px;}
}
@media only screen and (max-width: 767px) {
	.navbar-brand{display: block !important;}
	.navbar-brand img{width: 80px; padding: 0 10px;}
	.navbar-light .navbar-toggler { background: #fff;  border-radius: 0; margin: 3px; border: 0;}
	.navbar {background: #117a8b !important;}
	.top-header{display: none;}
	.col-2 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 16.666667%;
	    flex: 0 0 50%;
	    max-width: 33%;
	    margin: 9px 0;
	}
	.games-grid .col {
    		margin-bottom: 3px;
	}
	.games-grid .col .game-icon img {
	    width: 100px;
	    height: 100px;
	}
	.footer a {
	    margin-right: 0;
	    font-size: 13px;
	    margin-right: 6px;
	    font-weight: bold;
	}
	.text-muted.text-right {
	    display: block;
	    float: right;
	    font-size: 12px;
	}
}
@media only screen and (max-width: 360px) {
	.games-grid .col .game-icon img {
	    width: 80px;
	    height: 80px;
	}
}
.w100 {
	width: 100%;
}
.mt10 {
	margin-top: 10px;
}
</pre></body></html>