#topbar {
	height:90px;
	width:100%;
	position:fixed;
	background-color:rgba(255,255,255,1);
	box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
-webkit-box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
-moz-box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
z-index:999;
	
}
.iconlogo {
	height:auto;
	width: 175px;
	float:right;
	margin:0.3% 0% 0 15%;
	position:fixed;
	top:0;
	z-index:999;
}

.h1 {
	font-size:380%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h2 {
	font-size:280%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;

}
.h3 {
	font-size:200%;
	text-align:left;
	color: rgba(220,128,39,1);
	font-family: 'Fjalla One', sans-serif;

}
.h35 {
	font-size:180%;
	text-align:left;
	color: rgba(140,198,62,1);
	font-family: 'Fjalla One', sans-serif;

}
.h4 {
	font-size:180%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h5 {
	font-size:120%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h6 {
	font-size:150%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h7 {
	font-size:250%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}

.mainmenucontrol {
	height:auto;
	width:700px;
	float:right;
	margin:2.5% 0 0 50%;
	position:fixed;
	top:0;
	z-index:999;
	visibility:visible;
	border-radius:50px;
	
}
.mediabuttons {
	height:auto;
	width:auto;
	float:left;
	margin:1.5%;
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	padding-bottom:0.5%;
}
.mediabuttons:hover {
	color: rgba(220,128,39,1);
}
.responsive {
	width:100%;
	max-width:150px;
	height:auto;
}
.responsive2 {
	width:100%;
	max-width:250px;
	height:auto;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	z-index:999;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}

.justforcontrol {
	height:auto;
	width:92%;
	float: none;
	margin:3% auto 0 auto;
	font-family: 'Nunito', sans-serif;
}



#map {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#footercontrl {
	height:200px;
	width:100%;
	float:left;
	padding:3% 0% 3% 0%;
	background-color: rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	position:relative;
	font-size:80%;
	text-align: center;
}



	#email {
	background-color: rgba(51,51,51,1);
	height: 38px;
	width: 20%;
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#security {
	background-color: rgba(51,51,51,1);
	height: 38px;
	width: 30%;
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit  {
	height: 40px;
	width: 20%;
	background-color: rgba(0,0,0,1);
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align: center;
	border: 0px;
	cursor:pointer;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit:hover {
		color: rgba(0,0,0,1);
		background-color: rgba(255,255,255,1);
	}
.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 1.3% 0% 0% 35%;
	z-index:999;
	position: fixed;
	top:0;
	}
.socialcubes {
	height:30px;
	width:30px;
	padding:2%;
	text-align:center;
	float:left;
	background: no-repeat rgba(21,21,21,1);
	margin:2px;
	border-radius:50%;
}
.socialcubes:hover {
	background:  rgba(220,128,39,1);
}
.webby {
	height: auto;
	width: auto;
	float:  left;
	margin: 0% 0% 1% 0.1%;
	color: rgba(255,255,255,1);
	font-size: 85%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position:fixed;
	bottom:0;
	z-index:1;
	}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	#topbar {
	height:90px;
	width:100%;
	
}
.iconlogo {
	height:auto;
	width: 175px;
	float:right;
	margin:0.3% 0% 0 60%;
	position:fixed;
	top:0;
	z-index:999;
}

.h1 {
	font-size:270%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h2 {
	font-size:200%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;

}
.h3 {
	font-size:200%;
	text-align:left;
	color: rgba(220,128,39,1);
	font-family: 'Fjalla One', sans-serif;

}
.h35 {
	font-size:180%;
	text-align:left;
	color: rgba(140,198,62,1);
	font-family: 'Fjalla One', sans-serif;

}
.h4 {
	font-size:180%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h5 {
	font-size:120%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h6 {
	font-size:150%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h7 {
	font-size:250%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}

.mainmenucontrol {
	visibility: hidden;
	border-radius:50px;
	
}

.responsive {
	width:100%;
	max-width:150px;
	height:auto;
}
.responsive2 {
	width:100%;
	max-width:250px;
	height:auto;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	z-index:999;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}

.justforcontrol {
	height:auto;
	width:92%;
	float: none;
	margin:3% auto 0 auto;
	font-family: 'Nunito', sans-serif;
}



#map {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#footercontrl {
	height:auto;
	width:100%;
	float:left;
	padding:3% 0% 3% 0%;
	background-color: rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	position:relative;
	font-size:80%;
	text-align: center;
}




.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 4.3% 0% 0% 35%;
	z-index:999;
	position: fixed;
	top:0;
	}
.socialcubes {
	height:30px;
	width:30px;
	padding:2%;
	text-align:center;
	float:left;
	background: no-repeat rgba(21,21,21,1);
	margin:2px;
	border-radius:50%;
}
.socialcubes:hover {
	background:  rgba(220,128,39,1);
}
.webby {
	height: auto;
	width: auto;
	float:  left;
	margin: 0% 0% 1% 0.1%;
	color: rgba(255,255,255,1);
	font-size: 85%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position:fixed;
	bottom:0;
	z-index:1;
	}
	} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#topbar {
	height:90px;
	width:100%;
	position:fixed;
	
}
.iconlogo {
	height:auto;
	width: 175px;
	float:right;
	margin:0.3% 0% 0 70%;
	position:fixed;
	top:0;
	z-index:999;
}

.h1 {
	font-size:380%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h2 {
	font-size:280%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;

}
.h3 {
	font-size:200%;
	text-align:left;
	color: rgba(220,128,39,1);
	font-family: 'Fjalla One', sans-serif;

}
.h35 {
	font-size:180%;
	text-align:left;
	color: rgba(140,198,62,1);
	font-family: 'Fjalla One', sans-serif;

}
.h4 {
	font-size:180%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h5 {
	font-size:120%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h6 {
	font-size:150%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h7 {
	font-size:250%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}

.mainmenucontrol {
	height:auto;
	width:700px;
	float:right;
	margin:2.5% 0 0 50%;
	position:fixed;
	top:0;
	z-index:999;
	visibility: hidden;
	border-radius:50px;
	
}
.mediabuttons {
	height:auto;
	width:auto;
	float:left;
	margin:1.5%;
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	padding-bottom:0.5%;
}
.mediabuttons:hover {
	color: rgba(220,128,39,1);
}
.responsive {
	width:100%;
	max-width:150px;
	height:auto;
}
.responsive2 {
	width:100%;
	max-width:250px;
	height:auto;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	z-index:999;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}

.justforcontrol {
	height:auto;
	width:92%;
	float: none;
	margin:3% auto 0 auto;
	font-family: 'Nunito', sans-serif;
}



#map {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#footercontrl {
	height:200px;
	width:100%;
	float:left;
	padding:3% 0% 3% 0%;
	background-color: rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	position:relative;
	font-size:80%;
	text-align: center;
}



	#email {
	background-color: rgba(51,51,51,1);
	height: 38px;
	width: 20%;
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#security {
	background-color: rgba(51,51,51,1);
	height: 38px;
	width: 30%;
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit  {
	height: 40px;
	width: 20%;
	background-color: rgba(0,0,0,1);
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align: center;
	border: 0px;
	cursor:pointer;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit:hover {
		color: rgba(0,0,0,1);
		background-color: rgba(255,255,255,1);
	}
.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 3% 0% 0% 35%;
	z-index:999;
	position: fixed;
	top:0;
	}
.socialcubes {
	height:30px;
	width:30px;
	padding:2%;
	text-align:center;
	float:left;
	background: no-repeat rgba(21,21,21,1);
	margin:2px;
	border-radius:50%;
}
.socialcubes:hover {
	background:  rgba(220,128,39,1);
}
.webby {
	height: auto;
	width: auto;
	float:  left;
	margin: 0% 0% 1% 0.1%;
	color: rgba(255,255,255,1);
	font-size: 85%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position:fixed;
	bottom:0;
	z-index:1;
	}
	} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#topbar {
	height:90px;
	width:100%;
	position:fixed;
	background-color:rgba(255,255,255,1);
	box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
-webkit-box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
-moz-box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
z-index:999;
	
}
.iconlogo {
	height:auto;
	width: 175px;
	float:right;
	margin:0.3% 0% 0 15%;
	position:fixed;
	top:0;
	z-index:999;
}

.h1 {
	font-size:380%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h2 {
	font-size:280%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;

}
.h3 {
	font-size:200%;
	text-align:left;
	color: rgba(220,128,39,1);
	font-family: 'Fjalla One', sans-serif;

}
.h35 {
	font-size:180%;
	text-align:left;
	color: rgba(140,198,62,1);
	font-family: 'Fjalla One', sans-serif;

}
.h4 {
	font-size:180%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h5 {
	font-size:120%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h6 {
	font-size:150%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h7 {
	font-size:250%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}

.mainmenucontrol {
	height:auto;
	width:700px;
	float:right;
	margin:2.5% 0 0 45%;
	position:fixed;
	top:0;
	z-index:999;
	visibility:visible;
	border-radius:50px;
	
}
.mediabuttons {
	height:auto;
	width:auto;
	float:left;
	margin:1.5%;
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	padding-bottom:0.5%;
}
.mediabuttons:hover {
	color: rgba(220,128,39,1);
}
.responsive {
	width:100%;
	max-width:150px;
	height:auto;
}
.responsive2 {
	width:100%;
	max-width:250px;
	height:auto;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	z-index:999;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}

.justforcontrol {
	height:auto;
	width:92%;
	float: none;
	margin:3% auto 0 auto;
	font-family: 'Nunito', sans-serif;
}



#map {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#footercontrl {
	height:200px;
	width:100%;
	float:left;
	padding:3% 0% 3% 0%;
	background-color: rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	position:relative;
	font-size:80%;
	text-align: center;
}



	#email {
	background-color: rgba(51,51,51,1);
	height: 38px;
	width: 20%;
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#security {
	background-color: rgba(51,51,51,1);
	height: 38px;
	width: 30%;
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit  {
	height: 40px;
	width: 20%;
	background-color: rgba(0,0,0,1);
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align: center;
	border: 0px;
	cursor:pointer;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit:hover {
		color: rgba(0,0,0,1);
		background-color: rgba(255,255,255,1);
	}
.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 2.3% 0% 0% 35%;
	z-index:999;
	position: fixed;
	top:0;
	}
.socialcubes {
	height:30px;
	width:30px;
	padding:2%;
	text-align:center;
	float:left;
	background: no-repeat rgba(21,21,21,1);
	margin:2px;
	border-radius:50%;
}
.socialcubes:hover {
	background:  rgba(220,128,39,1);
}
.webby {
	height: auto;
	width: auto;
	float:  left;
	margin: 0% 0% 1% 0.1%;
	color: rgba(255,255,255,1);
	font-size: 85%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position:fixed;
	bottom:0;
	z-index:1;
	}
	} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#topbar {
	height:90px;
	width:100%;
	position:fixed;
	background-color:rgba(255,255,255,1);
	box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
-webkit-box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
-moz-box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
z-index:999;
	
}
.iconlogo {
	height:auto;
	width: 175px;
	float:right;
	margin:0.3% 0% 0 15%;
	position:fixed;
	top:0;
	z-index:999;
}

.h1 {
	font-size:380%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h2 {
	font-size:280%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;

}
.h3 {
	font-size:200%;
	text-align:left;
	color: rgba(220,128,39,1);
	font-family: 'Fjalla One', sans-serif;

}
.h35 {
	font-size:180%;
	text-align:left;
	color: rgba(140,198,62,1);
	font-family: 'Fjalla One', sans-serif;

}
.h4 {
	font-size:180%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h5 {
	font-size:120%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h6 {
	font-size:150%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h7 {
	font-size:250%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}

.mainmenucontrol {
	height:auto;
	width:700px;
	float:right;
	margin:2% 0 0 50%;
	position:fixed;
	top:0;
	z-index:999;
	visibility:visible;
	border-radius:50px;
	
}
.mediabuttons {
	height:auto;
	width:auto;
	float:left;
	margin:1.5%;
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	padding-bottom:0.5%;
}
.mediabuttons:hover {
	color: rgba(220,128,39,1);
}
.responsive {
	width:100%;
	max-width:150px;
	height:auto;
}
.responsive2 {
	width:100%;
	max-width:250px;
	height:auto;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	z-index:999;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}

.justforcontrol {
	height:auto;
	width:92%;
	float: none;
	margin:3% auto 0 auto;
	font-family: 'Nunito', sans-serif;
}



#map {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#footercontrl {
	height:200px;
	width:100%;
	float:left;
	padding:3% 0% 3% 0%;
	background-color: rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	position:relative;
	font-size:80%;
	text-align: center;
}



	#email {
	background-color: rgba(51,51,51,1);
	height: 38px;
	width: 20%;
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#security {
	background-color: rgba(51,51,51,1);
	height: 38px;
	width: 30%;
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit  {
	height: 40px;
	width: 20%;
	background-color: rgba(0,0,0,1);
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align: center;
	border: 0px;
	cursor:pointer;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit:hover {
		color: rgba(0,0,0,1);
		background-color: rgba(255,255,255,1);
	}
.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 1.3% 0% 0% 35%;
	z-index:999;
	position: fixed;
	top:0;
	}
.socialcubes {
	height:30px;
	width:30px;
	padding:2%;
	text-align:center;
	float:left;
	background: no-repeat rgba(21,21,21,1);
	margin:2px;
	border-radius:50%;
}
.socialcubes:hover {
	background:  rgba(220,128,39,1);
}
.webby {
	height: auto;
	width: auto;
	float:  left;
	margin: 0% 0% 1% 0.1%;
	color: rgba(255,255,255,1);
	font-size: 85%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position:fixed;
	bottom:0;
	z-index:1;
	}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1440px) {
	#topbar {
	height:90px;
	width:100%;
	position:fixed;
	background-color:rgba(255,255,255,1);
	box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
-webkit-box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
-moz-box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
z-index:999;
	
}
.iconlogo {
	height:auto;
	width: 175px;
	float:right;
	margin:0.3% 0% 0 15%;
	position:fixed;
	top:0;
	z-index:999;
}

.h1 {
	font-size:380%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h2 {
	font-size:280%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;

}
.h3 {
	font-size:200%;
	text-align:left;
	color: rgba(220,128,39,1);
	font-family: 'Fjalla One', sans-serif;

}
.h35 {
	font-size:180%;
	text-align:left;
	color: rgba(140,198,62,1);
	font-family: 'Fjalla One', sans-serif;

}
.h4 {
	font-size:180%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h5 {
	font-size:120%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h6 {
	font-size:150%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h7 {
	font-size:250%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}

.mainmenucontrol {
	height:auto;
	width:700px;
	float:right;
	margin:2% 0 0 50%;
	position:fixed;
	top:0;
	z-index:999;
	visibility:visible;
	border-radius:50px;
	
}
.mediabuttons {
	height:auto;
	width:auto;
	float:left;
	margin:1.5%;
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	padding-bottom:0.5%;
}
.mediabuttons:hover {
	color: rgba(220,128,39,1);
}
.responsive {
	width:100%;
	max-width:150px;
	height:auto;
}
.responsive2 {
	width:100%;
	max-width:250px;
	height:auto;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	z-index:999;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}

.justforcontrol {
	height:auto;
	width:92%;
	float: none;
	margin:3% auto 0 auto;
	font-family: 'Nunito', sans-serif;
}



#map {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#footercontrl {
	height:200px;
	width:100%;
	float:left;
	padding:3% 0% 3% 0%;
	background-color: rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	position:relative;
	font-size:80%;
	text-align: center;
}



	#email {
	background-color: rgba(51,51,51,1);
	height: 38px;
	width: 20%;
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#security {
	background-color: rgba(51,51,51,1);
	height: 38px;
	width: 30%;
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit  {
	height: 40px;
	width: 20%;
	background-color: rgba(0,0,0,1);
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align: center;
	border: 0px;
	cursor:pointer;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit:hover {
		color: rgba(0,0,0,1);
		background-color: rgba(255,255,255,1);
	}
.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 1.3% 0% 0% 35%;
	z-index:999;
	position: fixed;
	top:0;
	}
.socialcubes {
	height:30px;
	width:30px;
	padding:2%;
	text-align:center;
	float:left;
	background: no-repeat rgba(21,21,21,1);
	margin:2px;
	border-radius:50%;
}
.socialcubes:hover {
	background:  rgba(220,128,39,1);
}
.webby {
	height: auto;
	width: auto;
	float:  left;
	margin: 0% 0% 1% 0.1%;
	color: rgba(255,255,255,1);
	font-size: 85%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position:fixed;
	bottom:0;
	z-index:1;
	}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
	#topbar {
	height:90px;
	width:100%;
	position:fixed;
	background-color:rgba(255,255,255,1);
	box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
-webkit-box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
-moz-box-shadow: -10px 14px 5px -6px rgba(0,0,0,0.25);
z-index:999;
	
}
.iconlogo {
	height:auto;
	width: 175px;
	float:right;
	margin:0.3% 0% 0 15%;
	position:fixed;
	top:0;
	z-index:999;
}

.h1 {
	font-size:380%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h2 {
	font-size:280%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;

}
.h3 {
	font-size:200%;
	text-align:left;
	color: rgba(220,128,39,1);
	font-family: 'Fjalla One', sans-serif;

}
.h35 {
	font-size:180%;
	text-align:left;
	color: rgba(140,198,62,1);
	font-family: 'Fjalla One', sans-serif;

}
.h4 {
	font-size:180%;
	text-align:left;
	color: rgba(255,255,255,1);
	font-family: 'Fjalla One', sans-serif;

}
.h5 {
	font-size:120%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h6 {
	font-size:150%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}
.h7 {
	font-size:250%;
	text-align:left;
	color: rgba(0,0,0,1);
	font-family: 'Fjalla One', sans-serif;
	font-weight:900;

}

.mainmenucontrol {
	height:auto;
	width:700px;
	float:right;
	margin:2.5% 0 0 50%;
	position:fixed;
	top:0;
	z-index:999;
	visibility:visible;
	border-radius:50px;
	
}
.mediabuttons {
	height:auto;
	width:auto;
	float:left;
	margin:1.5%;
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	padding-bottom:0.5%;
}
.mediabuttons:hover {
	color: rgba(220,128,39,1);
}
.responsive {
	width:100%;
	max-width:150px;
	height:auto;
}
.responsive2 {
	width:100%;
	max-width:250px;
	height:auto;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	background-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	z-index:999;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}

.justforcontrol {
	height:auto;
	width:92%;
	float: none;
	margin:3% auto 0 auto;
	font-family: 'Nunito', sans-serif;
}



#map {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#footercontrl {
	height:200px;
	width:100%;
	float:left;
	padding:3% 0% 3% 0%;
	background-color: rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	position:relative;
	font-size:80%;
	text-align: center;
}



	#email {
	background-color: rgba(51,51,51,1);
	height: 38px;
	width: 20%;
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#security {
	background-color: rgba(51,51,51,1);
	height: 38px;
	width: 30%;
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align:center;
	border:0px;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit  {
	height: 40px;
	width: 20%;
	background-color: rgba(0,0,0,1);
	font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:80%;
	text-align: center;
	border: 0px;
	cursor:pointer;
	-webkit-appearance: none;
border-radius: 0;
	}
	#submit:hover {
		color: rgba(0,0,0,1);
		background-color: rgba(255,255,255,1);
	}
.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 1.3% 0% 0% 35%;
	z-index:999;
	position: fixed;
	top:0;
	}
.socialcubes {
	height:30px;
	width:30px;
	padding:2%;
	text-align:center;
	float:left;
	background: no-repeat rgba(21,21,21,1);
	margin:2px;
	border-radius:50%;
}
.socialcubes:hover {
	background:  rgba(220,128,39,1);
}
.webby {
	height: auto;
	width: auto;
	float:  left;
	margin: 0% 0% 1% 0.1%;
	color: rgba(255,255,255,1);
	font-size: 85%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position:fixed;
	bottom:0;
	z-index:1;
	}
	}
