
/* THESE SECTIONS ARE FOR CHUNKS THAT APPEAR INITIALLY ON THE HOMEPAGE */
/* THE NAVIGATION BANDS AT THE TOP AND BOTTOM OF THIS SCREEN ARE USED */
/* THROUGH THE REST OF THE SITE */

/* Super-boring basics */

html {
  background: #eabeb0;
  font-family: "avenir", "helvetica neue", arial, sans-serif;
  height: 100%;
  margin: 0px;
  padding: 0px;
  }

body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* Animation stuff starts */

.inner-spinner {
		-webkit-animation: rotation 8s infinite linear;
}

.outer-spinner {
		-webkit-animation: rotation 16s infinite linear;

}




@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

@-webkit-keyframes reverse {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(-359deg);
		}
}

/* Animation stuff ends */

/* Navigation Band Starts */

#navigation-band {
  background: #eec2b6;
  width: 100%;
  margin: 0;
  padding: 0;
  }

#navigation-block {
  width: 1024px;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  }

#navigation-logo {
  width: 137px;
  height: 31px;
  left: 139px;
  top: 52px;
  padding-bottom: 11px;
  position: absolute;
  opacity: 0.9;
}

#navigation-inner-orbit {
  left: 100px;
  top: 50.5px;
  width: 35px;
  height: 35px;
  position: absolute;
  opacity: 0.8;
}

#navigation-outer-orbit {
  left: 100px;
  top: 50.5px;
  width: 35px;
  height: 35px;
  position: absolute;
  opacity: 0.8;
}

/* Navigation Band Ends */

/* Hero section starts */

#hero-band {
  background: #eec2b6;
  background-size: cover ; /* Probably removable */
  background-position: 0px -470px;
  background-image: url("../images/frontpage/planetary-hero.png");
}

#hero-block {
  width: 882px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-bottom: 30px;
  position: relative;
  overflow: auto;
  }

#hero-text {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 275px;
  }

#hero-text h1 {
  font-family: Recoleta-Medium;
  color: #141412;
  font-size: 60px;
  font-weight: normal;
  line-height: 80px;
  letter-spacing: -0.0px;
  text-align: center;
  margin: 0px auto 170px auto;
  opacity: 0.9;
  }


#hero-text p {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 550;
  line-height: 30px;
  letter-spacing: 1.7px;
  margin: 0px auto 0px auto;
  padding: 10px 0px 8px 0px;
  text-align: center;
  }

/* Hero Band Ends */


/* Tour Band 1 */

#tour-band-1 {
  background: #FFFFFF;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0;
  clear: both;
  overflow: auto;
  }

#tour-block-1 {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  }

#tour-block-1-image {
  width: 275px;
  margin: 0px;
  padding: 90px 0px 90px 50px;
  vertical-align: bottom;
  }

#tour-block-1-text {
  width: 410px;
  float: right;
  padding-top: 100px;
  padding-right: 50px;
}

#tour-block-1 h1 {
  font-weight: normal;
  font-family: Recoleta-Medium;
  font-size: 50px;
  color: #141412;
  opacity: 0.85;
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 10px 0px;
  line-height: 55px;
}

#tour-block-1 p {
  font-size: 19px;
  color: #000000;
  opacity: 0.75;
  line-height: 28px;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 0px 0px;
}

/* Tour Band 1 Ends */



/* Difference Band Starts */

#difference-band {
  background: #f3e0d8;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: auto;
  }

#difference-block-top {
  width: 350px;
  margin: 50px auto 45px auto;
  padding: 0 0 0 0;
  text-align: center;
  }

#difference-block-top h1 {
  font-weight: normal;
  font-family: Recoleta-Medium;
  font-size: 50px;
  line-height: 55px;
  color: #141412;
  opacity: 0.85;
  letter-spacing: -0.1px;
  padding: 0 0 0 0;
  }

#difference-block-bottom {
  width: 882px;
  margin-left: auto;
  margin-right: auto;
}

