@import url(fonts.css);
/* Variables
 ================================================== */
.nowrap {
  white-space: nowrap;
}

.hr {
  border-bottom: 2px solid #F3F3F3;
}

/* Reset
 ================================================== */
* {
  margin: 0;
  padding: 0;
}

/* set stuff */
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Berthold Reg", sans-serif;
  background-color: white;
  margin-top: -25px;
}

html {
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom styles
 ================================================== */
.logo-link {
  position: relative;
}

.logo-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  background-color: #FFF;
  opacity: 0;
  filter: alpha(opacity=1);
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
h10,
h11,
h12,
h13,
h14,
h15,
h16,
h17,
h18,
h19,
h20 {
  line-height: 1.2;
  display: block;
  font-weight: normal;
  margin: 0 0;
}

/* Nav Section
 ================================================== */
.navbar {
  padding: 0px;
  background: white;
  color: white;
  transition: all 0.6s ease;
  padding: 5px 0 5px 0;
}
.navbar .row {
  width: 100%;
}
.navbar .project-logo-standard {
  width: 295px;
  height: 42px;
  display: inline-block;
  margin: 10px 0;
  background: url(../images/rea-creative-services-logo.png) left center no-repeat;
  background: url(../images/rea-creative-services-logo.svg) left center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .navbar {
    padding: 10px 0;
  }
}
@media screen and (max-width: 992px) {
  .navbar .inspect {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 8px 0;
  }
  .navbar .project-logo-standard {
    width: 238px;
    height: 29px;
  }
}

/* Header Section
 ================================================== */
#header {
  width: 100%;
  padding: 76px 0 0 0;
  height: 350px;
  margin-top: 0px;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.4) 39%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.4) 100%), url(../images/hero-image-desktop.jpg) center center no-repeat;
  background-size: cover;
  color: white;
}
#header .project-logo {
  width: 100%;
  height: 88px;
  margin: 10px 0 20px;
  background: url(../images/project-logo.svg) left top no-repeat;
  background-size: contain;
}
#header h1 {
  font-family: "Museo Sans 300", sans-serif;
  text-transform: none;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #FFFFFF;
  letter-spacing: 0px;
  padding: 30px 0px 0 0;
}
#header p {
  font-family: "Museo Sans 300", sans-serif;
  color: #26333E;
  font-size: 1rem;
  line-height: 1.4;
  padding-top: 25px;
  color: white;
  padding-top: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  #header p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #header p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #header p {
    font-size: 1rem;
  }
}
#header #hidden-button {
  width: auto;
  background: #E4002B;
  border-radius: 3px;
  font-family: "museo_sans500", sans-serif;
  text-transform: none;
  font-size: 1rem;
  letter-spacing: 0px;
  color: white;
  width: 300px;
  text-align: center;
  padding: 15px 40px 15px 40px;
  margin: 20px 0 0 0;
  transition: 0.5s;
}
#header #hidden-button:hover {
  background: #B00020;
}
#header #hidden-button:after {
  content: "Start building your Solus eDM";
}
@media screen and (max-width: 1024px) {
  #header {
    height: 500px;
    padding: 33vh 0 0 0;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.4) 39%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.4) 100%), url(../images/hero-image-ipad-landscape.jpg) center top no-repeat;
    margin: 0px 0 0 0;
    background-size: cover;
  }
}
@media screen and (max-width: 992px) {
  #header {
    padding: 17vh 0 0 0;
    height: 406px;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.4) 39%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.4) 100%), url(../images/hero-image-ipad-portrait.jpg) center center no-repeat;
    background-size: cover;
  }
  #header h1 {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #header {
    margin: 0px 0 0 0;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.4) 39%, rgba(0, 0, 0, 0.4) 71%, rgba(0, 0, 0, 0.4) 100%), url(../images/hero-image-mob.jpg) center top no-repeat;
    background-size: cover;
    padding: 32px 15px 0 15px;
    height: 235px;
  }
  #header h1 {
    font-size: 1.8rem;
    text-shadow: none;
  }
  #header h2 {
    font-size: 2.5rem;
    margin: 12px 0 0 0;
  }
  #header #hidden-button {
    width: 200px;
    padding: 15px 20px 15px 20px;
  }
  #header #hidden-button:after {
    content: "Build your Solus eDM";
  }
}

/* Section 1 - Mobile first
 ================================================== */
