/*@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}


/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
  font-family: 'fontawesome';
  src: url('../fonts/fontawesome.eot');
  src: url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome.svg#fontawesome') format('svg'),
    url('../fonts/fontawesome.woff') format('woff'),
    url('../fonts/fontawesome.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*/ *,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  font-family: 'Lato', Calibri, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.hidden {
  display: none !important;
}

/* Preloader Effect */

#preloader {
  background-color: #182327;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
}

/*#loading-animation {
    background-image: url("../images/logo-white.png");
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: 70%;
    height: 200px;
    left: 50%;
    margin: -103px 0 0 -85px;
    position: absolute;
    top: 40%;
    width: 170px;
    -webkit-animation:fadeinout 1.5s linear infinite;
    -moz-animation:fadeinout 1.5s linear infinite;
    animation:fadeinout 1.5s linear infinite;
}

@-webkit-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-moz-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@-o-keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
}
@keyframes fadeinout {
  0%   { opacity: 0; }
  50%   { opacity: 0.5; }
  100% { opacity: 0; }
} */

a {
  color: #f0f0f0;
  text-decoration: none;
}

a:hover {
  color: #000;
}

header a:hover {
  color: #9d967d;
  transition: 0.4s all linear;
}

header a {
  transition: 0.4s all linear;
}

.container>header {
  /*padding: 2.875em 1.875em 1.875em;*/
  padding: 2.875em 0em;
  position: absolute;
  z-index: 1000;
  top: 40%;
  width: 800px;
  height: 300px;
  left: 50%;
  margin-top: -150px;
  margin-left: -400px;
  text-align: center;
}

.container>header h4 {
  font-size: 2em;
  line-height: 2;
  font-style: italic;
  margin: 0;
  font-weight: 400;
  font-family: 'Quicksand', serif;
}

.container>header h1 {
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  /*font-family: "lust-display",sans-serif;*/
  font-family: 'Quicksand', serif;
}

.container>header h2 {
  font-size: 1.8em;
  line-height: 1.8;
  margin: 40px 0px;
  font-weight: 400;
  font-family: 'Quicksand', serif;
}


.container>header span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding: 0 0 0.6em 0.1em;
}

.container>header nav {
  float: right;
}

.container>header nav a {
  display: block;
  float: left;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin: 0 0.1em;
  border: 4px solid #fff;
  text-indent: -8000px;
}

.container>header nav a:after {
  content: attr(data-info);
  color: #fff;
  position: absolute;
  width: 600%;
  top: 120%;
  text-align: right;
  right: 0;
  opacity: 0;
  pointer-events: none;
}

.container>header nav a:hover:after {
  opacity: 1;
}

.container>header nav a:hover {
  background: #47a3da;
}

section>.box {
  position: relative;
  z-index: 1000;
  height: 700px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  overflow: hidden;
  text-align: center;
}

section>.text-wrapper {
  padding: 2.875em 1.875em 1.875em;
  position: absolute;
  z-index: 1000;
  top: 40%;
  height: 300px;
  margin-top: -150px;

  width: 80%;
  left: 10%;
  /*
  width: 800px;
  left: 50%;
  margin-left: -400px;
  */

  text-align: center;
}

section>.text-wrapper h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  padding-bottom: 30px;
}

section>.text-wrapper h2 {
  font-size: 2rem;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  opacity: 0.8 !important;
}

section>.content-left {
  position: absolute;
  top: 10%;
  left: 15%;
  margin-left: -5%;
  max-width: 300px;
}

section>.content-right {
  position: absolute;
  top: 10%;
  right: 15%;
  margin-right: -5%;
  max-width: 300px;
}

.content-left img {
  width: 150px;
  height: auto;
}

.content-left a img {
  box-shadow: 0px 0px 1px 1px rgba(250, 250, 250, 0.3);
  border-radius: 10px;
  background-color: rgba(250, 250, 250, 0.2);
}