.difference-box {
  width: 233px;
  position: relative;
  float: left;
  text-align: left;
  padding: 0px 30px 30px 30px;
}

.difference-box h2 {
  margin: 0 0 0 0;
  padding: 10px 0px 0px 0px;
  font-weight: medium;
  color: #000000;
  opacity: 0.7;
  font-size: 17px;
  line-height: 150%;
  margin-left: 5px;
}

.difference-box p {
  margin: 0 0 0 0;
  padding: 0px 0px 10px 5px;
  font-size: 17px;
  line-height: 150%;
  color: #000000;
  opacity: 0.7;
}

.difference-box p a {
  color: black;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: black;
  opacity: 1;
}

.difference-box p a:hover {
  color: black;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: black;
  opacity: 1;
}

.difference-box .difference-coming-soon {
  font-size: 14px;
  border: 1px solid black;
  display: inline;
  padding: 3px 10px 3px 10px;
  margin-left: 5px;
  border-radius: 20px;
}

.difference-box-dark-divider {
  clear: both;
  width: 70px;
  height: 85px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* difference Band Ends */

/* Planetary Icon Dark */

#navigation-inner-orbit-dark {
  width: 55px;
  height: 55px;
  opacity: 0.65;
  position: absolute;
}

#navigation-outer-orbit-dark {
  width: 55px;
  height: 55px;
  opacity: 0.65;
  position: absolute;
}

/* Planetary Icon Dark Ends */

/* Scuttlebutt Band */

#scuttlebutt-band-1 {
  background: #FFFFFF;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0;
  clear: both;
  }

#scuttlebutt-block-1 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  }

#scuttlebutt-block-1-image {
  width: 300px;
  margin: 0px;
  padding: 60px 0px 130px 0px;
  vertical-align: bottom;
  }

#scuttlebutt-block-1-text {
  width: 510px;
  float: right;
  padding-top: 100px;
  padding-right: 50px;
}

#scuttlebutt-block-1 h1 {
  font-weight: normal;
  font-family: Recoleta-Medium;
  font-size: 50px;
  color: #141412;
  opacity: 0.85;
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 10px 0px;
  line-height: 55px;
}

#scuttlebutt-block-1 p {
  font-size: 19px;
  color: #000000;
  opacity: 0.85;
  line-height: 28px;
  margin: 0px 10px 15px 0px;
  padding: 10px 10px 0px 0px;
}

#scuttlebutt-block-1 p a {
  font-size: 18px;
  background-color: #f89846;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 25px 10px 25px;
  margin: 20px 0px 0px 0px;
  cursor: pointer;
}

#scuttlebutt-block-1 p a:hover {
  background-color: #fa8e32;
  cursor: pointer;
}


/* Scuttlebutt Band Ends */


/* Tour Band 2 */

#tour-band-2 {
  background: #FF5E5E;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0;
  clear: both;
  }

#tour-block-2 {
  width: 882px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  }

#tour-block-2-image {
  width: 424px;
  height:480px;
  margin: 0px;
  padding: 160px 0px 0px 0px;
  vertical-align: bottom;
  }

#tour-block-2-text {
  width: 290px;
  float: left;
  padding-left: 40px;
  padding-top: 210px;
  padding-right: 80px;
}

#tour-block-2-text h1 {
  font-weight: normal;
  font-size: 32px;
  color: white;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 40px;
}

#tour-block-2-text p {
  font-size: 19px;
  color: #FFDADA;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}

/* Tour Band 2 Ends */



/* Tour Band 3 */

#tour-band-3 {
  background: #FF8D35;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0;
  clear: both;
  }

#tour-block-3 {
  width: 882px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  }

#tour-block-3-image {
  width: 285px;
  height:480px;
  margin: 0px;
  padding: 160px 0px 0px 0px;
  vertical-align: bottom;
  }