#section-1 {
  padding: 10vh 0;
}
@media screen and (max-width: 992px) {
  #section-1 {
    padding: 7vh 0;
  }
}
#section-1 h2 {
  font-family: "Museo Sans 300", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0px;
  color: #26333E;
  text-transform: none;
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #section-1 h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #section-1 h2 {
    font-size: 1.8rem;
  }
}
#section-1 p {
  font-family: "Museo Sans 300", sans-serif;
  color: #26333E;
  font-size: 1rem;
  line-height: 1.4;
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  #section-1 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-1 p {
    font-size: 1rem;
  }
}
#section-1 .icon-graph {
  background: url(../images/icon-pie-graph.svg) center center no-repeat;
  height: 164px;
  width: 163px;
  margin-left: 0px;
  margin-top: 0;
  z-index: 1;
  background-size: contain !important;
  display: inline-block;
  padding: 48px 0 0 20px;
}
#section-1 .icon-graph h2 {
  padding: 0;
  margin: 0;
  margin-top: 0px;
  text-align: left;
  font-size: 3rem;
}
#section-1 .icon-graph h2:before {
  content: "";
  background: url(../images/icon-mob-simple.svg) center center no-repeat;
  height: 44px;
  width: 43px;
  z-index: 1;
  background-size: contain !important;
  display: inline-block;
}
#section-1 .icon-graph p {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: -10px;
}
#section-1 .icon-mobile {
  background: url(../images/icon-mob-simple.svg) center center no-repeat;
  height: 84px;
  width: 83px;
  margin-left: -30px;
  margin-top: 25px;
  z-index: 1;
  background-size: contain !important;
  display: inline-block;
  float: right;
}
@media screen and (max-width: 1024px) {
  #section-1 .icon-mobile {
    background: url(../images/icon-mobile.svg) center center no-repeat;
    height: 83px;
    width: 114px;
    margin-left: -30px;
    margin-top: 45px;
    z-index: 1;
    background-size: contain !important;
    display: inline-block;
    float: right;
  }
}
@media screen and (max-width: 992px) {
  #section-1 h2 {
    padding-top: 0;
  }
  #section-1 .icon-mobile {
    height: 79px;
    width: 87px;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 40px 20px 40px 20px;
  }
  #section-1 h2 {
    text-align: center;
    padding-top: 30px;
  }
  #section-1 p {
    text-align: center;
  }
  #section-1 .icon-graph {
    background: url(../images/icon-pie-graph.svg) center center no-repeat;
    height: 164px;
    width: 163px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0;
    z-index: 1;
    background-size: contain !important;
    padding: 48px 0 0 20px;
  }
  #section-1 .icon-graph h2 {
    padding: 0;
    margin: 0;
    margin-top: 0px;
    text-align: left;
    font-size: 3rem;
  }
  #section-1 .icon-graph h2:before {
    content: "";
    background: url(../images/icon-mob-simple.svg) center center no-repeat;
    height: 44px;
    width: 43px;
    z-index: 1;
    background-size: contain !important;
    display: inline-block;
  }
  #section-1 .icon-graph p {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: -10px;
  }
}

/* Section 2 - Include relevant imagery
 ================================================== */
#section-2 {
  padding: 10vh 0 8vh 0;
}
#section-2 h2 {
  font-family: "Museo Sans 300", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0px;
  color: #26333E;
}
@media screen and (max-width: 992px) {
  #section-2 h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #section-2 h2 {
    font-size: 1.8rem;
  }
}
#section-2 p {
  font-family: "Museo Sans 300", sans-serif;
  color: #26333E;
  font-size: 1rem;
  line-height: 1.4;
  padding-top: 25px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  #section-2 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #section-2 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-2 p {
    font-size: 1rem;
  }
}
#section-2 .icon-clock {
  background: url(../images/icon-clock.svg) left center no-repeat;
  height: 178px;
  width: 286px;
  margin-left: 0px;
  margin-top: 0;
  z-index: 1;
  background-size: contain !important;
  display: inline-block;
  padding: 41px 0 0 132px;
}
#section-2 .icon-clock h2 {
  padding: 0;
  margin: 0;
  margin-top: 0px;
  text-align: left;
  font-size: 3rem;
}
#section-2 .icon-clock h2 > span {
  font-size: 2rem;
}
#section-2 .icon-clock p {
  padding: 0;
  margin: 0;
  text-align: left;
  margin-top: -10px;
}
#section-2 .circle {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  padding: 40px 0;
  background: #F3F3F3;
  display: inline-block;
  z-index: 20;
  margin-left: 30px;
}
#section-2 .circle h2 {
  padding: 0;
  margin: 0;
  margin-top: 0px;
  text-align: center;
  font-size: 3.6rem;
}
#section-2 .circle p {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: -10px;
}
#section-2 .icon-camera {
  background: url(../images/icon-camera.svg) center center no-repeat;
  height: 134px;
  width: 133px;
  margin-left: -30px;
  margin-top: 65px;
  z-index: 1;
  background-size: contain !important;
  display: inline-block;
  float: right;
}
@media screen and (max-width: 1024px) {
  #section-2 .circle {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    padding: 40px 0;
    background: #F3F3F3;
    display: inline-block;
    z-index: 20;
    margin-left: 30px;
  }
  #section-2 .circle h2 {
    padding: 0;
    margin: 0;
    margin-top: 0px;
    text-align: center;
    font-size: 3.6rem;
  }
  #section-2 .circle p {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: -10px;
  }
  #section-2 .icon-camera {
    background: url(../images/icon-camera.svg) center center no-repeat;
    height: 96px;
    width: 86px;
    margin-left: -30px;
    margin-top: 101px;
    z-index: 1;
    background-size: contain !important;
    display: inline-block;
    float: right;
  }
}
@media screen and (max-width: 992px) {
  #section-2 {
    padding: 7vh 0;
  }
  #section-2 .circle {
    float: left;
    margin: 0;
  }
  #section-2 .icon-camera {
    background: url(../images/icon-camera.svg) center center no-repeat;
    height: 62px;
    width: 74px;
    margin-left: 0px;
    margin-top: -56px;
    z-index: 1;
    background-size: contain !important;
    display: inline-block;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  #section-2 {
    padding: 40px 20px 40px 20px;
  }
  #section-2 .icon-camera {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #section-2 h2,
