.navbar-equal-height-fix {
  height: 20px;
}
section {
  margin: 0;
  padding: 0 0 100px;
}
section .text-center {
  padding: 0 0 50px;
  margin: 100px 0;
}
section h1 {
  color: #f28fc5;
  font-size: 2.7em;
  text-align: center;
  text-shadow: 0px 1px 1px #8f8f8f;
  text-transform: uppercase;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 2px 0;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Poiret One", cursive;
  letter-spacing: 2px;
}
.modal {
  overflow-y: initial;
}
.newModalContentHTML {
  background-color: #ffffff;
  color: #000000;
  padding: 20px 60px;
  text-align: left;
}
@media screen and (max-width: 620px) {
  .newModalContentHTML {
    padding: 20px;
  }
}
.newModalContentHTML .modal-section {
  margin: 50px 0 100px;
}
.newModalContentHTML .modal-section h1 {
  color: #f28fc5;
  font-size: 20px;
  font-weight: bold;
}
.newModalContentHTML .modal-section p {
  font-size: 16px;
}
.modal-content {
  background-color: #414042;
}
.modal-content .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
}
.modal-content .modal-header .close {
  background-color: #f2f2f2;
  border-radius: 50%;
  border: 1px solid #585858;
  color: #f28fc5;
  margin-top: -5px;
  opacity: 1;
  padding: 10px 10px 10px 12px;
  text-shadow: none;
}
.modal-content .modal-header .close:hover {
  color: #f2f2f2;
  background-color: #f28fc5;
}
.modal-content .modal-header .modal-title {
  color: #fff;
}
.modal-content .modal-header .modal-title span {
  color: #f28fc5;
}
.modal-content .modal-header .modal-title a {
  color: #f28fc5;
}
.modal-content .modal-header .modal-title a:active,
.modal-content .modal-header .modal-title a:focus,
.modal-content .modal-header .modal-title a:hover {
  text-decoration: underline;
}
.modal-content .modal-body {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 5px 5px 5px;
}
.modal-content .modal-body img {
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.modal-content .modal-body .carousel-control {
  background: none;
  color: #f28fc5;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 0;
  position: fixed;
}
.modal-content .modal-body .carousel-control span {
  color: #f28fc5;
  height: auto;
  line-height: 0px;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 1;
  padding: 25px 9px 25px 10px;
  text-shadow: none;
  width: auto;
}
.modal-content .modal-body .carousel-indicators {
  margin-bottom: 0;
  bottom: 5px;
  position: fixed;
}
.modal-content .modal-body .carousel-indicators li {
  border-color: #f28fc5;
}
.modal-content .modal-body .carousel-indicators .active {
  background-color: #f28fc5;
}
.modal-open {
  overflow: auto;
}
#navbar {
  border-radius: 0;
  min-height: 70px;
}
#navbar .container-fluid {
  padding: 0;
}
#navbar .container-fluid .navbar-header {
  margin: 0;
}
#navbar .container-fluid .navbar-nav {
  margin: 7.5px 0;
}
.navbar-fixed-top {
  border-width: 1px;
}
.nav li {
  margin: 2px 0;
  background-color: #585759;
  text-align: center;
}
.nav li:hover {
  background-color: #f28fc5;
}
.navbar-inverse .navbar-nav > li > a {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 0px 2px 2px #000000;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a.active {
  background-color: #f28fc5;
  border-left: 1px solid #f3bcdf;
  border-right: 1px solid #8e416b;
}
.navbar-toggle {
  float: left;
  margin: 15px 0 0 30px;
  border: 0;
  border-radius: 0;
  color: #fff;
}
.navbar-toggle::before,
.navbar-toggle::after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}
.navbar-toggle::before:hover,
.navbar-toggle::after:hover {
  background-color: #f28fc5;
}
.navbar-toggle::before {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
}
.navbar-toggle::after {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
}
.cross {
  background-color: transparent;
  color: #414042;
}
.cross::before,
.cross::after {
  width: 50%;
}
.cross::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cross::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#splash-page {
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: url(/images/splash-bg/background_1600.png) center top no-repeat
    fixed;
  width: 100%;
}
#splash-page .splash-text-container {
  padding: 0 100px;
  font-family: "Montserrat", "Poiret One", cursive;
  max-width: 1480px;
  position: relative;
  top: 40%;
  transform: translateY(-60%);
  text-align: left;
}
@media screen and (max-width: 620px) {
  #splash-page .splash-text-container {
    padding: 0 20px;
  }
}
#splash-page .splash-text-container h1 {
  font-weight: 900;
  font-size: 5vw;
}
@media screen and (max-width: 620px) {
  #splash-page .splash-text-container h1 {
    font-size: 31px;
  }
}
@media screen and (min-width: 1400px) {
  #splash-page .splash-text-container h1 {
    font-size: 70px;
  }
}
#splash-page .splash-text-container h2 {
  color: #f28fc5;
  font-size: 3.55vw;
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (max-width: 620px) {
  #splash-page .splash-text-container h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  #splash-page .splash-text-container h2 {
    font-size: 50px;
  }
}
#splash-page .splash-text-container p {
  color: #f28fc5;
  font-size: 2.1vw;
  font-weight: 200;
  letter-spacing: 0px;
}
@media screen and (max-width: 620px) {
  #splash-page .splash-text-container p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1400px) {
  #splash-page .splash-text-container p {
    font-size: 28px;
  }
}
#splash-page #splash-page-bottom {
  bottom: 10%;
  position: absolute;
  text-align: center;
  width: 100%;
}
#splash-page #splash-page-bottom a:hover .fa-angle-down {
  color: #f28fc5;
  background-color: #fff;
}
#splash-page #splash-page-bottom a .fa-angle-down {
  animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  background-color: #f28fc5;
  border-radius: 50%;
  border: 2px solid #f28fc5;
  color: #fff;
  font-size: 60px;
  padding: 0 11px;
}
#my-work .well-effect {
  position: relative;
  padding: 0;
  overflow: hidden;
  background-color: #414042;
  border: 4px solid #414042;
  cursor: pointer;
}
#my-work .well-effect img {
  width: 100%;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#my-work .well-effect h2 {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 12px 0 10px;
  background-color: #414042;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  text-shadow: 0px 2px 2px #000000;
}
#my-work .well-effect:hover h2 {
  height: 100%;
  padding: 44% 0 0;
  background-color: rgba(65, 64, 66, 0.92);
}
#my-work .well-effect:hover img {
  -moz-transform: scale(1.4) rotate(15deg);
  -webkit-transform: scale(1.4) rotate(15deg);
  -o-transform: scale(1.4) rotate(15deg);
  transform: scale(1.4) rotate(15deg);
}
#about-me {
  border-top: 1px solid #dadada;
  background: url("/images/about-me-bg.png") no-repeat center bottom fixed;
  background-size: cover;
}
#about-me .center {
  margin: 0 0 30px;
  text-align: center;
}
#about-me .center:hover .about-wrapper {
  background-color: rgba(65, 64, 66, 0.92);
  border-bottom: 11px solid #4f4f50;
}
#about-me .center:hover .about-pre-content {
  display: none;
}
#about-me .center:hover .about-content {
  bottom: auto;
}
#about-me .center:hover .about-content .about-content-image {
  border: 1px solid #414042;
  margin: 10px 0 9px;
}
#about-me .center:hover .about-content .text {
  display: block;
}
#about-me .about-top {
  padding: 40px 0 0;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 0 1px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 0 1px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 1px 0px rgba(50, 50, 50, 0.4);
}
#about-me .about-top img {
  height: 130px;
}
#about-me .about-top h3 {
  border-bottom: 5px solid #5cc1b1;
  color: #f28fc5;
  font-size: 1.7em;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 0 0 10px;
  text-transform: uppercase;
}
#about-me .about-wrapper {
  background-color: #f2f2f2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 1px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 0 1px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 1px 0px rgba(50, 50, 50, 0.4);
}
#about-me .about-wrapper .about-pre-content {
  padding: 100px 15px 200px;
  transition: all 0.05s ease-in-out;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
}
#about-me .about-wrapper .about-pre-content p {
  color: #606060;
  font-size: 1.4em;
  text-align: center;
}
#about-me .about-wrapper .about-content {
  bottom: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
}
#about-me .about-wrapper .about-content .about-content-image {
  border: 5px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 0 1px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0 1px 1px 1px rgba(50, 50, 50, 0.1);
  margin: 0 0 9px;
  width: 100%;
}
#about-me .about-wrapper .about-content .text {
  background-color: #414042;
  border: 1px solid #5a5a5a;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 1.1em;
  height: 500px;
  letter-spacing: 1px;
  line-height: 18px;
  padding: 10px;
  text-align: left;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(50, 50, 50, 0.35);
  box-shadow: inset 0px 1px 1px 0px rgba(50, 50, 50, 0.35);
}
#about-me .about-wrapper .about-content .text p {
  margin: 0 auto 10px;
}
#work-with-me {
  border-top: 1px solid #dadada;
  color: white;
  padding: 25px;
  min-height: 100vh;
  text-align: center;
}
#work-with-me .text-center {
  margin: 100px auto 0px;
}
#work-with-me .btn-default {
  font-size: 1.5em;
  font-weight: bold;
  color: #f28fc5;
  background-color: #f2f2f2;
  padding: 10px 10px 10px 12px;
  border: 1px solid #dbdbdb;
  opacity: 1;
  text-shadow: none;
}
#work-with-me .btn-default:focus,
#work-with-me .btn-default:hover {
  background-color: #f28fc5;
  color: #fff;
  border-color: #d5d5d5;
}
#work-with-me .input {
  display: block;
  font-size: 150%;
  margin: 1em auto;
  max-width: 400px;
  overflow: hidden;
  padding-bottom: 1em;
  position: relative;
  vertical-align: top;
  width: calc(98%);
  z-index: 1;
}
#work-with-me .input__field {
  background: transparent;
  border-radius: 0;
  border: none;
  color: #f28fc5;
  display: block;
  float: right;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.55em;
  font-weight: 400;
  margin-top: 1.25em;
  opacity: 0;
  padding: 0.25em 0.5em;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
