* {
	margin:0;
	padding:0;
}

html, body {

	height:100%;
}


.centereverything{
	margin-left: 0;
	margin-right: 0;
}
.links a {

	text-align: center;
	font-family: cursive;
  font-size: 5.3em;
  letter-spacing: 15px;
	padding: 25px;
	margin-left: 0;
	margin-right: 0;
	color: black;

}
.button {
	text-align: center;
}
.button #button1:hover {
	background-color: red;
}
.button #button2:hover {
	background-color: red;
}
header {
	padding-top: 5%;
}
a:hover {
  background-color: red;
}


/* selected link */
a:active {
  color: yellow;
}

h2 {
	font-size: 5em;
}

h3 {
	font-size: 3.5em;
}

div#wrapperHeader {
 width:100%;
 height;200px; /* height of the background image? */
 background:url(images/ezpzbackground.png) repeat-x 0 0;
 text-align:center;
 margin-top: -6%;
}

div#wrapperHeader div#header {
 width:1000px;
 height:200px;
 margin:100px auto;
}

div#wrapperHeader div#header img {
 width:700px; /* the width of the logo image */
 height:350px; /* the height of the logo image */
 margin:0 auto;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.center1 {
	margin-left: auto;
	margin-right: auto;

}
#form1 {
width: 375px;
padding: 15px;
border-radius: 10px;
background-color: #DCDCDC;
display: inline-block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
h3 {
	text-align: center;
}

.point {
	text-align: center;

}
h1 {
    text-shadow: 2px 2px 5px red;
	text-align:center;
	font-size:6em;
	color:white;

}
.front {

	margin-top:5%;
}

.port {
	margin-left: auto;
	margin-right: auto;
}

.port img{
	width: 250px;
	height: 250px;
}

.port th, td {
  padding: 15px;
}

.port > img:hover {
  width: 500px;
  height: 200px;
}
.thumbnail {
top:-50px;
left:-35px;
display:block;
z-index:999;
cursor: pointer;
-webkit-transition-property: all;
-webkit-transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
}

/*change the number below to scale to the appropriate size*/
.thumbnail:hover {
transform: scale(3);

}

.offer{
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}
.how{
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10%;
	padding-bottom: 10%;
	text-align: center;
}


.wrapper .aboutus p {
	font-size:30px;

}



p {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size: 50px;
}
.topnav{

    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}



.frontpage {

	width:100%;
	border-spacing:50px;
	margin:auto;
}
.frontpage1 {

	width:100%;
	border-spacing:50px;
	margin:auto;
}


.heading{
	background-color:black;
	text-align:center;
}
.heading img{

	height: 50%;
	width:  50%;

}

table.ad1 {
	margin:auto;

}
table.ad1 tr td {

	margin:auto;

}
table.ad1 img {
    height: 350px;
    max-height: 350px;
    overflow: auto;
    width: 350px;

}


.arrow{
	padding-left:10%;
}

table.signup{
	margin-left:5%;
	margin-bottom:10%;
}





@media screen and (max-width: 950px) {

	.centereverything{
		margin-left: 3;
		margin-right: -33%;
	}
}
