/**
 * @file
 * index.css
 */
/**
 * @file
 * Generic design.
 */
/**
 * @file
 * Font design.
 */
/*
@font-face {
	font-family: 'proximaNovaLt';
    src: url(../fonts/Proxima%20Nova%20Light.otf);
}*/
html {
  height: 100%;
}
body {
  font-family: "Open Sans";
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body p {
  margin: 0;
}
body p.key-text {
  color: #e32119;
}
#skrollr-body {
  height: 100%;
  overflow: visible;
}
img {
  max-width: 100%;
}
p,
a {
  font-size: 16px;
  line-height: 1.778;
  color: #101011;
}
@media (max-width: 767px) {
  p,
  a {
    font-size: 14px;
    line-height: 1.714;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p,
  a {
    font-size: 15px;
    line-height: 1.714;
  }
}
/*
@-webkit-keyframes upsidedown {
  from {
    rotate(0deg);
  }
  to {
    rotate(180deg);
  }
}
*/
#header {
  position: relative;
  background-color: #101011;
  height: 100px;
  padding-top: 20px;
}
#header .container {
  position: relative;
  height: 100%;
}
#header .container img.logo {
  float: left;
  max-height: 60px;
}
#header .container img.name {
  float: left;
  max-height: 60px;
  margin-top: 7px;
}
#header .container img.adv {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 50px;
}
#graph {
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#graph img {
  position: relative;
  max-height: 600px;
}
#yellow-features {
  position: relative;
  background-color: #F4D010;
  padding-top: 20px;
  padding-bottom: 50px;
}
#yellow-features > .container {
  position: relative;
}
#yellow-features > .container div.witch-img {
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 250px;
  width: 300px;
  text-align: center;
}
@media (max-width: 767px) {
  #yellow-features > .container div.witch-img {
    top: -50px;
    bottom: initial;
    left: initial;
    right: -40px;
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #yellow-features > .container div.witch-img {
    top: -50px;
    bottom: initial;
    width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #yellow-features > .container div.witch-img {
    top: -70px;
  }
}
#yellow-features > .container div.witch-img + .container {
  position: relative;
  padding-left: 315px;
  padding-right: 45px;
}
@media (max-width: 767px) {
  #yellow-features > .container div.witch-img + .container {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #yellow-features > .container div.witch-img + .container {
    padding-left: 165px;
  }
}
#yellow-features > .container div.witch-img + .container > div {
  border-left: 2px solid #EAEAEA;
}
@media (max-width: 767px) {
  #yellow-features > .container div.witch-img + .container > div {
    margin-bottom: 20px;
  }
}
#yellow-features > .container div.witch-img + .container > div p.title {
  font-weight: bold;
}
#yellow-features > .container div.witch-img img {
  max-height: 100%;
}
#black-features {
  background-color: #101011;
  padding-top: 30px;
  padding-bottom: 30px;
}
#black-features p {
  display: inline-block;
  float: left;
  color: #F4D010;
}
#black-features p.title {
  position: relative;
  top: 0;
  margin-right: 50px;
  font-size: 20px;
  text-transform: uppercase;
}
#black-features p.title + p {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  #black-features p.title + p {
    width: 100%;
  }
}
#footer .container div {
  padding: 10px 15px;
}