#tour-block-3-text {
  width: 320px;
  float: left;
  padding-left: 40px;
  padding-top: 210px;
  padding-right: 125px;
}

#tour-block-3-text h1 {
  font-weight: normal;
  font-size: 32px;
  color: white;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 40px;
}

#tour-block-3-text p {
  font-size: 19px;
  color: #FFE5D1;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}

/* Tour Band 3 Ends */




















/* Links Band */

#links-band {
  background: #eabeb0;
  width: 100%;
  margin: 0;
  padding: 0;
  }

#links-block {
  width: 860px;
  margin: 0;
  padding: 30px 20px 25px 20px;
  margin-left: auto;
  margin-right: auto;
  }

.links-box-first {
    width: 165px;
    padding: 0px 0px 40px 15px;
    float: left;
    clear: both;
  }

.links-box {
    width: 165px;
    float: right;
    text-align: left;
    padding: 0px 0px 0px 10px;
  }

.links-box-first ul {
  color: #black;
  font-weight: 500;
  opacity: 0.85;
  font-size: 17px;
}

.links-box ul {
  font-size: 17px;
}

.links-box ul a {
    color: white;
    opacity: 1.0;
    font-size: 17px;
}

.links-box ul li {
    color: #black;
    font-weight: 500;
    opacity: 0.85;
    padding: 0px 0px 10px 0px;
}

.links-box-first ul li {
    padding: 0px 0px 10px 0px;
}

.links-box ul a:hover {
    color: white;
    opacity: 1.0;
    text-decoration: underline;
    text-decoration-style: wavy;
}

.links-box-first ul a {
    color: white;
    opacity: 1.0;
}

.links-box-first ul a:hover {
    color: white;
    text-decoration: underline;
    text-decoration-style: wavy;
}

/* Links Band Ends */




/* Trying to style the sign-up form */

  .mc-field-group {
    float: left;
    width: 57%;
  }

  #mce-EMAIL {
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 15px 10px 15px;
    border: none;
    margin: 0px 0px 20px 0px;
    float: right;
  }

  .clear {
    float: right;
    align: left;
    width: 41%;
  }

  .button {
    -webkit-appearance: none;
    position: relative;
    font-size: 18px;
    background-color: #f3a766;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 25px 10px 25px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
  }

  .button:hover {
    background-color: #f89846;
    color: white;
    cursor: pointer;
  }

/* Endding the styling of the sign-up form */





/* NOW LET'S GET STARTED WITH RESPONSIVE LAYOUT STUFF */
/* When you go under 882px in width, the styles above are overwritten with these */

@media only screen and (max-width: 1600px) {
  #hero-band {
    background: #e8d0c8;
    background-size: cover;
    background-image: url("../images/frontpage/planetary-hero.png");
    background-position: 0px -370px;
}

@media only screen and (max-width: 1430px) {
  #hero-band {
    background: #e8d0c8;
    background-size: cover;
    background-image: url("../images/frontpage/planetary-hero.png");
    background-position: 0px -270px;
}

@media only screen and (max-width: 1260px) {
  #hero-band {
    background: #e8d0c8;
    background-size: cover;
    background-image: url("../images/frontpage/planetary-hero.png");
    background-position: 0px -170px;
}