.content-left a img:hover {
  /*background-color: rgba(250,250,250,0.2);*/
  /*border: 1px solid rgba(250,250,250,0.5);*/
  /*box-shadow: 0px 5px 20px -10px rgba(250,250,250,0.5);
  margin-top: -5px;
  transition: ease-in-out 1s;*/
  background-color: transparent;
  ;
  box-shadow: 0px 0px 1px 1px rgba(250, 250, 250, 1);
  transition: ease-in-out 0.5s;
}

.content-right .heading {
  padding-top: 3rem;
  font-size: 3.0em;
  line-height: 1;
  margin: 0;
  font-weight: 400;
  font-family: "lust-display", sans-serif;
}

.content-right h2 {
  font-size: 1.025em;
  line-height: 1.3;
  color: #E8E8E8;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  font-weight: 400;
  font-family: "brandon-grotesque";
  padding-bottom: 10px;
}

.content-right p {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  font-family: "ff-tisa-web-pro";
  float: left;
  width: 60%;
  max-width: 830px;
}


section>.content-left h2,
section>.content-right h2 {
  margin-top: 50px;
}

#team-members {
  background: url('../images/slide-1.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  min-height: 500px;
  margin-top: 0%;
  padding-top: 10%;
}

.team {
  height: 200px;
  width: 80%;
  margin-left: 10% !important;
}

.team .member {
  width: 21%;
  padding: 1%;
  position: relative;
  overflow: hidden;
  float: left;
}

.team .member img {
  width: 200px;
  height: 200px;
  padding: 0rem 4rem;
  margin-left: -2rem;
  border-radius: 50%;
}

.team .member .title {
  margin-top: 50px;
  margin-left: 15%;
  transition: ease-in-out 0.5s;
}

/*.team .member:hover .title{margin-top: 0px;}*/
.col-md-3 {
  width: 25%;
  float: left;
}

.col-md-6 {
  width: 50%;
  float: left;
}

.col-md-12 {
  width: 100%;
  float: left;
}

input,
textarea,
#contact button {
  padding: 1em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  margin: 10px;
  margin-left: 10%;
}

input,
textarea {
  border-radius: 4px;
}

#contact {
  /* min-height: 500px; */
  padding: 3rem;
  /* margin: -2rem 0px; */
  display: grid;
}

#contact h1,
#contact h2 {
  text-align: center;
  color: #fff;
}

#contact .content-right h2 {
  text-align: left;
}

.icon-drop:before,
.icon-arrow-left:before {
  font-family: 'fontawesome';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  color: #47a3da;
  -webkit-font-smoothing: antialiased;
  text-indent: 8000px;
  padding-left: 8px;
}

.container>header nav a:hover:before {
  color: #fff;
}

.icon-drop:before {
  content: "\e000";
}

.icon-arrow-left:before {
  content: "\f060";
}

.shareicon2 {
  border: 4px double #4f5b60;
  color: #abab81;
  border-radius: 50%;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 11px;
  position: relative;
  background: transparent;
  transition: all 0.2s ease;
  text-decoration: none;
  margin: 22px 8px;

}


.shareicon2:hover {
  border: 4px solid #abab81;
  background: #abab81;
  color: #FFF;
  top: -2px;
  transition: all 0.2s ease;

}

section .info {
  width: 50%;
  float: right;
  padding: 20px;
  height: 100%;
  min-height: 100%;
  position: relative;

}

section .info .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translatez(0);
  -moz-transform: translateY(-50%) translatez(0);
  -ms-transform: translateY(-50%) translatez(0);
  -o-transform: translateY(-50%) translatez(0);
  transform: translateY(-50%) translatez(0);

}

section .info h1 {
  font-size: 3.725em;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
  font-family: "lust-display", sans-serif;
}

section .info h2 {
  font-size: 1.025em;
  line-height: 1.3;
  color: #ff6102;
  ;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  font-weight: 400;
  font-family: "brandon-grotesque";
}

section .info p,
.content-right h4 {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  font-family: "ff-tisa-web-pro";
  float: left;
  max-width: 830px;
}

section .info p {
  width: 60%;
}

section hr {
  width: 80px;
  float: left;
  border: none;
  height: 1px;
  margin: 1.7em 0;
  /* Set the hr color */
  color: #E8E8E8;
  /* old IE */
  background-color: #E8E8E8;
  /* Modern Browsers */
}

