.primaryColor
{
	background-color: #1A1A1A;
}
.secondaryColor
{
	background-color: #232323;
}
.primaryTextColor
{
	color: #F5F5F5;
}
.secondaryTextColor
{
	color: #F5F5F5;
}
.main-container
{
	/*box-shadow: 0px 0px 25px #000000;*/
	margin: auto;
	max-width: 2400px;
	min-width: 1200px;
}
.main-container-shadow
{
	box-shadow: 0px 0px 25px #000000;
	height: auto;
}
.nav-container
{
	margin: auto;
	max-width: 2400px;
	min-width: 1200px;
}
.primaryBackgroundColor
{
	background-color: #4C311E;
}
.secondaryBackgroundColor
{
	background-color: #4C311E;
}
.hideScrollBar {
	overflow-y: scroll; /* Add the ability to scroll */
	overflow-x: hidden;
	scroll-behavior: smooth;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hideScrollBar::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE and Edge */
.hideScrollBar {
	-ms-overflow-style: none;
}
.arrow-icon-down {
	display: inline-block;
	width: 40px;
	height: 28px;
	background-image: url(http://www.norwoodelectronicentertainment.com/images/icon/Arrow_down.png);
	background-size: cover;
	cursor: pointer;
}
.arrow-icon-up {
	display: inline-block;
	width: 40px;
	height: 28px;
	background-image: url(http://www.norwoodelectronicentertainment.com/images/icon/Arrow_down.png);
	background-size: cover;
	transform: rotate(180deg);
	cursor: pointer;
}