@font-face {
	font-family: "Manning"; 
	src: url('fonts/manning.ttf'), url('fonts/manning.ttf');
}

@font-face { 
	font-family: "BodyFont"; 
	src: url('fonts/fontmedium.ttf'), url('fonts/fontmedium.ttf');
}

@font-face { 
	font-family: "TitleHeavy"; 
	src: url('fonts/fontheavy.ttf'), url('fonts/fontheavy.ttf');
}

@font-face { 
	font-family: "OldSans"; 
	src: url('fonts/oldsans.ttf'), url('fonts/oldsans.ttf');
}

@font-face { 
	font-family: "OldSansBold"; 
	src: url('fonts/OpenSans-Semibold.ttf'), url('fonts/OpenSans-Semibold.ttf');
}

@font-face { 
	font-family: "PageMainHeadings"; 
	src: url('fonts/fontheavy.ttf'), url('fonts/fontheavy.ttf');
}

@font-face { 
	font-family: "BodyHeavy"; 
	src: url('fonts/fontbold.ttf'), url('fonts/fontbold.ttf');
}

@font-face { 
	font-family: "AccentText"; 
	src: url('fonts/belgrano.ttf'), url('fonts/belgrano.ttf');
}

@font-face { 
	font-family: "Stylish"; 
	src: url('fonts/stylish.ttf'), url('fonts/stylish.ttf');
}

@font-face { 
	font-family: "Headliner"; 
	src: url('fonts/amsi.ttf'), url('fonts/amsi.ttf');
}

@font-face { 
	font-family: "PageSubHeading"; 
	src: url('fonts/digimpact.ttf'), url('fonts/digimpact.ttf');
}

@font-face { 
	font-family: "PageHeadings"; 
	src: url('fonts/digiscript.ttf'), url('fonts/digiscript.ttf');
}

@font-face { 
	font-family: "Hancock"; 
	src: url('fonts/hancock.otf'), url('fonts/hancock.otf');
}

@font-face { 
	font-family: "SansExtraBold"; 
	src: url('fonts/OpenSans-ExtraBold.ttf'), url('fonts/OpenSans-ExtraBold.ttf');
}



A:link, a:active, a:visited {
	color: #0070c9;
	font-weight: bold !important;
	
}

A:hover {
	text-decoration: underline !important;	
}

A:label {
	text-decoration: none;
}




.tempbanner {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
width: 95%;

border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
margin-top: 10px;
margin-bottom: 10px;

background: rgb(241,218,54);
background: -moz-linear-gradient(top,  rgba(241,218,54,1) 0%, rgba(254,252,234,1) 100%);
background: -webkit-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%);
background: linear-gradient(to bottom,  rgba(241,218,54,1) 0%,rgba(254,252,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 );

}


/* Button Hover */


.bfade {
   opacity: 1;
   transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .2s ease-in-out;
   }

.bfade:hover {
   opacity: 0.5;
}

/* Button Hover */









html {

scroll-behavior: smooth;

}


body { 
	

	background-image: url("images/bv.jpg");
	background-attachment: fixed;
	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center center;

	font-family: "BodyFont";

	margin-top: 0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;

	z-index: -1000000;
	overflow-x:hidden;
	
}

@media only screen and (max-width: 640px) {


body {

	font-family: "BodyFont";
	margin-top:70;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
}




.FarmhandLogo {
width: 250px;
height: auto;
}




.HeaderPanel {
width: 75%;
height: auto;
margin-top: 70px;
margin-bottom: 0px;
z-index: 99;
overflow: hidden;
}


@media only screen and (max-width: 640px) {
.HeaderPanel {
width: 95%;
height: auto;
margin-top: -20px;
margin-bottom: -40px;
padding: 0px;
z-index: 98;
overflow: hidden;
}
}


.ButtonLink {

font-family: "TitleHeavy" !important;
font-size: 35px !important;

border: 1px solid rgba(200,150,0,1);
border-radius: 16px;
background-color: rgba(255,233,165,0.8);
padding: 10px;
box-shadow: 0px 1px 15px 2px rgba(0,0,0,0.15);

}

.ButtonLink:hover {
background-color: rgba(255,233,165,0.3);
border: 1px solid rgba(200,150,0,0.5);
}



.rounded-box {

  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 0px;
 
  box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.15);
  padding: 20px;
  
}