@media only screen and (max-width: 1080px) {
  #hero-band {
    background: #e8d0c8;
    background-size: cover;
    background-image: url("../images/frontpage/planetary-hero.png");
    background-position: 0px -50px;
}

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

  #navigation-logo {
    left: 92px;
    top: 41px;
  }

  #navigation-inner-orbit {
    left: 50px;
    top: 40px;
  }

  #navigation-outer-orbit {
    left: 50px;
    top: 40px;
  }

  #hero-band {
    background: #e8d0c8;
    background-size: cover;
    background-image: url("../images/frontpage/planetary-hero.png");
    background-position: 0px -70px;
  }

  #hero-block {
    width: 600px;
    }

  #hero-text {
    width: 600px;
    padding-top: 200px;
    }

  #hero-text h1 {
    font-size: 52px;
    line-height: 70px;
    margin: 0px auto 95px auto;
    }

  #tour-block-1 {
    width: 620px;
    }

  #tour-block-1-image {
    width: 250px;
    padding: 78px 0px 70px 0px;
    }

  #tour-block-1-text {
    width: 340px;
    padding-top: 75px;
    padding-right: 0px;
  }

  #tour-block-1 h1 {
    font-weight: normal;
    font-size: 44px;
    padding: 0px 20px 5px 0px;
    line-height: 49px;
    }

  #tour-block-1 p {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0px 0px 0px;
    }


  #difference-block-top {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
    padding-bottom: 0px;
    text-align: center;
    }

  #difference-block-top h1 {
    font-weight: normal;
    font-size: 44px;
    line-height: 49px;
    margin: 57px 0 0 0;
    }

  #difference-block-bottom {
    width: 525px;
  }

  .difference-box {
    width: 220px;
    text-align: center;
    padding: 0px 20px 15px 20px;
    }

  .difference-box h2 {
    margin: 0 0 0 0;
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    }

  .difference-box p {
    font-size: 16px;
    }

  .difference-box .difference-coming-soon {
    font-size: 14px;
    }

  .difference-box-dark-divider {
    height: 70px;
    padding: 15px;
    }

  #scuttlebutt-block-1 {
    width: 620px;
    }

  #scuttlebutt-block-1-image {
    width: 250px;
    padding: 50px 0px 170px 0px;
    }

  #scuttlebutt-block-1-text {
    width: 340px;
    padding-top: 75px;
    padding-right: 0px;
    }

  #scuttlebutt-block-1-text h1 {
    font-weight: normal;
    font-size: 33px;
    padding: 0px 20px 5px 0px;
    line-height: 135%;
    }

  #scuttlebutt-block-1-text p {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0px 0px 0px;
    }

  #links-block {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    }

  .links-box-first {
      padding: 0px 0px 40px 15px;
      float: left;
    }

  .links-box {
    float: right;
    }

}

/* Link Bar reorganization section */

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

    #hero-band {
      background: #e8d0c8;
      background-size: cover;
      background-image: url("../images/frontpage/planetary-hero.png");
      background-position: 0px 0px;
    }

    .links-box-first {
        width: 100px;
        padding: 0px 0px 40px 15px;
        float: left;
        clear: both;
      }

    .links-box {
        width: 100px;
        float: right;
        text-align: left;
        padding: 0px 0px 0px 10px;
      }

    .links-box-first ul {
      font-size: 15px;
    }

    .links-box ul {
      font-size: 15px;
    }

    .links-box ul a {
        font-size: 15px;
    }

    .links-box ul li {
        padding: 0px 0px 5px 0px;
    }

    .links-box-first ul li {
        padding: 0px 0px 5px 0px;
    }

}

