@font-face {
    font-family: 'buffalo_nickelregular';
    src: url('../fonts/buffalo_nickel.woff2') format('woff2'),
         url('../fonts/buffalo_nickel.woff') format('woff'); 
}

@font-face{
font-family: 'dosislight';
    src: url('../fonts/dosis-light.woff2') format('woff2'),
         url('../fonts/dosis-light.woff') format('woff');
	
}

@font-face {
    font-family: 'blenda_scriptregular';
    src: url('../fonts/blenda-script.regular.woff2') format('woff2'),
         url('../fonts/blenda-script.regular.woff') format('woff');

}

body
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d8d8d8+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #d8d8d8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */

}

#ulSearchNavBar
{
	padding: 8px 5px 5px 5px;
	width:220px;
}

#ulSearchNavBar li
{
	width:100%;
}

#topNavBar
{
	background:#404040;
}

.jumbotronGradient
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,d8d8d8+100 */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #d8d8d8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */

}

.jumbotronTransparent
{
    background: transparent;
}

.divider
{
	 border: 0; 
	 height: 1px; 
	 background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.dosisFont
{
    font-family: 'dosislight';
	margin-top: 10px;
}

@media (min-width:768px){

	.navbar-nav {
		float: right;
		margin: 0;
	}

	.image:hover img {
		-webkit-transform:scale(1.5); /* Safari and Chrome */
		-moz-transform:scale(1.5); /* Firefox */
		-ms-transform:scale(1.5); /* IE 9 */
		-o-transform:scale(1.5); /* Opera */
		transform:scale(1.5);
		width: 100%;
		height: 100%;   
	}
	.image img {
		-webkit-transition: all 1s ease; /* Safari and Chrome */
		-moz-transition: all 1s ease; /* Firefox */
		-o-transition: all 1s ease; /* IE 9 */
		-ms-transition: all 1s ease; /* Opera */
		transition: all 1s ease;
		z-index:10;
	}

}

@media (max-width:767px){
	#ulSearchNavBar
	{
		padding: 8px 5px 5px 5px;
		width:100%;
		margin-left: 0px;
	}

	#ulSearchNavBar li
	{
		width:100%;
	}
	
	.gameInfoButtonSet
	{
		display:block;
	}
}

#siteHomeIconFont
{
	font-family:'blenda_scriptregular', sans-serif;
	font-size: 24pt;
}

/*Page name navbar*/
.navbar-default, .navbar-brand {
	color: #white;
}

/*Navbar links*/
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color:333;
	background-color:white;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
	color: white;
}

#jumbotronContainer
{
	margin-top: 64px;
}

/*Animated Background*/

/*End of Animated Background*/