﻿@media only screen and (max-width: 3000px) {
.MenuBlock {
	width: 100%;
	background-color: #000000;
	overflow: hidden;
	height: 40px;
}
.MenuBlock a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width: 15%;
}
.FooterDiv {
	text-align: center;
	width: 80%;
	position: relative;
	margin-left: 10%;
	padding-top: 1%;
	top: 0px;
	left: 0px;
	font-size: 1vw;
}
}
@media only screen and (max-width: 2000px) {
.MenuBlock {
	width: 100%;
	background-color: #000000;
	overflow: hidden;
	height: 40px;
}
.MenuBlock a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 12%;
}
.FooterDiv {
	text-align: center;
	width: 80%;
	position: relative;
	margin-left: 10%;
	padding-top: 1%;
	top: 0px;
	left: 0px;
	font-size: 1vw;
}
}

@media only screen and (max-width: 1200px) {
.MenuBlock {
	width: 100%;
	background-color: #000000;
	overflow: hidden;
	height: 45px;
}
.MenuBlock a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 8%;
}
.FooterDiv {
	text-align: center;
	width: 80%;
	position: relative;
	margin-left: 10%;
	padding-top: 1%;
	top: 0px;
	left: 0px;
	font-size: 11px;
}
}
/* Change the color of links on hover */
.MenuBlock a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.MenuBlock a.active {
  background-color: #4CAF50;
  color: white;
}
#Banner {
	border-width: 0px;
	width: 33%;
	left: 0%;
	position: relative;
	float: left;
	min-width: 250px;
}
.SocialBlock {
	width: 30%;
	float: right;
	text-align: right;
	padding-top: 10px;
	max-width: 100px;
	left: 50%;
}
#FooterFile {
	width: 100%;
	background-color: #FFFFFF;
	height: 170px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font: normal normal normal 100% Arial, Helvetica, sans-serif;
	border: thin solid #C0C0C0;
	border-radius: 10px 10px 10px 10px;
	position: relative;
	float: left;
}
.footerlogo {
	float: left;
	position: relative;
	left: 10px;
	top: 0px;
	height: 125px;
}

#Twitter-Logo {
	float: none;
	height: 30px;
}
#Pinterest-Logo {
	float: none;
	height: 30px;
}
#Facebook {
	height: 30px;
	float: none;
}

