@charset "utf-8";

@media screen and (max-device-width: 480px){ 
body { 
    -webkit-text-size-adjust: none;
} 
}
@viewport {
width: 700;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v1/D2gN9uyZ9Ucx1fJ1Fhb7s73hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
@font-face {
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 400;
  src: local('Syncopate'), local('Syncopate-Regular'), url(https://fonts.gstatic.com/s/syncopate/v7/pDM9CVwNx1ufBHCEatJA3LO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 700;
  src: local('Syncopate Bold'), local('Syncopate-Bold'), url(https://fonts.gstatic.com/s/syncopate/v7/S5z8ixiOoC4WJ1im6jAlYKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
/* import the google fonts before loading the rest of the stylesheet */

body {
	background-image: url(images/bgbig.jpg);
	text-align:center;
	font-family: 'Open Sans', Verdana, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	color: #73BF00;
	border:0;
	margin:0;
	padding:0;
	background-repeat:repeat;
}

a:link {
	color: #0560ff;
}
a:visited {
	color: #5b14ff;
}
a:active {
	color: #ff6505;
}

a:hover {
	color: #07efdf;
}
.smaller {
	font-size: 0.9em;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	left:0%;
	width:100%;
	max-width: 6.5in;
	text-align: left;
	border: 0;
	border-style: hidden;
	position: relative;
	font-size:1.2em;
}

table.wrapper td{
	padding-right: 30px;
	padding-bottom: 15px;
	vertical-align: Top;
	text-align: Left;
	font-size:1em;
}
table.wrapper {
	font-size:1em;
	left:0%;
	width:100%;
}

.footer {
	position: absolute;
	left:10%;
	bottom:-5%;
	width: 400px;
	border: 0;
	font-size:8px;
	border-style: hidden;
}

.homefooter {
	position: absolute;
	right:0%;
	top:700px;
}