@import url(normalize.css);
@import url(main.css);
.bg {
  position: absolute;
  z-index: -1;
  min-height: 130%;
  min-width: 1000px;
  width: 130%;
  left: -15%;
  top: 300px;
  height: auto;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
}

.ie8 .bg {
  z-index: 0;
}

header section h1, header section h3, header section a, main h3, footer h3, footer .cta, body {
  font-family: "RobotoSlab",serif;
}

header section h1, header section h3, header section a, main h3, footer h3, footer .cta {
  font-weight: normal;
}

header #know, header section h1 strong, main ul li div {
  font-weight: bold;
}

html, body {
  height: 100%;
}

header #logo, header nav ul li a, main ul li b, .block, footer h3, #footer {
  display: block;
}

header, main ul li div, footer {
  text-align: center;
}

.half, header #logo, header nav ul li, main ul li {
  float: left;
}

header nav, header nav ul {
  float: right;
}

header #know, header section h3, header nav ul li a, main ul li b {
  text-transform: uppercase;
}

header, header section a, footer .cta {
  color: #fff;
}

a, header #know, header section a, footer .cta {
  text-decoration: none;
}

header section, main ul li.plus, footer, footer a {
  clear: both;
}

.half, main ul li {
  width: 50%;
}

main ul li.plus, #footer {
  width: 100%;
}

header, header #know div, main ul li {
  position: relative;
}

header section a, footer .cta {
  transition: all 0.1s linear;
}

header section a:hover, footer .cta:hover {
  transform: scale(1.2);
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
}

.container {
  margin: 0 10%;
}

a {
  color: #0d84c6;
}

header {
  min-height: 100%;
  background: #403f3f;
  overflow: hidden;
  background-size: 120% auto;
  transform: translate3d(0px, 0px, 0px);
}

header #know {
  width: 200px;
  width: 20rem;
  height: 50px;
  height: 5rem;
  font-size: 32px;
  font-size: 3.2rem;
  padding: 10px 0px;
  padding: 1rem 0rem;
  border-radius: 10px 10px 0px 0px;
  border-radius: 1rem 1rem 0rem 0rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  background: white url(../img/shadow.gif) repeat-x center bottom;
  color: #d74951;
}

header #know div {
  height: 60px;
  height: 6rem;
  transition: all 0.4s ease;
  transition-delay: .1s;
  overflow: hidden;
}

header #know div:after {
  width: 42px;
  width: 4.2rem;
  height: 13.5px;
  height: 1.35rem;
  content: "";
  transition: all 0.5s ease;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDE1NS40IDQ4LjEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1NS40IDQ4LjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNENzQ5NTEiIGQ9Ik03Ny44IDQ4LjFMNS45IDE4LjNjLTQuOC0yLTcuMS03LjYtNS4xLTEyLjRzNy42LTcuMSAxMi40LTUuMWw2NC43IDI2LjggNjQuNS0yNi42YzQuOS0yIDEwLjQgMC4zIDEyLjQgNS4yIDIgNC45LTAuMyAxMC40LTUuMiAxMi40TDc3LjggNDguMXoiLz48L3N2Zz4=) no-repeat center center;
  position: absolute;
  top: 100%;
  left: 42%;
  transform: scale(0.5);
}

header #know:hover div {
  font-size: 22px;
  font-size: 2.2rem;
}

header #know:hover div:after {
  top: 55%;
  transform: scale(1);
}

header section {
  padding-top: 50px;
  padding-top: 5rem;
}

header section h1 {
  font-size: 51px;
  font-size: 5.1rem;
  line-height: 48px;
  line-height: 4.8rem;
  margin: 20px 0px;
  margin: 2rem 0rem;
  color: #d9b56c;
}

header section h1 strong {
  color: #f2dcb6;
}

header section h3 {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  font-size: 15px;
  font-size: 1.5rem;
}

header section a {
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  display: inline-block;
  background: #00a651;
}

header #logo {
  width: 260px;
  width: 26rem;
  height: 86px;
  height: 8.6rem;
  background: url(../img/logo.png) no-repeat center center;
}

header nav ul {
  margin: 0;
  padding: 0;
}

header nav ul li {
  display: inline;
}