.button {
  float: left;
  font-family: "brandon-grotesque";
  font-size: 0.9em;
  letter-spacing: 3px;
  min-width: 150px;
  max-width: 250px;
  display: block;
  padding: 0.8em 1.8em;
  border: none;
  clear: both;
  margin: 1.8em 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.button:focus {
  outline: none;
}

.button>span {
  vertical-align: middle;
}


/* Sizes */
.button--size-s {
  font-size: 14px;
}

.button--size-m {
  font-size: 16px;
}

.button--size-l {
  font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button--text-thin {
  font-weight: 300;
}

.button--text-medium {
  font-weight: 500;
}

.button--text-thick {
  font-weight: 600;
}

.button--round-s {
  border-radius: 5px;
}

.button--round-m {
  border-radius: 15px;
}

.button--round-l {
  border-radius: 40px;
}

/* Borders */
.button--border-thin {
  border: 1px solid;
}

.button--border-medium {
  border: 2px solid;
}

.button--border-thick {
  border: 3px solid;
}

/* Wapasha */
.button.button--wapasha {
  background: #37474f;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.button--wapasha.button--inverted,
.button--wapasha.button--inverted a {
  background: #fff;
  color: #676767;
}

.button--wapasha.button--inverted a {
  background-color: transparent;
}

.button--wapasha::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #3f51b5;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--wapasha.button--inverted::before {
  border-color: #FFF;
}

.button--wapasha:hover {
  background: none;
  color: #3f51b5;
  cursor: pointer;
  cursor: hand;
}

.button--wapasha.button--inverted:hover,
.button--wapasha.button--inverted:hover a {
  background: none;
  color: #FFF;
}

.button--wapasha:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

#particles-js {
  height: 100%;
}

#learnmore {
  position: absolute;
  bottom: 10px;
  display: block;
  margin: 0 auto;
}

/*.mobileinfo {
	display: none;
}*/
.mobileinfo h1 {
  padding-left: 20px;
}

@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {

  #sassiholford,
  #specialized,
  #volcom,
  #rileyscycles {
    background-attachment: scroll !important;
  }

  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

}

@media only screen and (max-width: 1460px) {
  /* phones */

  section .info h1 {
    font-size: 3.0em;
  }

}

@media only screen and (min-width: 768px) {
  /* tablets and desktop */
}

@media only screen and (max-width: 767px) {
  /* phones */


  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

  .particles-js {
    display: none;
    visibility: hidden;
  }



  section .info {
    display: none;
  }

  .mobileinfo {
    display: inline-block;
    width: 100%;
    position: relative;
    bottom: 0px;
    text-align: center;
    /*top: 58%;*/
  }

  .mobileinfo button {
    float: none;
    margin: 0 auto;
  }

  .mobileinfo h1 {
    font-size: 2.125em;
    line-height: 1.1;
    margin: 20px 0;
    font-weight: 400;
    color: #FFF;
    font-family: "lust-display", sans-serif;
  }

  #sassiholford {
    background-color: #c0c0c0 !important;

  }

  section .info h1 {
    font-size: 2.0em;
  }

  section .info hr {
    display: none;
  }

  section .info {
    width: 100%;
    background: rgba(24, 33, 38, 0.0) !important;
    padding: 40px;
    height: 200px;
    min-height: 200px;
    position: absolute;
    bottom: 0;

  }

  section .info p {
    display: none;
  }

  section .info .text {
    width: auto;
  }

  nav {
    display: none;
  }

  .button {
    margin: 1em 0;
  }

  .container>header {
    padding: 0;
    position: absolute;
    z-index: 1000;
    top: 35%;
    width: 300px;
    height: 200px;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    text-align: center;
  }

  section>.text-wrapper {
    padding: 0;
    position: absolute;
    z-index: 1000;
    top: 20%;
    width: 90%;
    height: 200px;
    left: 50%;
    margin-top: -10px;
    margin-left: -45%;
    text-align: center;
  }

  .container>header h1 {
    font-size: 2.6em;
  }

}

