body {
  margin: 0px;
  padding: 0px;
  background: #c2c2c2 url('../images/bg.png') repeat-x; 
  background-position: top;
  font-family: 'Figtree', sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  overflow-x: hidden;
}
img {
  border: 0px;
}
a {
  color: #090;
  font-weight: bold;
  text-decoration: underline;
}
a:focus {
  outline: 4px solid #090;
}
.desktop {
  display: block;
}
.mobile {
  display: none !important;
}

#skip {
  position: absolute;
  left: 0;
  top: -50px;
  opacity: 0; 
  background: #c8ffcd /*#eee*/ ;
  border: 2px solid #999;
  padding: 10px 15px 10px 15px;
  color: #000;
  text-decoration: none;
}
a#skip:focus {
  opacity: 1;
  top: 0;
}

#page-container {
  width: 100%;
  margin: 0px auto 0px auto;
  min-height: 150%;
}


#main-content-area-ext {
  width: 100%;
  border-top: 10px solid #999;
}
#main-content-area-ext2 {
  background: #fff; 
  background-position: top;
}
#main-content-area-int {
  width: 90%;
  padding: 35px 5% 10px 5%;
  margin: 0px auto 30px auto;
  max-width: 860px;
}

#header-area {
  background: #000;
  padding: 10px 2% 7px 2%;
  border-bottom: 1px dashed #666;
}
#header-area a {
  color: #fff;
  text-decoration: none;
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
}

#footer-area {
  background: #000;
  padding: 15px 2% 200px 2%;
  border-top: 1px dashed #666;
  color: #fff;
  text-align: center;
}
#footer-area a {
  color: #fff;
  text-decoration: none;
  font-family: 'Righteous', sans-serif;
  font-weight: normal;
}
#footer-area span {
  white-space: nowrap;
}


#logo-container {
  height: 100%;
  max-width: 860px;
  margin: auto;
}

.logo {
  width: 600px;
  margin: 40px auto 10px auto;
  display: block;
  max-width: 100%;
  height: auto;
}

#logo-container p {
  padding: 0 6% 0 6%;
}

h1, h2 {
  font-size: 35px;
  line-height: 38px;
  font-weight: bold;
  margin: 40px 0 20px 0;
}

p {
  margin: 0 0 30px 0;
}

.below {
  height: 2500px;
  width: 50%;
  position: absolute;
  bottom: -2500px;
}

.life-below-600-divider {
  width: 100%;
  background: #999;
  height: 4px;
  margin: 80px 0 20px 0;
}

.post-footer-one {
  width: 100%;
}
.post-footer-two {
  background: #fff; 
  background-position: top;
}
.post-footer-three {
  width: 90%;
  padding: 200px 5% 200px 5%;
  margin: 0px auto 0 auto;
  max-width: 860px;
  text-align: center;
}

.plane {
  display: block;
  margin: auto;
  max-width: 80%;
}

.clear {
  clear: both;
}

@media screen and (max-height: 1100px) {
.logo {
  height: 650px;
  width: auto;
}
/* --- */ } /* --- */

@media screen and (max-height: 1000px) {
.logo {
  height: 600px;
  width: auto;
}
/* --- */ } /* --- */

@media screen and (max-height: 900px) {
.logo {
  height: 550px;
  width: auto;
}
/* --- */ } /* --- */

@media screen and (max-height: 800px) {
.logo {
  height: 400px;
  width: auto;
}
/* --- */ } /* --- */

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

.desktop {
  display: none !important;
}
.mobile {
  display: block !important;
}

#skip {
  left: auto !important;
  right: 0;
  padding: 8px 12px 8px 12px;
  font-size: 18px;
  line-height: 20px;
}
#skip span {
  display: block;
}

.logo {
  width: 100%;
  height: auto !important;
  margin: 40px auto 40px; auto;
}
.below {
  height: 5500px;
  bottom: -5500px;
}


h1 {
  font-size: 45px;
  line-height: 45px;
  font-weight: bold;
}

h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
}

.plane {
  max-width: 60%;
}

/* --- */ } /* --- */

