body
{
	margin:0;
	background-color: #f4f6f7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	height:100%;
	position: relative;
	transition: .3s;

}
.genius
{
	margin: 15px;
}
a[href="http://www.paragonpromotions.com/promotionalwirelessproducts.html"]{
	
	display: none
}
@media only screen and (min-width: 768px)
{
	#container_main
	{
		width:950px;
		height: 100%;
		margin: auto;
		background-color:white;
	}
	#top
	{
		width:100%;
	}
	.header
	{
		width: 100%;
	}
	.header_innen
	{
		width: 100%;
		
	}
	.header_innen a
	{
		height:100%;
		margin: auto;
	}
	.header_innen img
	{
		width: 100%;
		margin: auto;
		display:block;
	}
	#top_navbar
	{
		height:60px;
		box-sizing: border-box;
		transition: .3s;
		background-color: #332C28;

	}
	nav
	{
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		transition: .3s;
		background-color: #332C28;
		text-align:center;
		float: left;
	}
	nav ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		height:100%;
	}
	nav ul li
	{
		list-style: none;
		display: inline-block;
		height:100%;
		float: left;
		text-align:center;
		margin: auto;

	}
	nav ul li:hover
	{
		transition: .3s;
		background-color: darkred;
	}
	nav ul li a
	{
		
		line-height: 63px;
		color: #F9E2B3;
		text-decoration: none;
		text-transform: uppercase;
		transition: .3s;
		display: block;
		height: 100%;
		padding-left: 23px;
		padding-right: 22.824px;
		text-align:center;
		margin: 0 auto;

	}
	#content
	{
		margin:30px;
	}
	#content img
	{
		padding-right:20px;
		padding-bottom: 10px;
	}
	#content a
	{
		text-decoration: none;
		color: #B34C12;
	}
	#content a:hover
	{
		transition: .3s;
		text-decoration: underline;
	}
	footer
	{
		top:0;
		height: 100px;
		width:100%;
		background-color: #332C28;
	}
	footer ul
	{
		padding-top: 5px;
		margin-top: 0;
		margin-bottom: 18px;
		list-style: none;
		padding-left:15px;
	}
	footer a
	{
		text-decoration: none;
		color: #F9E2B3;
	}
	footer a:hover
	{
		transition: .3s;
		text-decoration: underline;
	}
	footer .genius
	{
		padding-top: 0;
	}



}
@media only screen and (max-width: 767px)
{
	header
	{
		width:100%;
	}
	.header_innen
	{
		width:100%;
				background-color: #332C28;

	}
		
	.header_innen img
	{
		width:100%;
		margin:auto;
	}
	#top_navbar
	{
		top:0;
				box-sizing: border-box;
		transition: .3s;
		background-color: #332C28;

	}
	nav ul
	{
		margin: auto;
		padding:0;
		list-style: none;
		
	}
	nav ul li
	{
		margin: auto;
		text-align:center;
				text-transform: uppercase;

	}
	nav ul li a
	{
		line-height: 30px;
		text-decoration:none;
		color: #F9E2B3;

	}
	nav ul li:hover
	{
		transition: .3s;
		background-color: darkred;
	}
	#content
	{
		margin: 20px;
	}
	#content img
	{
		padding-right:10px;
		padding-bottom: 5px;
	}
	#content a
	{
		text-decoration: none;
		color: #B34C12;
	}
	#content a:hover
	{
		transition: .3s;
		text-decoration: underline;
	}

	footer
	{
		top:0;
		height: 100px;
		width:100%;
		background-color: #332C28;
	}
	footer ul
	{
		padding-top: 5px;
		margin-top: 0;
		margin-bottom: 18px;
		list-style: none;
		padding-left:15px;
	}
	footer a
	{
		text-decoration: none;
		color: #F9E2B3;
	}
	footer a:hover
	{
		transition: .3s;
		text-decoration: underline;
	}
	footer .genius
	{
		padding-top: 0;
	}
}