@media only screen and (min-width: 992px) {
  .web-hidden {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .web-only {
    display: none !important;
  }

  .mobileinfo h1 {
    padding-left: 0px;
  }

  .col-md-6 {
    width: 100%;
    float: left;
  }

  .col-md-3 {
    width: 100%;
    float: left;
  }

  section {
    position: relative;
    background-attachment: scroll !important;
    background-size: 90% !important;
    background-position: center 20% !important;
  }

  section>.text-wrapper {
    padding: 2.875em 1.875em 1.875em;
    position: absolute;
    z-index: 1000;
    top: 40%;
    height: 300px;
    margin-top: -150px;
    width: 80%;
    left: 5%;
    text-align: center;
  }

  .container>header {
    top: 20%;
  }

  .mobileinfo {
    display: inline-block;
    width: 100%;
    position: relative;
    bottom: 0px;
    text-align: center;
    /*top: 58%;*/
  }

  .view-more-adj {
    margin-top: 60%;
  }

  .button {
    float: none;
    display: inline;
  }

  section>.content-left,
  section>.content-right {
    position: relative;
    width: 100%;
    top: 5%;
    left: 0%;
    right: 0%;
    margin: 0;
    max-width: 991px;
  }

  .content-left img.download-img {
    width: 150px;
    height: 50px;
  }

  .mob-border img {
    width: 250px;
    border: 1px solid white;
    padding: 20px 10px;
    border-radius: 10px;
  }

  .downloads-l {
    float: left;
    padding-left: 30%;
  }

  .downloads-r {
    float: right;
    padding-right: 30%;
  }

  .team {
    height: 200px;
    width: 100%;
    margin-left: 0% !important;
  }

  /*#contact{ display: table;}*/
  #contact .content-right {
    margin-top: 3rem;
  }

  input,
  textarea,
  #contact button {
    width: 100%;
    margin-left: 0%;
  }

  .cbp-fbscroller section,
  #particles-js {
    position: relative;
    display: table;
    height: auto !important;
    width: 100%;
    min-height: 550px;
  }

  /*#section0{
    background-size: 100%!important;
  }*/
  #section0 {
    background-size: 150% 125% !important;
  }
}

@media only screen and (max-width: 767px) {
  .container>header {
    top: 25%;
  }

  section>.text-wrapper {
    padding: 2.875em 1.875em 1.875em;
    position: absolute;
    z-index: 1000;
    top: 30%;
    /*margin-top: 40%;*/
    height: 300px;
    /*margin-top: -150px;*/
    width: 80%;
    left: 46%;
    text-align: center;
  }

  section>.text-wrapper h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
    padding-bottom: 30px;
  }

  section>.text-wrapper h2 {
    font-size: 1.7rem;
    line-height: 1.3;
    margin: 0;
    font-weight: 400;
    opacity: 0.8 !important;
  }

  .downloads-l {
    float: left;
    padding-left: 10%;
  }

  .downloads-r {
    float: right;
    padding-right: 10%;
  }

  #team-members {
    display: table;
    text-align: center;
    padding-bottom: 3rem;
  }

  .team {
    height: auto !important;
    width: 100%;
    margin-left: 0% !important;
  }

  .team .member {
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    float: left;
  }

  .team .member img {
    width: 200px;
    height: 200px;
    padding: 0;
    margin-left: 0;
    border-radius: 50%;
  }

  .team .member .title {
    margin-top: 10px;
    margin-bottom: 20px
  }

  /*.team .member:hover .title{margin-top: 0px;}*/
  .view-more-adj {
    margin-top: 75%;
    top: 0px;
    padding-bottom: 5%;
  }

  #section0 {
    background-size: 225% 125% !important;
  }

  .cbp-fbscroller #section0,
  #particles-js {
    position: relative;
    display: table;
    height: auto !important;
    width: 100%;
    min-height: 600px;
  }

}

