/* Site
-------------------------------------------------- */
html {
  height: 101%;
  font-family: "Futura", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  height: 600px;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 1.5em;
  max-width: 90%;
  background: #fff;
  color: #222;
}

a {
  color: black;
  text-decoration: none;
}

/*table td {
  display: inline-block;
  position:relative;
}*/

main {
  position:relative;
  height: 650px;
  margin: 0 auto;
  padding: 75px;
}

main div {
  position:absolute;
  text-align:center;
  width: 700px;
  padding: 30px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  position:relative;
  text-align:center;
  font-size: 1em;
  width:100%;
  height: 75px;
  bottom: 0;
  left: 0;
}

.footerchild{
  position:relative;
  text-align:center;
  height:100px;
  margin: auto;
}

/* Copied from Hype code */

#wrapper {
  margin: auto; 
  position: relative;
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
  transform-style: flat;
  aria-live="polite"
  hyp_dn="My iPad Fix"
  aria-hidden="false"
}

/*
<div class="HYPE_element" id="hype-obj-oK7P5A8TkVev7nLt" role="button" aria-flowto="hype-obj-MuqrXCOey0cufh1a" 
style="pointer-events: auto;position: absolute;overflow: visible;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);z-index: 5;display: inline;
cursor: auto;width: 67px;height: 70px;top: 247px;left: 433px;background-image: url(&quot;http://myipadfix.com/My%20iPad%20Fix.hyperesources/power%402x.png&quot;);
background-size: 100% 100%;background-repeat: no-repeat;"></div>
*/

.menucategory {
  pointer-events: auto;
  position: absolute;
  overflow: visible;
  text-align: center;
  z-index: 5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline;
  cursor: auto;
  width: 10%;
}

/*-----------------------------------------------------*/

.main a {
  border-bottom: 0px solid #ddd;
}

.main a:hover {
  border-color: #000;
}

#menublockfooter {
  position:relative;
  line-height:4em;
  text-align: center;
  margin: 0 auto;
  bottom: 10%
}

/* Main Menu Categories
-------------------------------------------------- */
/*
.power {
  float: left;
  margin-bottom: 10px;
  margin-left: 250px;
  padding-top: 25px;
  padding-left: 50px;
  margin-top: 15px;
  position: relative;
}

.wifi {
  float: right;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 250px;
  padding-top: 30px;
  padding-right: 50px;
  position: relative;
}

.hardware {
  float: left;
  margin-top: 190px;
  margin-left: 125px;
  margin-bottom: 10px;
  position: absolute;
  padding-top: 25px;
  padding-left: 25px;
}

.accounts {
  float: left;
  margin-top: 160px;
  margin-left: 70px;
  margin-bottom: 10px;
  position: absolute;
  padding-top: 25px;
  padding-left: 20px;
}

.software {
  float: right;
  margin-right: 125px;
  margin-bottom: 10px;
  position: absolute;
  padding-top: 50px;
}
*/

/* Header
-------------------------------------------------- */
.title {
  clear: both; 
  text-align: center;
  margin-top: 40px;
  display: block;
}

.titlehidden {
  display: none;
}

.logo {
  display: block;
  margin-bottom: 1.5em;
}
.logo img {
  width: 2em;
}

/* Headings
-------------------------------------------------- */
h1 {
  font-family: "futura";
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: .5em;
}
h2 {
  font-family: "futura";
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: .5em;
}
h3 {
  font-family: "futura";
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em;
}
h4 {
  font-family: "futura";
  font-size: 1em;
  font-weight: 250;
  line-height: 1.5em;
  margin-bottom: .5em;
  text-align: left;
}
h5 {
  font-family: "futura";
  font-size: .75em;
  font-weight: 250;
  line-height: 1.5em;
  margin-bottom: .5em;
  text-align: left;
}
.image {
  margin: auto;
  text-align: center;
}

.caption {
  color: black;
  text-align:center;
  padding: 5px;
}

.headerimage {
  float: left;
  margin-left: 25px;
}

.headerimageright {
  position: absolute;
  display: block;
  height: 50px;
  top: 5px;
  right: 25px;
  z-index: 9999;
}

