*{
margin:0px;
padding:0px
}

html {	
    	background-image: url("images/bg1.jpg");
    	background-repeat: no-repeat;
    	background-position: right top;
    	background-attachment: fixed;
	height:100%;
}
body {
	height:100%;
}

img {
	  padding: 7px;
	  max-width: 100%;
	  height: auto;
	}

p {
	padding: 10px 0 0 0;
}

div.transbox {
	display: block;
	width:100%;
 	background-color: #ffffff;
    	border: none;
    	opacity: 0.7;
    	filter: alpha(opacity=70); /* For IE8 and earlier */
	float: left;

}

div.logo {
	width: 120px;
 	float: left;
	display: flex;
	align-items: center;
  	justify-content: center;
}

div.navbox {
	width:auto;
	padding: 30px 10px 10px 5px;
 	float: left;
}

div.mediabox {
	width:auto;
	padding: 23px 0 0 2px;
 	float: right;
	display: flex;
}

div.transbox p {
    font-weight: bold;
    color: #000000;
}

ul {
	list-style-type:none;
	margin:0;
	padding:3px;
	position: absolute;
	}
li {
	display:inline-block;
	float: left;
	border-style: solid;
	border-width: 2px;
	margin-right: 6px;

	}
li a {
	display: block;
	min-width: 75px;
	color: black;
	text-align: center;
	padding: 11px 0;
	text-decoration: none;
	}

li a:hover {
	background-color: #B0B0B0;
	color: black;
	-webkit-transition: all .4s ease-in-out; 
	-moz-transition: all .4s ease-in-out; 
	-ms-transition: all .4s ease-in-out; 
	-o-transition: all .4s ease-in-out; 
	transition: all .4s ease-in-out; 
	}

.active {
	background-color: #006600;
	color: #fff;
	font-weight: bold;
	}


/*Hide dropdown links until they are needed*/
li ul {
	
	display: none;

}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	height:40px;
	float: none;
	margin-bottom: 2px;
	z-index:9999;
	}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 11px 16px;
	background-color: #484848;
	color: #ffffff;
	-webkit-transition: all .4s ease-in-out; 
	-moz-transition: all .4s ease-in-out; 
	-ms-transition: all .4s ease-in-out; 
	-o-transition: all .4s ease-in-out; 
	transition: all .4s ease-in-out; 
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
	z-index:9999;
	}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	align-items: center;
  	justify-content: center;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
  	display: block;
	z-index:9999;
}

/*Responsive Styles*/

@media screen and (max-width : 760px){

.paperpadding {
		padding-left: 0px;
	}
.center {
	display:flex;
    	margin: auto;
    	width: 100%;
    	padding: 10px;
}


html {	
    background-image: url("images/bgmob.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

div.transbox {
	display: block;
	width:100%;
 	background-color: #ffffff;
    	border: none;
    	opacity: 0.8;
    	filter: alpha(opacity=80); /* For IE8 and earlier */
	float: left;
}
div.logo {
	width:100%;
 	float: left;
	display: flex;
}
div.navbox {
	width:100%;
	padding: 0;
}
div.mediabox {
	width:100%;
	padding: 0;
	display: flex;
	align-items: center;
  	justify-content: center;
}

/*Make dropdown links appear inline*/
ul {
		position: static;
		display: none;
	}

	/*Create vertical spacing*/
li {
	margin-bottom: 1px;
	}
	
	/*Make all menu links full width*/
ul li, li a {
		width: 100%;
	}
	
	/*Display 'show menu' link*/
	
.show-menu {		
		display: flex;
	
	}
  input[type=text],
  input[type=email],
  input[type=submit],
  textarea,
  select {
    width: 90%; 
  }
} 

.homebody1 {
	padding: 235px 0 0 0;
	color: #FFFF00;
	text-align:center;
  	font-family: 'Arial Black';
  	font-size: 40px;
  	text-shadow: 4px 4px 4px #000;
}

.homebody2 {
	padding: 35px 0 140px 0;
	color: #99FF00;
	text-align:center;
  	font-family: 'Arial Black';
  	font-size: 35px;
  	text-shadow: 4px 4px 4px #000;
}

.homebody3 {
	padding: 35px 0 200px 0;
	color: #99FF00;
	text-align:center;
  	font-family: 'Arial Bold';
  	font-size: 35px;
  	text-shadow: 4px 4px 4px #000;
}
.topmargin {
	padding: 100px 0 0px 0;
}
.contactus {
	padding: 10px;
	color: #ffffff;
	text-align:center;
  	font-family: 'Arial Bold';
  	font-size: 20px;
	background-color: #404040;

}
.counterbox {
	padding:5px 0 5px 0;
	color: black;
	text-align:center;
  	font-family: 'Days One', Sans Serif;
  	font-size: 45px;
	background-color: #ffffff;
    	border: none;
    	opacity: 0.6;
    	filter: alpha(opacity=60); /* For IE8 and earlier */
}

.bodycontent {
	padding:10px 25px 10px 25px;
	color: black;
	text-align:left;
  	font-family: 'Days One', Sans Serif;
  	font-size: 20px;
	background-color: #ffffff;
    	border: none;
	opacity: 0.8;
    	filter: alpha(opacity=60); /* For IE8 and earlier */
}
.page-wrap {
  	min-height: 100%;
  	/* equal to footer height */
  	margin-bottom: -100px; 
}
.page-wrap:after {
  	content: "";
  	display: block;
  	height: 100px;
}
.site-footer {
	height:100px;
	text-align:center;
  	background-color: #000;
	padding: 20px 10px 1px 10px;
	color: #fff;
	font-size: 18px;
    	border: none;
    	opacity: 0.7;
    	filter: alpha(opacity=70); /* For IE8 and earlier */
}

input[type=text], select {
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #cccccc;
border-radius: 4px;
box-sizing: border-box;
}

input[type=email], select {
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #cccccc;
border-radius: 4px;
box-sizing: border-box;
}

textarea {
padding: 12px 20px;
display: inline-block;
border: 1px solid #cccccc;
border-radius: 4px;
box-sizing: border-box;
}

input[type=submit] {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}

input[type=submit]:hover {
background-color: #45a049;
}

.fontcolor {
	color: white;
}

.paperpadding {
	padding-left: 20px;
}

.linkdecoration {
	text-decoration: none;
	color: blue;
}
.linkdecoration:hover {
	color:red;
}
.linkdecoration:visited {
	color:green;
}
.adcenter {
	text-align:center; 
	z-index:999;
}