#work-with-me .input__field:focus {
  outline: none;
}
#work-with-me .input__label {
  color: #f28fc5;
  display: inline-block;
  float: right;
  font-size: 70.25%;
  font-weight: bold;
  overflow: hidden;
  padding: 0 0.25em;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 1em;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(1em, 2.75em, 0);
  transform: translate3d(1em, 2.75em, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#work-with-me .input__label-content {
  color: #f28fc5;
  display: block;
  padding: 0.4em 0 0.25em;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#work-with-me .input__label-content:after {
  color: #f28fc5;
  content: attr(data-content);
  font-size: 0.85em;
  font-weight: 800;
  height: 100%;
  left: 0;
  letter-spacing: 1px;
  padding: 0.25em 0;
  position: absolute;
  text-transform: uppercase;
  top: 100%;
  width: 100%;
}
#work-with-me .input__field:focus,
#work-with-me .input--filled .input__field {
  -webkit-transition: opacity 0s 0.35s;
  transition: opacity 0s 0.35s;
  opacity: 1;
}
#work-with-me .input__field:focus + .input__label,
#work-with-me .input--filled .input__label {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#work-with-me .input__field:focus + .input__label .input__label-content,
#work-with-me .input--filled .input__label-content {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#work-with-me .input__field:focus ~ .graphic,
#work-with-me .input--filled .graphic {
  fill: #f2f2f2;
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
}
#work-with-me .graphic {
  bottom: 0px;
  fill: #414042;
  height: 4.5em;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 1em;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.7s, fill 0.7s;
  transition: transform 0.7s, fill 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}