#section-2 p {
    text-align: center;
  }
  #section-2 p {
    padding-right: 0;
  }
  #section-2 h2 {
    padding-top: 30px;
  }
}

/* Section 3 - Keep content concise
 ================================================== */
#section-3 {
  padding: 13vh 0;
  background: url(../images/edms-transparent-shadow.png) right center no-repeat, linear-gradient(180deg, rgba(250, 250, 250, 0) 10%, rgba(245, 245, 245, 0) 10%, #F3F3F3 10%, #F7F7F7 88%, rgba(243, 243, 243, 0) 88%, rgba(243, 243, 243, 0) 88%);
  background-size: contain;
  background-position-x: 90%;
}
#section-3 h2 {
  font-family: "Museo Sans 300", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0px;
  color: #26333E;
}
@media screen and (max-width: 992px) {
  #section-3 h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #section-3 h2 {
    font-size: 1.8rem;
  }
}
#section-3 p {
  font-family: "Museo Sans 300", sans-serif;
  color: #26333E;
  font-size: 1rem;
  line-height: 1.4;
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  #section-3 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #section-3 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-3 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #section-3 {
    background-position-x: 110%;
  }
}
@media screen and (max-width: 992px) {
  #section-3 {
    background: url(../images/edms-transparent-shadow.png) right center no-repeat, #F3F3F3;
    padding: 3vh 0;
    background-size: contain;
    background-position-x: 132%;
  }
}
@media screen and (max-width: 767px) {
  #section-3 {
    background: #F3F3F3;
    padding: 30px 20px;
    text-align: center;
  }
}

/* Section 4 - Know your audience
 ================================================== */
#section-4 {
  padding: 10vh 0;
  padding: 10vh 0 13vh 0;
}
@media screen and (max-width: 992px) {
  #section-4 {
    padding: 7vh 0;
  }
}
#section-4 h2 {
  font-family: "Museo Sans 300", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0px;
  color: #26333E;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  #section-4 h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #section-4 h2 {
    font-size: 1.8rem;
  }
}
#section-4 p {
  font-family: "Museo Sans 300", sans-serif;
  color: #26333E;
  font-size: 1rem;
  line-height: 1.4;
  padding-top: 25px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #section-4 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #section-4 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-4 p {
    font-size: 1rem;
  }
}
#section-4 .icon-audience {
  background: url(../images/icon-audience.svg) center center no-repeat;
  height: 45px;
  padding: 0 0 0 27px;
  display: block;
  background-size: contain !important;
}
#section-4 .icon-cta {
  background: url(../images/icon-cta.svg) center center no-repeat;
  height: 52px;
  padding: 0 0 0 27px;
  display: block;
  background-size: contain !important;
}
#section-4 .icon-lead {
  background: url(../images/icon-lead.svg) center center no-repeat;
  height: 45px;
  padding: 0 0 0 27px;
  display: block;
  background-size: contain !important;
}
@media screen and (max-width: 992px) {
  #section-4 {
    padding: 8vh 0;
  }
  #section-4 h2 {
    font-size: 1.2rem;
  }
  #section-4 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-4 {
    padding: 10vh 20px 0 20px;
  }
  #section-4 p {
    padding-bottom: 50px;
  }
}

/* Section 3 - References
 ================================================== */
#section-5 {
  padding: 4vh 0;
  background: #2F383D;
}
#section-5 h2 {
  font-family: "Museo Sans 300", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0px;
  color: #26333E;
  color: white;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  #section-5 h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #section-5 h2 {
    font-size: 1.8rem;
  }
}
#section-5 p {
  font-family: "Museo Sans 300", sans-serif;
  color: #26333E;
  font-size: 1rem;
  line-height: 1.4;
  padding-top: 25px;
  color: white;
  text-align: center;
  font-size: 11px;
  line-height: 2.2;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #section-5 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #section-5 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-5 p {
    font-size: 1rem;
  }
}
#section-5 img {
  float: right;
  height: auto;
  position: bottom center;
}
@media screen and (max-width: 767px) {
  #section-5 p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

/* Footer
 ================================================== */
#footer {
  padding: 2vh 0;
  background: white;
  color: #26333E;
}
#footer .developer-footer-logo {
  height: 40px;
  transition: all 0.6s ease;
  margin: 0 auto;
  background: url(../images/rea-creative-services-logo.png) center center no-repeat;
  background: url(../images/rea-creative-services-logo.svg) center center no-repeat;
  background-size: contain;
}
#footer .developer-footer-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 3vh 0;
  }
  #footer .developer-logo {
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 20px 0 20px;
  }
  #footer .developer-footer-logo {
    height: 26px;
  }
}