@font-face {
  font-family: "ProximaNova-Bold";
  src: url(../assets/ProximaNova-Bold.otf); }
@font-face {
  font-family: "ProximaNova-Regular";
  src: url(../assets/ProximaNova-Regular.otf); }
@font-face {
  font-family: "ProximaNova-Light";
  src: url(../assets/ProximaNova-Light.otf); }
@font-face {
  font-family: "Quicksand-Regular";
  src: url(../assets/Quicksand-Regular.otf); }
@font-face {
  font-family: "Whitney-Book";
  src: url(../assets/Whitney-Book.otf); }
@font-face {
  font-family: 'icomoon';
  src: url("../assets/icomoon.eot?1hwa12");
  src: url("../assets/icomoon.eot?#iefix1hwa12") format("embedded-opentype"), url("../assets/icomoon.woff?1hwa12") format("woff"), url("../assets/icomoon.ttf?1hwa12") format("truetype"), url("../assets/icomoon.svg?1hwa12#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-medium_logopng:before {
  content: "\e600"; }

body {
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  background: #374250;
  font-family: "Quicksand-Regular"; }
  body h1 {
    font-family: "ProximaNova-Bold"; }

img {
  max-width: 100%;
  max-height: 100%; }

.header_section {
  background: url(../img/sorrceBackgroundWebsite.png) top no-repeat;
  background-repeat: no-repeat;
  background-position: center 0;
  padding-bottom: 55px; }
  .header_section .downloadSection {
    padding-bottom: 20px;
    color: white;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6); }
    .header_section .downloadSection h3 {
      font-size: 2.5em; }
    .header_section .downloadSection h4 {
      font-size: 2.5em; }
    .header_section .downloadSection p {
      font-size: 1.5em;
      max-width: 90%;
      margin: 0 auto; }
      .header_section .downloadSection p a {
        color: #f47c5d;
        text-decoration: none; }
  .header_section .center_text {
    padding-top: 50px;
    text-align: center; }
    .header_section .center_text .sorrceTextHeader {
      max-width: 600px;
      margin: 0 auto;
      padding-bottom: 20px; }
      .header_section .center_text .sorrceTextHeader h1 {
        font-size: 4.5em;
        font-family: "ProximaNova-Bold";
        color: white;
        text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6); }
      .header_section .center_text .sorrceTextHeader p {
        font-size: 2.5em; }

.skylineSection {
  margin-top: -130px;
  height: 160px;
  width: 100%;
  background: url(../img/skyline.png) top repeat;
  background-repeat: repeat;
  background-position: center 0; }

.body_explain {
  background: #374250;
  text-align: center;
  color: white;
  padding-top: 30px; }
  .body_explain p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.5em; }
  .body_explain .topParagraph {
    padding-top: 50px; }
  .body_explain .quotesReview {
    margin-top: 50px;
    font-family: "Whitney-Book";
    color: rgba(0, 0, 0, 0.75); }
    .body_explain .quotesReview .reviewCard {
      background: white;
      max-width: 300px;
      margin: 0 auto;
      padding: 10px;
      height: 400px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.95);
      -moz-box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.95);
      box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.95); }
  .body_explain .bottomDownload {
    padding: 50px 0; }

item {
  font-family: "ProximaNova-Bold"; }

.footer {
  padding: 50px 0 50px 0;
  background: #374250;
  text-align: center; }
  .footer .blogUpdate {
    padding-bottom: 20px; }
    .footer .blogUpdate span {
      font-family: "ProximaNova-Bold"; }
    .footer .blogUpdate p {
      font-size: 20px; }
    .footer .blogUpdate a:hover {
      text-decoration: none; }
  .footer p, .footer h5 {
    color: white; }
  .footer ul {
    padding: 0;
    margin: 0;
    padding-bottom: 20px; }
    .footer ul a li {
      list-style: none;
      display: inline-block;
      padding: 0 5px 0 5px;
      font-size: 1.5em;
      opacity: 0.3;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }

.footer ul a:nth-child(1) {
  color: #ea4c89; }

.footer ul a:nth-child(2) {
  color: #333332; }

.footer ul a:nth-child(3) {
  color: #171515; }

.footer ul a:nth-child(4) {
  color: #55acee; }

.footer ul li:hover {
  opacity: 1.0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

@media (min-width: 1200px) {
  .header_section {
    background-size: cover; } }
@media (max-width: 750px) {
  .body_explain .quotesReview .reviewCard {
    margin-top: 10px; }

  .header_section {
    padding-bottom: 0px; } }

/*# sourceMappingURL=main.css.map */