#work-with-me .icon {
  color: #ddd;
  font-size: 150%;
}
#work-with-me hr {
  margin: 50px 0 0;
}
#work-with-me .social {
  margin: 20px auto 0;
}
#work-with-me .social a {
  margin: 0 5px;
}
#work-with-me .social a:hover span {
  color: #fff;
  background-color: #f28fc5;
}
#work-with-me .social a span {
  background-color: #f2f2f2;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  color: #f28fc5;
  font-size: 1.2em;
  opacity: 1;
  padding: 10px 10px 10px 12px;
  text-shadow: none;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  #splash-page img {
    margin: 5vh 0 0 0;
  }
  section h1 {
    font-size: 4em;
  }
  .modal-lg {
    width: 700px;
  }
  .navbar {
    text-align: center;
  }
  .navbar ul.navbar-nav {
    display: inline;
    float: none;
  }
  .navbar ul.navbar-nav li {
    display: inline;
    float: none;
    margin: 0 20px;
  }
  .navbar ul.navbar-nav li:hover {
    background-color: transparent;
  }
  .navbar ul.navbar-nav li a {
    display: inline;
    float: none;
    line-height: 73px;
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 26px;
    padding-bottom: 22px;
  }
  .navbar .collapse {
    display: block;
  }
  .navbar .navbar-brand {
    display: none;
  }
  .nav li {
    background-color: transparent;
  }
}
@media screen and (min-width: 992px) {
  section .center {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1100px;
  }
}
@media screen and (min-width: 1280px) {
  #splash-page #splash {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  section .center {
    width: 25%;
  }
}

/* project page*/

#vibes-page {
  height: 60vh;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: url(/images/vibes_product.png) center top no-repeat fixed;
  width: 100%;
}

#icare-page {
  height: 60vh;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: url(/images/icare_app.png) center top no-repeat fixed;
  width: 100%;
}

#projectTitle {
  border-bottom: 5px solid #5cc1b1;
  color: #f28fc5;
  font-size: 1.7em;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  text-align: left;
  padding-top: 22px;
}

#bannerTitle {
  /* color: #f28fc5; */
  font-size: 3.7em;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 200px;
}

#bannerSubTitle {
  margin: 0 0 10px;
  /* color: #f28fc5; */
  font-size: 1.9em;
  font-weight: 700;
  /* margin: 20px 0 0; */
  padding: 0 0 10px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2px;
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