.BodyContent {
padding: 20px;
border: 0px;
border-collapse: collapse;

}



.PageHeadings {

font-family: "PageMainHeadings";
font-size: 36px;
color: rgba(255,255,255,1);
text-align: center;
text-decoration: none;
text-shadow: 2px 2px 5px rgba(0,0,0,1);
line-height: 135%;
padding-top: 1px;
width: 100%;
height: 50px;
border: 0px;
border-top-left-radius: 14px;
border-top-right-radius: 14px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
background-color: rbga(255,255,255,1);
background: linear-gradient(180deg, rgba(80,80,80,1) 0%, rgba(120,120,120,1) 50%, rgba(115,115,115,1) 50%, rgba(70,70,70,1) 90%, rgba(255,90,0,1) 90%, rgba(255,90,0,1) 100%);

box-shadow: 0px 10px 30px -5px #000000 inset;

}

@media only screen and (max-width: 640px) {
/*For mobile phones*/
.PageHeadings {

font-size: 24px;
height: 36px;

}
}





.BodyHeader {

border: none;
border-width: 0px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
padding: 15px;

background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c993', endColorstr='#00ffffff',GradientType=0 );


}




.BodyPadding {

padding-left: 0px;
padding-right: 0px;

}





::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;;
}

::-webkit-scrollbar-track {	
	border-radius: 8px;
	background-color: #F5F5F5;
   -moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
   box-shadow:         inset 0 0 10px rgba(0, 0, 0, 0.1);	
}

::-webkit-scrollbar-thumb {

	border: none;
	border-radius: 8px;
	background-color: rgba(150, 50, 50, 1);
	-moz-box-shadow:    inset 0 0 10px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow:        inset 0 0 10px rgba(0, 0, 0, 0.2)

}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(210, 50, 50, 1);
}

