body {
	background-color: #3CC;
}
.gecContent {
	background-color: #FFF;
	width: 80vw;
	height: 100vh;
	margin: auto;
}
.gecBody {
	width: 60vw;
	height: auto;
	margin: auto;
}
h1 {
  font-size: 2.5em; /* 40px/16=2.5em */
}
p {
	font-size: 0.875em;
	text-align: justify;
	
}
.gecLogo{
	width:80vw;
	height:auto;
	
}
/*.menuBar1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.menuBar2 {
	margin-top:-5%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}*/

.menuBar {
	width: 80%;
	margin: auto;
	/*margin-top: -2%;*/
	justify-content: space-between;
}
.menuButton {
	height: auto;
	width: 9%;
}
input[type=image]:hover, input[type=image]:target {
	border: 3px solid green;
	margin: 0;
}
@media screen and (max-device-width: 660px) {
.gecContent {
	background-color: #FFF;
	width: 100vw;
	height: 100vh;
	margin: auto;
}
.gecLogo{
	width:100vw;
	height:auto;
	
}
.menuBar {
	width: 90%;
	margin: auto;
	/*margin-top: -2%;*/
	justify-content: space-between;
}
.menuButton {
	height: auto;
	width: 9%;
}
}
/*
@media screen and (max-device-width: 1024px) {
	.imgBanner,.topBanner{
		
		width:90%;
		height:auto;
		
	}
	.menuButton1 {
		height: 90px;
		width: 90px;
	}
	.menuBar1 {
		position: absolute;
		top: 20vw;
		margin-top: -45px;
		width: 90%;
		display: flex;
		justify-content: space-between;
		left: 50vw;
		margin-left: -45vw;
		font-size: 12px;
	}
	.menuBar2 {
		position: absolute;
		top: 20vw;
		width: 90%;
		display: flex;
		justify-content: space-between;
		left: 50vw;
		margin-left: -45vw;
		font-size: 12px;
	}
}*/
