@charset "UTF-8";
/* Variables, Mixins, Interpolation */
/* ===============================  Imports ===============================  */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Barlow:100,200,300,400,500,600&display=swap);
/* =============================== Custom Definitations ========================== */
body {
  background-color: #fff;
  font-family: "Barlow";
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
body .navbar-brand {
  position: fixed;
  top: 30px;
  left: 30px;
}
body nav {
  display: none;
}
body nav {
  background-color: rgba(196, 62, 0, 0.9);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 350px;
  height: 100%;
  top: 0px;
  right: 0px;
  padding: 60px 80px 30px 50px;
  text-align: right;
  position: fixed;
}
body nav .btn {
  padding: 0px;
  color: #fff;
  font-size: 2em;
  margin-bottom: 20px;
  cursor: default;
}
body nav .btn img.close {
  width: 20px;
}
body nav .navbar-nav {
  padding: 0px;
  list-style: none;
  font-weight: 300;
  margin-bottom: 30px;
}
body nav .navbar-nav li {
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 100;
}
body nav .navbar-nav li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
body .expand-menu {
  color: #C43E00;
  font-size: 2em;
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 9000;
  text-align: right;
}
body textarea:hover,
body input:hover,
body textarea:active,
body input:active,
body textarea:focus,
body input:focus,
body button:focus,
body button:active,
body button:hover,
body label:focus,
body .btn:active,
body .btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}
body .clearfix {
  clear: both;
}
body .seperator {
  background-color: #E94336;
  height: 5px;
  width: 50px;
}
body .btn-outline-danger {
  border-color: #CF252F;
  text-align: center;
  border-radius: 1.5em;
  min-width: 150px;
}
body .mobile {
  display: none;
}
body .desktop {
  display: block;
}
body section {
  min-height: 600px;
}
body section h1 {
  font-family: "Barlow";
  font-weight: 100;
  font-size: 35px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0px;
}
body section h1 .sub-title {
  font-size: 15px;
  padding: 0px;
}
body section#main-banner {
  background-color: #EEEEEE;
}
body section#main-banner .astronaut-image {
  background-image: url(../img/Mark_Kamau.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 125px;
  margin-bottom: 50px;
}
body section#main-banner .tag-line {
  background-image: url(../img/Mark_Kamau_Title.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 200px;
}
body section#design-hustler {
  background-image: url(../img/mark_river.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body section#design-hustler .copy-area {
  background-color: rgba(255, 255, 255, 0.8);
}
body section#design-hustler .copy-area h1 {
  color: #CF252F;
}
body section#design-hustler .copy-area h1 .sub-title {
  color: #0B0B0B;
}
body section#design-hustler .copy-area .main-copy-area {
  padding-left: 30px;
  font-size: 17px;
  font-weight: 100;
  position: relative;
}
body section#design-hustler .copy-area .main-copy-area blockquote {
  padding: 40px;
  padding-left: 60px;
  color: #C43E00;
  font-size: 33px;
  line-height: 120%;
  position: relative;
}
body section#design-hustler .copy-area .main-copy-area blockquote::before {
  font-family: "fontawesome";
  content: "";
  margin-left: -55px;
  font-size: 30px;
  display: block;
  position: absolute;
  float: left;
  top: 10px;
}
body section#design-hustler .copy-area .main-copy-area blockquote .tag {
  font-size: 18px;
}
body section#design-hustler .copy-area .main-copy-area a.btn {
  float: right;
}
body section#design-hustler .copy-area .main-copy-area a.btn:hover {
  background-color: #CF252F;
}
body section#brand-affiliates {
  padding-top: 100px;
  padding-bottom: 40px;
}
body section#brand-affiliates h1 {
  color: #0B0B0B;
}
body section#brand-affiliates h1 .sub-title {
  color: #CF252F;
}
body section#brand-affiliates .brand-logos {
  margin-top: 50px;
  clear: both;
}
body section#brand-affiliates .brand-logos .controllers {
  font-size: 3em;
  font-weight: 100;
  width: 50px;
  height: 50px;
  border: 1px solid #CF252F;
  border-radius: 50%;
  text-align: center;
  padding: 0px;
  position: relative;
  margin-top: 175px;
  color: #CF252F;
}
body section#brand-affiliates .brand-logos .controllers i {
  line-height: 100%;
  position: absolute;
}
body section#brand-affiliates .brand-logos .controllers.left-controller {
  float: left;
}
body section#brand-affiliates .brand-logos .controllers.left-controller i {
  top: 0px;
  left: 30%;
}
body section#brand-affiliates .brand-logos .controllers.right-controller {
  float: right;
}
body section#brand-affiliates .brand-logos .controllers.right-controller i {
  top: 0px;
  left: 35%;
}
body section#brand-affiliates .brand-logos .controllers:hover {
  color: #fff;
  background-color: #CF252F;
}
body section#brand-affiliates .brand-logos .stage {
  min-height: 300px;
  float: left;
  margin-left: 50px;
  width: calc(100% - 200px);
  position: relative;
}
body section#brand-affiliates .brand-logos .stage .batch {
  width: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
