
@import url("https://fonts.googleapis.com/css?family=Croissant+One|Righteous");
html, body {
  margin: 0;
  background: #E9F0F5;
  font-family: "Roboto Condensed";
}

section#header {
  color: white;
  height: 800px;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-177/responsve_timeline_header_bg.png), -webkit-linear-gradient(top left, #4E5166, #191D35);
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-177/responsve_timeline_header_bg.png), linear-gradient(to bottom right, #4E5166, #191D35);
}
section#header h1.main-title {
  font-size: 50px;
  margin-top: 70px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-family: "Righteous";
  text-align: center;
  font-weight: normal;
  text-shadow: 4px 4px 0 rgba(25, 29, 53, 0.5);
}
section#header p.main-description {
  margin: 0 auto;
  line-height: 24px;
  max-width: 600px;
  text-align: center;
  font-family: "Roboto";
  color: rgba(255, 255, 255, 0.4);
}
section#header img.main-logo {
  display: block;
  max-width: 300px;
  margin: 40px auto 0 auto;
}

ul#navigation {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
ul#navigation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
ul#navigation li a {
  z-index: 1;
  color: white;
  font-weight: bold;
  position: relative;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
ul#navigation li a::before {
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transform: skew(-20deg) translate(-10px, -10px);
          transform: skew(-20deg) translate(-10px, -10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-linear-gradient(top left, #F09819, #FF512F);
  background: linear-gradient(to bottom right, #F09819, #FF512F);
}
ul#navigation li a::after {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.2;
  width: 100%;
  z-index: -1;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-linear-gradient(top left, #FFFFFF, rgba(255, 255, 255, 0));background: linear-gradient(to bottom right, #FFFFFF, rgba(255, 255, 255, 0));}ul#navigation li a:hover, ul#navigation li a.purchase-btn-nav {color: rgba(0, 0, 0, 0.6);}ul#navigation li a:hover::before, ul#navigation li a.purchase-btn-nav::before {opacity: 1;-webkit-transform: skew(-20deg) translate(0, 0);transform: skew(-20deg) translate(0, 0);}ul#navigation li a:hover::after, ul#navigation li a.purchase-btn-nav::after {opacity: 0.3;-webkit-transform: skew(-20deg) translate(5px, 5px);transform: skew(-20deg) translate(5px, 5px);}section#features {width: 1000px;max-width: 95%;min-height: 400px;background: white;border-radius: 5px;margin: -120px auto 40px auto;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);}section#main-content {min-height: 500px;background: #E9F0F5;}section#purchase-section {padding: 400px 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}section#purchase-section a.purchase-btn-main {font-family: "Righteous";letter-spacing: 2px;z-index: 1;color: white;width: 300px;height: 150px;display: -webkit-box;display: -ms-flexbox;display: flex;font-size: 40px;position: relative;-webkit-box-align: center;-ms-flex-align: center;align-items: center;text-decoration: none;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}section#purchase-section a.purchase-btn-main:hover {font-size: 44px;-webkit-transform: rotate(-10deg);transform: rotate(-10deg);color: rgba(0, 0, 0, 0.4);}section#purchase-section a.purchase-btn-main:hover::after, section#purchase-section a.purchase-btn-main:hover::before {-webkit-transform: skew(-20deg) scale(1.2);transform: skew(-20deg) scale(1.2);}section#purchase-section a.purchase-btn-main::after {content: "";top: 0;left: 0;z-index: -1;width: 100%;height: 100%;display: block;position: absolute;background: -webkit-linear-gradient(top left, #F09819, #FF512F);background: linear-gradient(to bottom right, #F09819, #FF512F);-webkit-transform: skew(-20deg);transform: skew(-20deg);-webkit-transition: all 0.3s ease;transition: all 0.3s ease;box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);}section#purchase-section a.purchase-btn-main::before {content: "";top: 15px;left: 15px;z-index: -1;width: 100%;height: 100%;display: block;position: absolute;-webkit-transform: skew(-20deg);transform: skew(-20deg);-webkit-transition: all 0.3s ease;transition: all 0.3s ease;background: rgba(0, 0, 0, 0.3);}section#footer {display: -webkit-box;display: -ms-flexbox;display: flex;padding: 20px 10px;min-height: 400px;background: -webkit-linear-gradient(top left, #F09819, #FF512F);background: linear-gradient(to bottom right, #F09819, #FF512F);}section#footer * {box-sizing: border-box;}section#footer a.purchase-btn-footer {width: 100%;max-width: 150px;display: block;text-align: center;color: white;font-size: 20px;border-radius: 4px;padding: 17px 30px;text-decoration: none;background: rgba(0, 0, 0, 0.5);}section#footer .footer-column {padding: 10px;-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto;min-height: 300px;}section#footer .footer-column-inner {width: 100%;height: 100%;}section#footer .footer-column-inner.center {text-align: center;}section#footer .footer-column-inner h3.footer-title {margin: 0 0 20px 0;-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto;width: 100%;color: rgba(0, 0, 0, 0.5);}section#footer .footer-column-inner ul {list-style: none;-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto;margin: 0;padding: 0;}section#footer .footer-column-inner ul li a {padding: 4px 0;display: block;font-size: 18px;color: white;text-decoration: none;}@media(max-width: 525px) {section#header h1.main-title {    margin-top: 30px;font-size: 36px;line-height: 45px;}  ul#navigation {-ms-flex-wrap: wrap;flex-wrap: wrap;}  ul#navigation * {box-sizing: border-box;}  ul#navigation li {width: 50%;margin-bottom: 3px;padding: 2px;}  ul#navigation li a {width: 100%;padding: 10px 20px;text-align: center;}}@media(max-width: 700px) {section#footer {    -ms-flex-wrap: wrap;flex-wrap: wrap;}  section#footer .footer-column {width: 50%;}}@media(max-width: 400px) {section#footer {    -ms-flex-wrap: wrap;flex-wrap: wrap;}  section#footer .footer-column {width: 100%;}}