	a{
		text-decoration: none;
	}
	
	h2{
		color: #FF9747;
	}
	
	p,ul{
		font-family: "Times New Roman";
	}
	
	.marginTop{
		margin-top: 50px;
	}
	
	body {
		background-color: #EEEFF3;
	}
	
	.orange{
		color: #FF9747;
	}
	
	.darkGrey, .footerColor{
		color: #373737;
	}
	
	.darkGreyFooter{
		background-color:#CCCCCB;
	}
	
	.lightGreyBackground1{
		background-color: #E3E3E3;
	}
	
	.lightGreyBackground2{
		background-color: #EBEBEB;
	}
	
	.sideBar{
		z-index: 3;
		background-color: #F1F0EF;
		color: #3D3D3D;
	}
	
	.adprotechLogo{
		width: 100%;
	}
	
	.dropDownPartners{
		background-color: #E3E3E3;
		color: #565656;
	}
	
	.dropDownDownloads{
		background-color: #E3E3E3;
		color: #555555;
	}
	
	.main{
		margin-left: 455px;
		margin-right: 200px;
	}
	
	.navi{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.naviImage{
		width: 100%;
	}
	.naviFont{
		font-family: "Impact";
		color: #3D3D3D;
	}
	
	.menuButton{
		background-color: #EFECEB;
	}
	
	.closeButton{
		background-color: #D8D8D8;
	}
	
	.footerML:hover{
		color:#49AB3C;
	}		
	
	@media screen and (min-width: 1000px)
    {
		p,ul{
			font-size: 18px;
		}
		h1{
			font-size: 48px;
		}
		
		h2 {
			font-size: 34px;
		}
		
		h1, h2{
			text-shadow: 1px 2px 0 #444;
			font-family: "Impact";
		}
		
		.footerFontSize{
			font-size:18px;
		}
		
		.sideBar{
			margin-left: 200px;
			width: 250px;
			font-family: "Impact";
		}
    }

	@media screen and (max-width: 1000px)
    {
		.main{
			margin-top: 60px;
		}
		
		.naviFont{
			font-family: "Tahoma";
			font-weight: bold;
		}
		
		.sideBar{
			margin-left: 0px;
			width: 300px;
			font-family: "Tahoma";
			font-weight: bold;
		}
		
		.dropDownPartners{
			background-color: #FFFFFF;
		}
		
		h1, h2{
			text-shadow: 2px 1px 0 #444;
			font-family: "Tahoma";
		}

    }
	