header nav ul li a {
  padding: 35px 25px;
  padding: 3.5rem 2.5rem;
  text-decoration: none;
  color: #666;
  transition: color 0.5s;
}

header nav ul li a:hover {
  color: #ff6d00;
}

aside {
  padding-top: 230px;
  padding-top: 23rem;
  text-align: right;
}

main {
  color: #484848;
}

main ul {
  marign: 0;
  padding: 0;
}

main ul li {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 70px;
  padding-left: 7rem;
  height: 140px;
  height: 14rem;
  box-sizing: border-box;
  list-style: none;
}

main ul li div {
  width: 60px;
  width: 6rem;
  height: 60px;
  height: 6rem;
  line-height: 60px;
  line-height: 6rem;
  font-size: 32px;
  font-size: 3.2rem;
  background: red;
  color: #fff;
  position: absolute;
  left: 0;
  top: 3px;
  top: 0.3rem;
}

main ul li div.bg-green {
  background: #567c0b;
}

main ul li div.bg-dark {
  background: #252728;
}

main ul li div.bg-red {
  background: #b1242c;
}

main ul li div.bg-orange {
  background: #d1722b;
}

main ul li div.bg-pink {
  background: #b13e6e;
}

main ul li div.bg-blue {
  background: #0d84c6;
}

main ul li div.bg-yellow {
  background: #ceaa6c;
}

main ul li div.bg-purple {
  background: #7552af;
}

main ul li:nth-child(even) {
  left: 20px;
  left: 2rem;
}

main h3 {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 38px;
  line-height: 3.8rem;
  margin: 60px 0px;
  margin: 6rem 0rem;
}

footer {
  padding: 100px 0px;
  padding: 10rem 0rem;
  font-size: 18px;
  font-size: 1.8rem;
  background: #ebebeb url(../img/bgFooter.gif) center center;
}

footer h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  margin: 0;
}

footer a {
  color: #000;
}

footer .cta {
  padding: 5px 20px;
  padding: 0.5rem 2rem;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 10px 0px;
  margin: 1rem 0rem;
  background: #00a651;
  display: inline-block;
}

#footer {
  height: 20px;
  height: 2rem;
  background: #403f3f url(../img/books.jpg) no-repeat center center;
  background-size: 120% auto;
}

@media (min-width: 1600px) {
  main h3 {
    font-size: 3.2em;
    line-height: 1em;
  }
  main ul li {
    font-size: 1.2em;
  }
}

@media (min-width: 1301px) {
  header section h1 {
    font-size: 4em;
    line-height: 1em;
  }
  header section h3 {
    font-size: 1.2em;
  }
  header section a {
    font-size: 1.5em;
  }
}

@media (max-width: 1300px) {
  .container {
    margin: 0 5%;
  }
  body {
    overflow-x: hidden;
  }
  main.half {
    width: 550px;
    width: 55rem;
  }
  aside.half {
    width: 1px;
    position: relative;
  }
  aside.half img {
    left: 40px;
    left: 4rem;
    position: absolute;
  }
}

@media (max-width: 950px) {
  header {
    background-position: center 400px;
    background-size: 150% auto;
  }
}

@media (max-width: 765px) {
  header nav ul li {
    float: none;
  }
  header nav ul li a {
    padding: 10px 20px;
    padding: 1rem 2rem;
  }
}

@media (max-width: 650px) {
  .bg {
    left: -30%;
  }
  header section a:hover {
    transform: none;
  }
  footer .cta:hover {
    transform: none;
  }
  main.half {
    width: 100%;
  }
  main ul li {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 50px;
    margin-bottom: 5rem;
    width: 100%;
    height: auto;
  }
  main ul li:nth-child(even) {
    left: 0;
  }
  aside.half {
    display: none;
  }
}

@media (max-width: 580px) {
  header .bg {
    display: none;
  }
  header .container {
    text-align: center;
  }
  header #logo {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
  header nav {
    float: none;
    display: inline-block;
  }
  header nav ul li {
    float: left;
  }
  header section {
    padding-top: 0px;
    padding-top: 0rem;
  }
  header section a {
    display: none;
  }
  footer .cta {
    line-height: 1em;
  }
}

@media (max-width: 450px) {
  header section h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
  header nav li:last-of-type a {
    display: none;
  }
  main h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}
