a {
	text-decoration: none;
	color: rgba(255,255,255,1);
	font-size: 80%;
}
a:hover {
	color: rgba(140,198,62,1);
}
#menubar {
	height:75px;
	width: 100%;
	float:right;
	padding-bottom:6%;
	background-color:rgba(255,255,255,1);
	position:fixed;
	top:0;
	z-index:1;
}
.guestlogo {
	width: 150px;
	height: auto;
	float: right;
	margin: 2% 0% 0% 8%;
	position: absolute;
	font-size:150%;
	top:0;
	z-index:999;
	}	
.justforcontrol {
	height:auto;
	width:50%;
	text-align: center;
	float: none;
	padding-top:2%;
	border-top:rgba(255,255,255,1) 1px solid;
	margin:5% auto 0 auto;
}
.justforcontrol1 {
	height:auto;
	width:50%;
	text-align:justify;
	float: none;
	border-top:rgba(255,255,255,1) 1px solid;
	margin:1% auto 0 auto;
}
.responsive {
	width:100%;
	max-width:120px;
	height:auto;
}
.iconlogo {
	width: 80px;
	height: auto;
	float: right;
	margin: 1% 0% 0% 5%;
	position:fixed;
	top:0;
	z-index:6;
	}
	
.h1 {
	font-size:250%;
	color: rgba(51,51,51,1);
	text-align:center;
	font-family: 'Fjalla One', sans-serif;
}

.h2 {
	font-size:300%;
	color: rgba(255,255,255,1);
	text-align: left;
	font-family: 'Fjalla One', sans-serif;
}
.h3 {
	font-size:250%;
	color: rgba(140,198,62,1);
	text-align:center;
	font-family: 'Fjalla One', sans-serif;
}
.h4 {
	font-size:150%;
	color: rgba(51,51,51,1);
	text-align: left;
	font-family: 'Fjalla One', sans-serif;
}
#footercontrl {
	height:200px;
	width:100%;
	float:left;
	padding:3% 10% 3% 10%;
	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;
	z-index:2;
}
.readmore {
	height:auto;
	width:auto;
	float:right;
	padding:2px 3% 2px 3%;
	font-size:120%;
	font-family:'Fjalla One', sans-serif;
	color: rgba(51,51,51,1);
	background-color: rgba(140,198,62,1);
	z-index:3;
	position: relative;
}
.readmore:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,1);
}
.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 2% 0% 0% 35%;
	position:absolute;
	}
.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(140,198,62,1);
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	.responsive {
	width:100%;
	max-width:150px;
	height:auto;
}
.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 2% 0% 0% 27%;
	position:absolute;
	}
	.h1 {
	font-size:250%;
	color: rgba(51,51,51,1);
	text-align:center;
	font-family: 'Fjalla One', sans-serif;
}
.h1 {
	font-size:250%;
	color: rgba(51,51,51,1);
	text-align: left;
	font-family: 'Fjalla One', sans-serif;
}
.h2 {
	font-size:200%;
	color: rgba(255,255,255,1);
	text-align: left;
	font-family: 'Fjalla One', sans-serif;
}
.h3 {
	font-size:250%;
	color: rgba(140,198,62,1);
	text-align: left;
	font-family: 'Fjalla One', sans-serif;
}
.h4 {
	font-size:150%;
	color: rgba(51,51,51,1);
	text-align: left;
	font-family: 'Fjalla One', sans-serif;
}
	} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.responsive {
	width:100%;
	max-width:150px;
	height:auto;
}
.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 2% 0% 0% 32%;
	position:absolute;
	}
	
	} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.responsive {
	width:100%;
	max-width:150px;
	height:auto;
}
.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 2% 0% 0% 32%;
	position:absolute;
	}
	
	} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 2% 0% 0% 35%;
	position:absolute;
	}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1440px) {
	.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 2% 0% 0% 36%;
	position:absolute;
	}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
	.socials {
	height: auto;
	width:150px;
	float: left;
	padding:0.8%;
	margin: 2% 0% 0% 37%;
	position:absolute;
	}
	}