.gradient {
  font-size: 72px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Vertical Navigation Overlay */





.rounded-image {

  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 0px;
}

.sub-content {


border: none;
border-width: 0px;
border-color: #000000;

  moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  width: 80%;
  padding: 10px;
  align: center;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 640px) {
/*For mobile phones*/

.sub-content {

width: 95%;

}
}

.BulletCommon {
width: 24px;
height: 24px;
border: 0px;
}

.headings {
	font-family: "PageHeadings";
	text-align: center;
	font-size: 28px;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px #000000;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;

  moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	
	
background: rgb(83,112,46);
background: -moz-linear-gradient(top,  rgba(83,112,46,1) 0%, rgba(105,137,31,1) 50%, rgba(78,109,0,1) 51%, rgba(98,137,31,1) 100%);
background: -webkit-linear-gradient(top,  rgba(83,112,46,1) 0%,rgba(105,137,31,1) 50%,rgba(78,109,0,1) 51%,rgba(98,137,31,1) 100%);
background: linear-gradient(to bottom,  rgba(83,112,46,1) 0%,rgba(105,137,31,1) 50%,rgba(78,109,0,1) 51%,rgba(98,137,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53702e', endColorstr='#62891f',GradientType=0 );

}


.TopBottomOnly table tr td {
    border-top: 1px solid #c4c4c4;
}





.ProductMainPhoto {

width: 75%;
height: auto;

}

.VideoDemoButton {

width: 230px;
height: 65px;
margin-right: 20px;
}

.BrochureButton {

width: 230px;
height: 65px;
margin-right: 20px;
}

.EnquireButton {

width: 230px;
height: 65px;
margin-right: 20px;
}








.ContentArea {

width: 100%;
max-width: 100%;
padding: 10px;
border: none;
border-width: 0px;

}


.TitleBar {
border-top-left-radius: 14px;
border-top-right-radius: 14px;
}


.content {
z-index: 100;
background-color: #FFFFFF;
background: rgba(255,255,255,1);

margin-top: 40px;
margin-bottom: 10px; 
margin-right: 0px;
margin-left: 0px;

padding: 0px;

width: 75%;
max-width: 85%;
moz-border-radius:13px; 
-webkit-border-radius:14px; 

box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);

}

@media only screen and (max-width: 640px) {
/*For mobile phones*/

.content {
        width: 99%;
        max-width: 98%;
        margin-bottom: 10px; 
        margin-top: 50px;
        margin-right: 0px;
        margin-left: 0px;
        overflow: hidden;

}
}


.ContentSpecs {
background-color: #FFFFFF;
background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 100%);

margin-top:50px; 
margin-bottom:0px; 
margin-right: 0px;
margin-left: 0px;

padding: 0px;

width: 100%;
max-width: 100%;

}

@media only screen and (max-width: 640px) {
/*For mobile phones*/

.ContentSpecs {
        width: 100%;
        max-width: 100%;
        margin-top: 50px;
        margin-right: 0px;
        margin-left: 0px;
        overflow: hidden;

}
}


.Decorations {

margin-top: 5px;

}

.HalfRule {
  width: 50%;
  height: 1px;
  border: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;

}



.BannerHeadline {

	color: #000000;
	font-family: "Banner";
	font-size: 32pt;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 30pt;

}



.ResponsiveImage200 {

width: 200px;
height: auto;
max-width: 40%;

}

.ResponsiveImage300 {

width: 300px;
height: auto;
max-width: 40%;
margin-right: 2px;

}

.BodyText {
	color: #000000;
	font-family: "BodyFont";
	font-size: 16pt;
	line-height: 150%;
	margin-left: 0px;
	margin-right: 0px;
}

.BodyTextHead {
	color: #000000;
	font-family: "PageSubHeading";
	font-size: 24pt;
	margin-left: 0px;
	margin-right: 20px;
}

.BodySubheading {
	color: #000000;
	font-family: "Hancock";
	font-size: 19pt;
	line-height: 21px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

.BodySubPageHeading {
	color: #000000;
	font-family: "TitleHeavy";
	line-height: 2em;
	margin-bottom: 15px;
	margin-top: 15px;
}



.BodySubtitle {
	color: #000000;
	font-family: "BodyFont";
	font-size: 30px;
	line-height: 34px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	font-variant: small-caps;
}

.HomeSubheading {
	color: #000000;
	font-family: "Georgia";
	font-size: 26px;
	line-height: 26px;
	letter-spacing: -1px;	
}

.DropCaps {

float: left;
font-size: 60px;
line-height: 40px;
font-family: "Georgia";
font-weight: Bold;
color: #6D0000;
padding-top: 4px;
padding-right: 4px;
padding-left: 0px;

}

.Stylish {
	color: #000000;
	font-family: "Stylish";
	font-size: 22pt;
}

.copyright {

margin-top: 10px;
margin-bottom: 10px;
height: 125px;
width: 90%;

}

.counter {
width: 300px;
height: 105px;
}

#RoundedFooter {
width: 100%;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;


}


#PageHeading {

font-family: "PageHeadings";
font-size: 22pt;
color: #ffffff;
text-align: center;
text-decoration: none;
text-shadow: 2px 2px 5px #333333;

width: 100%;
height: 44px;
border-top-left-radius: 14px;
border-top-right-radius: 14px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;

background: linear-gradient(to bottom,  rgba(83,112,46,1) 0%,rgba(105,137,31,1) 50%,rgba(78,109,0,1) 51%,rgba(98,137,31,1) 100%);

}



#PageSubHeading {

font-family: "Hancock";
font-size: 23pt;
color: #000000;
text-shadow: 0 0 5px #FFFFFF;

border-spacing: 0px 20px;
margin-top: 10px;
margin-bottom: 10px !important;

text-align: Left;
padding-left: 10px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 2px;
text-decoration: none;
height: 5px;
font-variant: small-caps;