@media only screen and (max-width: 460px) {
  section>.text-wrapper h1 {
    font-size: 1.8rem;
  }

  section>.text-wrapper h2 {
    font-size: 1.5rem;
  }

  .view-more-adj {
    margin-top: 65%;
    top: 0px;
    padding-bottom: 5%;
  }

  /* #contact {
    min-height: 500px;
    padding: 1.5rem;
    margin: -1rem 0px;
  } */

  .cbp-fbscroller #section0,
  #particles-js {
    position: relative;
    display: table;
    height: auto !important;
    width: 100%;
    min-height: 600px;
  }
}

@media only screen and (max-width: 400px) {

  .downloads-l,
  .downloads-r {
    float: none;
    padding: 10px 0px;
  }

  .view-more-adj {
    margin-top: 350px;
    top: 0px;
    padding-bottom: 5%;
  }

  .cbp-fbscroller section,
  #particles-js {
    position: relative;
    display: table;
    height: auto !important;
    width: 100%;
    min-height: 550px;
  }
}

























.home-project {
  overflow: hidden;
  position: relative
}

.home-project__inner {
  padding: 50% 0 25%
}

@media only screen and (max-width: 61.25em) {
  .home-project__inner {
    padding: 6em 0
  }
}

.home-project__content {
  text-align: center
}


.home-project__clip {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

@media only screen and (max-width: 61.25em) {
  .home-project__clip {
    clip: auto;
    height: auto;
    position: relative;
    top: auto
  }
}

.touch .home-project__clip {
  clip: auto;
  height: auto;
  position: relative;
  top: auto
}

.home-project__phone {
  display: block;
  left: 50%;
  max-width: 620px;
  max-height: 866px;
  position: fixed;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  vertical-align: middle;
  width: 51.66667%
}

.home-project__phone .phone__responsive {
  margin: 0 auto;
  max-width: 75%;
  width: 18.85em
}

@media only screen and (min-width: 61.3125em) {
  .lte9 .home-project__clip {
    clip: auto
  }

  .lte9 .home-project__phone {
    position: absolute
  }
}

.phone__responsive__inner {
  padding-top: 208.75332%;
  position: relative;
  /*border: 2px solid white;
  border-radius: 25px;*/
}

.phone__responsive__bg {
  width: 100%;
  left: 0;
  position: absolute;
  /*top: 0;
	height: 100%;*/

  height: 86%;
  top: 6%;
  border: 2px solid #fff;
  border-radius: 25px;
}

.responsive__bg__wrap {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%
}

.responsive__bg__wrap img {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  width: 100%
}

.phone__reveal {
  height: 71.02922%;
  left: 8.48806%;
  position: absolute;
  top: 14.61245%;
  width: 83.81963%
}

.phone__reveal video {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  width: 100%
}

.phone__reveal video::-webkit-media-controls {
  display: none !important
}

.phone__reveal__wrap {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%
}





@media only screen and (max-width: 46.25em) {

  .touch .home-project__logo>svg {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    max-height: 8em
  }

  .touch .home-project__desc .btn--home-project--small {
    display: inline-block;
    margin: 0 auto 2em
  }

  .touch .home-project__desc {
    margin-top: 2em
  }
}

.home-project__inner--nimble {
  background: #fe6150;
  background: url(../images/home/project-bg--nimble.svg), linear-gradient(to bottom, #fe6150 0%, #fe6150 50%, #ea5140 100%);
  background-size: cover, 100%
}

.home-project__inner--athlete-minder {
  background: #202326;
  background: radial-gradient(60vw at -5% 70%, #ffa52c 0%, rgba(255, 165, 44, 0) 100%), radial-gradient(60vw at 105% 30%, #2cc5c5 0%, rgba(44, 197, 197, 0) 100%), radial-gradient(60vw at 70% 105%, #34c388 0%, rgba(52, 195, 136, 0) 100%), #202326
}

.home-project__inner--quizup {
  background: #fb424a;
  background: linear-gradient(to bottom, #fb424a 0%, #fb3a43 100%)
}

.home-project__inner--warby-parker {
  background: #00A2E1
}

@media only screen and (max-height: 46.875em) {
  .home-project__phone .phone__responsive {
    /*width: 11.5em;*/
    width: 14.5em;
  }
}