body
{
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

h1
{
	font-weight: bold;
}

.about-container
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.affiliate-row
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.contact-container
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.left-box
{
	display: flex;
	flex-direction: column;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.links-row
{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.logo-left
{
	display: flex;
	flex-direction: row;
	
	align-items: center;
	width: 60%;
}

.nav-bar
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: black;
	color: white;
	width: 100%;
	height: 100px;
}

.nav-bar-link
{
	padding: 0px 40px 0px 40px;
	color: orange;
}

.nav-bar-link:hover
{
	color: lightcyan;
}

.product-box
{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.product-row
{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 100px;
}

.right-box
{
	display: flex;
	flex-direction: column;
	text-align: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
