<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.saloonOrange {
	color:#F26522;
}

.saloonOrangeBg {
	background-color:#F26522;
}

.gamerGray {
	color:#D1D3D4;
}

.gamerGrayBg {
	background-color:#D1D3D4;
}

.footerGray {
	color:#C0C0C0;
}

.greenText{
	color:#22bb5b;
}


.top-bar, .top-bar ul {
    background-color: #000;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.menu-icon::after {
    /* the block itself, the first line */
    background: #D1D3D4;
    /* middle and bottom */
    box-shadow: 0 7px 0 #D1D3D4, 0 14px 0 #D1D3D4;
    /* respect WebKit */
    -webkit-box-shadow: 0 7px 0 #D1D3D4, 0 14px 0 #D1D3D4;
}


.customa {
    background-color: #F26522;
}
.customa:hover,
.customa:focus {
    background-color:#22bb5b;
}

.customb {
    color: #F26522;
}
.customb:hover,
.customb:focus {
    color:#22bb5b;
}



/* Small only */
@media screen and (max-width: 39.9375em) {
	.pgwc {
		font-size:50px;
	}
	.compete {
		font-size:16px;
	}
	.milli {
		font-size:12px;
	}		
}

/* Medium and up */
@media screen and (min-width: 40em) {


}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.pgwc {
		font-size:60px;
	}
	.compete {
		font-size:16px;
	}
	.milli {
		font-size:14px;
	}	
}

/* Large and up */
@media screen and (min-width: 64em) {
	.pgwc {
		font-size:70px;
	}
	.compete {
		font-size:18px;
	}
	.milli {
		font-size:18px;
	}		
	
	h1 {
		font-size:100px;
	}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}



/*

.floating {   
    animation-name: floating; 
    animation-duration: 3s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out; 
    margin-left: 30px; 
    margin-top: 5px; 
	 display: inline-block; white-space: nowrap;
} 
  
@keyframes floating { 
    0% { transform: translate(0,  0px); } 
    50%  { transform: translate(0, 15px); } 
    100%   { transform: translate(0, -0px); }     
} 




*/



</pre></body></html>