background-image: linear-gradient(to right, rgba(138, 120, 66, 0.3), rgba(255, 255, 255, 0));

moz-border-radius: 20px;
-webkit-border-radius: 20px;

}



.logo {

	margin-top: 37px;
	margin-bottom: 0px;
	height: AUTO;
	clear: both;
	width: 100%;
	overflow: hidden;
	
}



.RightAlignedImage {

margin-right: 5px;

}

#rounded {

  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 0px;
  margin: 5px;
}

.rounded2 {
  background-image: url('images/paper.jpg');
  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}


.MembershipTable {

  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 0px;
  margin: 5px;
  
background: -moz-linear-gradient(top, rgba(206,220,231,0.3) 0%, rgba(205,219,230,0.3) 1%, rgba(89,106,114,0.3) 100%);
background: -webkit-linear-gradient(top, rgba(206,220,231,0.3) 0%,rgba(205,219,230,0.3) 1%,rgba(89,106,114,0.3) 100%);
background: linear-gradient(to bottom, rgba(206,220,231,0.3) 0%,rgba(205,219,230,0.3) 1%,rgba(89,106,114,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dcedce7', endColorstr='#4d596a72',GradientType=0 );


}

#shadow {
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}

.shadow {
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}


#subtitle {
  moz-border-radius: 20px;
  -webkit-border-radius: 20px;
background-image: linear-gradient(to right, #e0e0eb, rgba(224,224,235,0));
}




hr.style-seven {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(224,224,235, 0), rgba(192,192,192, 1), rgba(224,224,235, 0));
}



.fade {
   opacity: 1;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
}

.fade:hover {
opacity: 0.5;
}

#fade {
   opacity: 1;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;
}

#fade:hover {
opacity: 0.5;
}