/* End of Link bar reorganization section */


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

  #hero-band {
    background: #e8d0c8;
  }

  #navigation-logo {
    left: 74px;
    top: 46px;
  }

  #navigation-inner-orbit {
    left: 30px;
    top: 45px;
  }

  #navigation-outer-orbit {
    left: 30px;
    top: 45px;
  }

  #hero-block {
    width: auto;
    }

  #hero-text {
    width: auto;
    padding-top: 150px;
    }

  #hero-text h1 {
    font-size: 45px;
    line-height: 135%;
    text-align: left;
    margin: 0px 30px 50px 30px;
    }

  #hero-text p {
    text-align: left;
    padding: 0 0 5px 0;
    margin: 0 30px 0 30px;
    color: black;
    opacity: 0.69;
    }

  #tour-block-1 {
    width: auto;
    }

  #tour-block-1-image {
    width: 80%;
    padding: 0px 0px 70px 30px;
    }

  #tour-block-1-text {
    width: auto;
    padding: 45px 30px 10px 30px;
    float: none;
    }

  #tour-block-1 h1 {
    font-weight: normal;
    width: 300px;
    font-size: 40px;
    padding: 0px 30px 5px 0px;
    line-height: 120%;
    }

  #tour-block-1 p {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0px 30px 0px;
    }

  #difference-block-top {
    width: auto;
    margin-left: 30px;
    margin-bottom: 38px;
    }

  #difference-block-top h1 {
    font-weight: normal;
    font-size: 40px;
    line-height: 130%;
    width: 270px;
    margin: 57px 0 0 0;
    text-align: left;
    }

  #difference-block-bottom {
    width: auto;
    }

  .difference-box {
    width: 300px;
    text-align: left;
    padding: 0px 20px 5px 30px;
    }

  .difference-box h2 {
    margin: 0 0 0 0;
    padding: 10px 0px 0px 0px;
    font-size: 18px;
    }

  .difference-box p {
    font-size: 18px;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    }

  .difference-box .difference-coming-soon {
    font-size: 14px;
    margin: 0 0 0 0;
    }

  .difference-box-dark-divider {
    height: 70px;
    padding: 15px;
    }

  #scuttlebutt-block-1 {
    width: auto;
    }

  #scuttlebutt-block-1-image {
    width: 80%;
    padding: 20px 10% 30px 10%;
    }

  #scuttlebutt-block-1-text {
    width: auto;
    padding-top: 75px;
    padding-right: 0px;
    }

  #scuttlebutt-block-1-text h1 {
    width: auto;
    font-weight: normal;
    font-size: 33px;
    padding: 0px 20px 0px 30px;
    line-height: 135%;
    }

  #scuttlebutt-block-1-text p {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0px 0px 30px;
    }

  .mc-field-group {
    width: auto;
    margin: 0 0 0 30px;
    padding: 0 0 0 0;
    }

  #mce-EMAIL {
    margin: 0 0 10px 0;
    font-size: 16px;
    }

  .clear {
    float: none;
    margin: 0 0 0 30px;
    padding: 0 0 0 0;
    }

  .button {
    font-size: 16px;
    padding: 10px 15px 10px 15px;
    margin-bottom: 10px;
    }

    #scuttlebutt-block-1 p a {
      padding: 10px 15px 10px 15px;
    }
}

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

  .links-box-first {
      width: 140px;
      padding: 0px 0px 20px 15px;
      float: left;
      clear: both;
    }

  .links-box {
      width: 140px;
      float: left;
      text-align: left;
      padding: 0px 0px 20px 10px;
      clear: both;
    }

  .links-box-first ul {
    font-size: 16px;
  }

  .links-box ul {
    font-size: 16px;
  }

  .links-box ul a {
      font-size: 16px;
  }

  .links-box ul li {
      padding: 0px 0px 5px 0px;
  }

  .links-box-first ul li {
      padding: 0px 0px 5px 0px;
  }

}

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

    #hero-text {
      width: auto;
      padding-top: 125px;
      }

    #hero-text h1 {
      font-size: 30px;
      line-height: 140%;
      text-align: left;
      margin: 0px 30px 40px 30px;
      }

    #hero-text p {
      width: 150px;
      font-size: 16px;
      line-height: 150%;
      padding-bottom: 15px;
      }

    #tour-block-1 h1 {
      width: 240px;
      font-size: 33px;
      }

    #difference-block-top h1 {
      width: 230px;
      font-size: 30px;
      }

    .difference-box {
      width: 240px;
      text-align: left;
      padding: 0px 20px 5px 30px;
      }

    #scuttlebutt-block-1-text h1 {
      width: 245px;
      font-size: 30px;
      }

    #scuttlebutt-block-1 p a {
      font-size: 15px;
      background-color: #213731;
      color: white;
      border: none;
      border-radius: 8px;
      padding: 10px 10px 10px 10px;
      margin: 20px 0px 0px 0px;
      }
}