body section#brand-affiliates .brand-logos .stage .batch .brand {
  background-repeat: no-repeat;
  background-position: center center;
  width: 25%;
  float: left;
  height: 200px;
}
body section#brand-affiliates .brand-logos .stage .batch .brand:nth-child(-n+4) {
  border-bottom: 1px solid #D8CBC0;
}
body section#brand-affiliates .brand-logos .stage .batch .brand:nth-child(1n+2) {
  border-left: 1px solid #D8CBC0;
}
body section#brand-affiliates .brand-logos .stage .batch .brand:nth-child(5n) {
  border-left: none;
}
body section#brand-affiliates .brand-logos .stage .batch.active {
  display: block;
}
body section#designs {
  padding: 0px;
  margin: 0px;
}
body section#designs .slide {
  display: none;
  min-height: 100%;
  height: 100%;
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body section#designs .slide .copy {
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 800px;
  color: #fff;
  padding: 40px;
  position: relative;
}
body section#designs .slide .copy h1 {
  color: #C5C5C5;
  font-size: 65px;
}
body section#designs .slide .copy .seperator {
  background-color: #C43E00;
  margin-left: 5px;
}
body section#designs .slide .copy h4 {
  color: #C43E00;
  font-weight: 100;
  font-family: "Barlow";
  font-size: 17px;
  margin: 30px 5px;
}
body section#designs .slide .copy p {
  font-weight: 100;
  font-size: 18px;
  line-height: 160%;
  margin: 30px 5px;
}
body section#designs .slide .copy .navigators {
  position: absolute;
  bottom: 50px;
  right: 30px;
  list-style: none;
}
body section#designs .slide .copy .navigators li {
  display: inline-block;
  font-size: 3em;
  color: #C43E00;
  margin: 0 20px;
}
body section#designs .slide .copy .navigators li:hover {
  color: #CF252F;
}
body section#designs .slide.active {
  display: block;
}
body section#design-events {
  padding: 0px;
  margin: 0px;
}
body section#design-events .slide {
  display: none;
  min-height: 100%;
}
body section#design-events .slide.active {
  display: block;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body section#design-events .slide.active .copy {
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 800px;
  color: #fff;
  padding: 40px;
  position: relative;
}
body section#design-events .slide.active .copy h5 {
  color: #fff;
  font-weight: 100;
  font-family: "Barlow";
  font-size: 17px;
  margin: 30px 5px 0;
}
body section#design-events .slide.active .copy h1 {
  color: #C5C5C5;
  font-size: 65px;
}
body section#design-events .slide.active .copy .seperator {
  background-color: #C43E00;
  margin-left: 5px;
}
body section#design-events .slide.active .copy h4 {
  color: #C43E00;
  font-weight: 100;
  font-family: "Barlow";
  font-size: 17px;
  margin: 30px 5px;
}
body section#design-events .slide.active .copy p {
  font-weight: 100;
  font-size: 18px;
  line-height: 160%;
  margin: 30px 5px;
}
body section#design-events .slide.active .copy .navigators {
  position: absolute;
  bottom: 50px;
  right: 30px;
  list-style: none;
}
body section#design-events .slide.active .copy .navigators li {
  display: inline-block;
  font-size: 3em;
  color: #C43E00;
  margin: 0 20px;
}
body section#design-events .slide.active .copy .navigators li:hover {
  color: #CF252F;
}
body section#on-print {
  padding: 0px;
  margin: 0px;
}
body section#on-print .slide {
  display: none;
}
body section#on-print .slide.active {
  display: block;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body section#on-print .slide.active .copy {
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 800px;
  color: #0B0B0B;
  padding: 40px;
  position: relative;
}
body section#on-print .slide.active .copy h5 {
  color: #C43E00;
  font-weight: 100;
  font-family: "Barlow";
  font-size: 17px;
  margin: 30px 5px 0;
}
body section#on-print .slide.active .copy .brand-logo {
  background-position: 5px 20px;
  background-repeat: no-repeat;
  margin-top: 1em;
  margin-bottom: 1em;
}
body section#on-print .slide.active .copy .seperator {
  background-color: #C43E00;
  margin-left: 5px;
  margin-top: 2em;
  margin-bottom: 2em;
}
body section#on-print .slide.active .copy p {
  font-weight: 100;
  font-size: 18px;
  line-height: 160%;
  margin: 30px 5px;
}
body section#on-print .slide.active .copy .navigators {
  position: absolute;
  bottom: 50px;
  right: 30px;
  list-style: none;
}
body section#on-print .slide.active .copy .navigators li {
  display: inline-block;
  font-size: 3em;
  color: #C43E00;
  margin: 0 20px;
}
body section#on-print .slide.active .copy .navigators li:hover {
  color: #CF252F;
}
body section#contacts {
  padding-top: 70px;
  padding-bottom: 70px;
}
body section#contacts h1 {
  color: #4D4D4D;
}
body section#contacts h3 {
  color: #C43E00;
  font-size: 18px;
  font-weight: 100;
}
body section#contacts form {
  margin-top: 100px;
  margin-bottom: 50px;
}
body section#contacts form label {
  color: #4D4D4D;
  font-size: 27px;
  font-weight: 100;
}
body section#contacts form .bottom-border {
  border-bottom: 2px solid #CF252F;
}
body section#contacts form input, body section#contacts form textarea {
  border: none;
  color: #CF252F;
  outline: none;
  font-weight: 100;
  padding: 0;
}
body section#contacts form input::placeholder, body section#contacts form textarea::placeholder {
  color: #CF252F;
  opacity: 0.5;
  font-weight: 100;
}
body section#contacts form input:focus, body section#contacts form textarea:focus {
  outline: none;
  border: none;
}
body section#contacts form button.btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
body section#contacts form .social {
  padding-top: 20px;
}
body section#contacts form .social ul {
  list-style-type: none;
  font-size: 2em;
}
body section#contacts form .social ul li {
  margin-bottom: 20px;
}
body section#contacts form .social ul li a {
  color: #E94336;
}
body section#contacts form .social ul li a:hover {
  color: #CF252F;
}
@media (max-width: 480px) {
  body h1 {
    font-size: 25px !important;
  }
  body .navbar-brand {
    z-index: 1000;
    left: 15px;
    top: 15px;
  }
  body .navbar-brand img {
    height: 50px;
  }
  body .expand-menu {
    font-size: 1.9em;
    top: 15px;
    right: 15px;
  }
  body .mobile {
    display: block;
  }
  body .desktop {
    display: none;
  }
  body section#main-banner .astronaut-image {
    background-position: bottom center;
    margin: 0px;
  }
  body section#design-hustler {
    background-position: bottom left;
  }
  body section#design-hustler .copy-area {
    width: calc(100% - 30px);
    margin: auto;
    margin-top: 80px !important;
    margin-bottom: 250px !important;
  }
  body section#design-hustler .copy-area h1 {
    line-height: 65%;
  }
  body section#design-hustler .copy-area h1 .sub-title {
    padding-left: 2px;
  }
  body section#design-hustler .copy-area .main-copy-area {
    padding-left: 0px;
    font-size: 14px;
  }
  body section#design-hustler .copy-area .main-copy-area blockquote {
    padding: 20px;
    padding-left: 30px;
    font-size: 18px;
  }
  body section#design-hustler .copy-area .main-copy-area blockquote::before {
    margin-left: -40px;
    font-size: 20px;
    display: block;
    position: absolute;
    float: left;
    top: 10px;
  }
  body section#design-hustler .copy-area .main-copy-area blockquote .quote {
    margin-bottom: 10px !important;
    font-size: 16px;
  }
  body section#design-hustler .copy-area .main-copy-area blockquote .tag {
    font-size: 14px;
  }
  body section#design-hustler .copy-area .main-copy-area a.btn {
    float: none;
    width: 100%;
    background-color: #CF252F;
    color: #fff;
  }
  body section#brand-affiliates {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  body section#brand-affiliates h1 {
    color: #0B0B0B;
  }
  body section#brand-affiliates h1 .sub-title {
    color: #CF252F;
  }
  body section#brand-affiliates .brand-logos {
    text-align: center;
  }
  body section#brand-affiliates .brand-logos .stage {
    min-height: 400px;
    float: none;
    margin: auto;
    width: 92%;
  }
  body section#brand-affiliates .brand-logos .stage .batch {
    display: none;
  }
  body section#brand-affiliates .brand-logos .stage .batch .brand {
    width: 50%;
    height: 100px;
    background-size: 70%;
  }
  body section#brand-affiliates .brand-logos .stage .batch .brand:nth-child(-n+4) {
    border: none;
  }
  body section#brand-affiliates .brand-logos .stage .batch .brand:nth-child(1n+2) {
    border: none;
  }
  body section#brand-affiliates .brand-logos .stage .batch .brand:nth-child(5n) {
    border-left: none;
  }
  body section#brand-affiliates .brand-logos .stage .batch .brand:nth-child(n) {
    border-bottom: 1px solid #BBBBBB;
  }
  body section#brand-affiliates .brand-logos .stage .batch .brand:nth-child(even) {
    border-left: 1px solid #BBBBBB;
  }
  body section#brand-affiliates .brand-logos .stage .batch .brand:nth-last-child(-n+2) {
    border-bottom: none;
  }
  body section#brand-affiliates .brand-logos .stage .batch.active {
    display: block;
  }
  body section#brand-affiliates .brand-logos .mobile .pagination {
    padding: 0px;
    margin: 0px;
    border: none;
    text-align: center;
    display: block;
  }
  body section#brand-affiliates .brand-logos .mobile .pagination li {
    width: 20px;
    height: 20px;
    padding: 0px;
    position: relative;
    margin: 0px 7px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #808080;
    cursor: pointer;
  }
  body section#brand-affiliates .brand-logos .mobile .pagination li.active {
    background-color: #808080;
  }
  body section#designs {
    padding: 0px;
    margin: 0px;
  }
  body section#designs .slide {
    display: none;
  }
  body section#designs .slide.active {
    position: relative;
    background-position: bottom right;
  }
  body section#designs .slide.active .copy {
    padding: 10px;
    min-height: 400px;
    position: absolute;
    bottom: 0px;
  }
  body section#designs .slide.active .copy h1 {
    line-height: 100%;
    margin-left: 3px;
  }
  body section#designs .slide.active .copy .seperator {
    background-color: #C43E00;
    margin-left: 5px;
  }
  body section#designs .slide.active .copy h4 {
    font-size: 14px;
    margin: 15px 5px;
  }
  body section#designs .slide.active .copy p {
    font-size: 14px;
    line-height: 140%;
    margin: 10px 5px;
  }
  body section#designs .slide.active .copy .navigators {
    bottom: 0px;
    right: 30px;
  }
  body section#design-events {
    padding: 0px;
    margin: 0px;
  }
  body section#design-events .slide {
    display: none;
  }
  body section#design-events .slide.active {
    position: relative;
    background-position: bottom center;
  }
  body section#design-events .slide.active .copy {
    padding: 10px;
    min-height: 400px;
    position: absolute;
    bottom: 0px;
  }
  body section#design-events .slide.active .copy h1 {
    line-height: 100%;
    margin-left: 3px;
  }
  body section#design-events .slide.active .copy .seperator {
    background-color: #C43E00;
    margin-left: 5px;
  }
  body section#design-events .slide.active .copy h4 {
    font-size: 14px;
    margin: 15px 5px;
  }
  body section#design-events .slide.active .copy p {
    font-size: 14px;
    line-height: 140%;
    margin: 10px 5px;
  }
  body section#design-events .slide.active .copy .navigators {
    bottom: 0px;
    right: 30px;
  }
  body section#on-print {
    padding: 0px;
    margin: 0px;
  }
  body section#on-print .slide {
    display: none;
  }
  body section#on-print .slide.active {
    position: relative;
    background-position: bottom center;
  }
  body section#on-print .slide.active .copy {
    padding: 10px;
    min-height: 400px;
    position: absolute;
    bottom: 0px;
  }
  body section#on-print .slide.active .copy h1 {
    line-height: 100%;
  }
  body section#on-print .slide.active .copy .seperator {
    background-color: #C43E00;
    margin-left: 5px;
  }
  body section#on-print .slide.active .copy h4 {
    font-size: 14px;
    margin: 15px 5px;
  }
  body section#on-print .slide.active .copy p {
    font-size: 14px;
    line-height: 140%;
    margin: 10px 5px;
  }
  body section#on-print .slide.active .copy .navigators {
    bottom: 0px;
    right: 30px;
  }
  body section#contacts {
    padding-top: 80px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  body section#contacts h3 {
    font-size: 16px;
  }
  body section#contacts form {
    margin-top: 80px;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
  }
  body section#contacts form label {
    font-size: 18px;
  }
  body section#contacts form .bottom-border {
    height: 0;
  }
  body section#contacts form button.btn {
    float: none;
    width: 100%;
    background-color: #CF252F;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body section#contacts form .social {
    padding-top: 20px;
    text-align: center;
  }
  body section#contacts form .social ul {
    font-size: 1.6em;
    padding: 0px;
    margin: 0px;
  }
  body section#contacts form .social ul li {
    margin: 0 10px 20px;
    display: inline-block;
  }
}

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