.hrefButton {
	-moz-box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	-webkit-box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	box-shadow:inset 0px 1px 2px 0px #b8cbe3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c99c7), color-stop(1, #244985));
	background:-moz-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-webkit-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-o-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:-ms-linear-gradient(top, #6c99c7 5%, #244985 100%);
	background:linear-gradient(to bottom, #6c99c7 5%, #244985 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c99c7', endColorstr='#244985',GradientType=0);
	background-color: #6c99c7;
	-moz-border-radius: 12px;
	-webkit-border-radius:12px;
	border-radius: 12px;
	border:1px solid #565f6b;
	display:inline-block;
	cursor:pointer;
	color: #ffffff !important;
	font-family: BodyFont;
	font-size: 20px;
	font-weight: 300 !important;
	font-style: normal !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 0px 0px 6px #000000;
	text-decoration: none;
}
.hrefButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #244985), color-stop(1, #6c99c7));
	background:-moz-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-webkit-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-o-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:-ms-linear-gradient(top, #244985 5%, #6c99c7 100%);
	background:linear-gradient(to bottom, #244985 5%, #6c99c7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#244985', endColorstr='#6c99c7',GradientType=0);
	background-color:#244985;
	text-decoration: none;
}
.hrefButton:active {
	position:relative;
	top:1px;
	text-decoration: none;
}


.subscribebox {
  moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 1px solid #CCCCCC;
  padding: 3px;
  padding-left: 6px;
      box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.1);
}


.specs {
	font-family: "Headliner";
	font-size: 52px;
	color: #546D55;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	line-height: 100%;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom: 2px dotted rgba(100,100,150,0.25);
	background: linear-gradient(to right, rgba(220,240,190,0.35) 0%, rgba(255,255,255,0) 90%); 
}

.specs:active {
text-decoration: none !important;
}

.specs:hover {
text-decoration: none !important;
}

.SpecsLogo {

height: 56px;
width: auto;
margin-bottom: 20px;

}


.SmallSubHeadings {
	font-family: "Headliner";
	font-size: 32px;
	color: #546D55;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	line-height: 100%;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 2px dotted rgba(100,100,150,0.25);
	background: linear-gradient(to right, rgba(220,240,190,0.35) 0%, rgba(255,255,255,0) 90%); 
}


.Categories {
	font-family: "Headliner";
	font-size: 52px;
	color: #546D55;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	line-height: 100%;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom: 2px dotted rgba(100,100,150,0.25);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%); 
}



.EnquiryButton {


opacity: 1;
   transition: opacity .15s ease-in-out;
   -moz-transition: opacity .15s ease-in-out;
   -webkit-transition: opacity .15s ease-in-out;

background: linear-gradient(to bottom, rgba(0,0,60,0.6) 0%, rgba(0,0,60,0.3) 90%); 
font-family: "BodyFont";
font-size: 26px;
text-decoration: none;
text-align: center;
text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
line-height: 50px;

box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.2);

color: rgba(255,255,255,1);
margin: 0px;
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;

border: 0px;
  moz-border-radius: 10px;
  -webkit-border-radius: 10px;

}

.EnquiryButton:hover {

opacity: 0.8;
background: linear-gradient(to bottom, rgba(0,0,60,0.3) 0%, rgba(0,0,60,0.6) 90%);

}

.ShadowText {
text-shadow: 3px 3px 8px rgba(0,0,0,0.8);
}


.TextOverImage {

background-image: url("images/ev5.jpg");
  width: 100%; 
  overflow: hidden;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

z-index: 200;
position: relative;
bottom: 200;
padding-left: 15px;
display: block;
overflow: hidden;
margin-bottom: -200px;


}

.VariablePadding {	
padding-left: 80px;
padding-top: 50px;
padding-right: 50px;
padding-bottom: 50px;	
}

@media only screen and (max-width: 640px) {
/*For mobile phones*/

.VariablePadding {
padding-left: 20px;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
}

@media only screen and (max-width: 480px) {
/*For mobile phones*/

.VariablePadding {
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
}


.VariableLogoWidth {
	
width: 70%;
height: auto;
	
}

@media only screen and (max-width: 640px) {
/*For mobile phones*/

.VariableLogoWidth {

width: 90%;
height: auto;

}
}

.SectionHeading {
font-family: "Headliner";
font-size: 42px;
line-height: 42px;
}






input.PrintPage {

    background-image: url(images/printer.svg); 
    background-size: 20px 20px;
    background-color: rgba(50,50,50,0.4); 
    background-repeat: no-repeat;  
    background-position: 10px center;  
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: arrow;        
    height: 30px;           
    width: 180px;
    padding-left: 40px;     
    vertical-align: middle; 
    color: rgba(255,255,255,1);
	font-family: "BodyFont";
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

input.PrintPage:hover {

background-color: rgba(50,50,50,0.7);

}





/* Mobile Menu Overlay */

/*Sets background of navigation bar on mobile devices*/

.NavMobile-Background {

background-color: rgba(0,0,0,0.85);
position: fixed;
left: 0;
top: 0;
z-index: 999996;
height: 40px;
width: 100%;

}
/*Sets background of navigation bar on mobile devices*/

.MobileMenuOverlay {

position: fixed;
left: 0px;
top: 40px;
z-index: 10000009;
height: calc(100% - 40px);
width: 100%;
border: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
background: transparent;

}

/* Mobile Menu Overlay */



.Copyright-Footer-Home {

height: 70px;
width: 100%;
border: 0px;
position: absolutre;
bottom: 0px;
left: 0px;
s-index: 1000000;

}


.Copyright-Footer {

height: auto;
width: 100%;
border: 0px;
z-index: 3;

}


.CopyrightFooter {

height: 100%;
width: 100%;

}



.FooterContainer {   
   position: relative;
   z-index: -50000;
   left: 0px;
   bottom: 0px;
   width: 100%;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}





.ImplementsHeading {
color: rgba(0,0,0,1);
font-family: Stylish; 
font-size: 24pt; 
}

@media screen and (max-width: 640px) {
.ImplementsHeading {
color: rgba(0,0,0,1);
font-family: Stylish; 
font-size: 18pt; 
}
}








/* END */