@charset "UTF-8";
/* CSS Document */

body{
	background-color: #405A75;
	text-align: center;
}

a:link /* unvisited link */{
	color:#90A5C1;
	text-decoration:none;
	}      
a:visited  /* visited link */{
	color:#90A5C1;
	text-decoration:none;
	} 
a:hover /* mouse over link */{
	color:#E0B33C;
	}
	
a:active /* selected link */{
	color:#E0B33C;
	}  /* selected link */

.mainbox{
	}

.bearmusementheader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 72px;
	color: #E0B33C;
	text-align: center;
	font-weight: bold;
	padding-bottom: 40px;
}
.copyrighttext{
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#E0B33C;
	text-align: center;
	font-weight: bold;
	padding-top:20px;
}
.socialmediatext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #90A5C1;
	text-align: center;
	padding-top: 20px;
}
.productimagetext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #90A5C1;
	text-align: center;
}
.footertext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #90A5C1;
	text-align: center;
	padding-top: 20px;
}

.tweakbud {
	height:400px;
	border:none;
}