/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #5EAEFF;
}
a:hover,
a:focus {
  color: #eb3812;
}
lb {
  font-size: 14px;
  line-height: 0;
}
hr {
  border-color: #5EAEFF;
  border-width: 3px;
  max-width: 60px;
  display: block;
}
hr.light {
  border-color: rgb(152, 228, 252);
  border-width: 1px;
  max-width: 30px;
}
hr.semilight {
  border-color: rgb(93, 149, 223);
  border-width: 1px;
  max-width: 30px;
}
hr.medium {
  border-color: rgb(193, 241, 255);
  border-width: 3px;
  max-width: 60px;
}
h1 {
  font-weight: lighter;
  font-family: 'Harlow Solid Italic';
  line-height: 1.5;
}
h2 {
  font-weight: bold;
  font-family: 'Maven Pro', sans-serif;
  line-height: 1.5;
}
h3 {
  font-weight: normal;
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
h3.bold-white {
  color: white;
  font-weight: bold;
}
h3.bold-darkblue {
  color: rgb(34, 58, 85);
  font-weight: bold;
}
h3.blue {
  color: rgb(225, 247, 255);
}
h4 {
  font-weight: normal;
  font-family: 'Maven Pro', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
h4.blue {
  color: rgb(169, 203, 216);
}
h4.blue b {
  color: white;
}

h4.darkblue {
  color: rgb(93, 149, 223);
}

h5 {
  font-weight: normal;
  font-family: 'Maven Pro', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
h6 {
  font-weight: lighter;
  font-family: 'Maven Pro', sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
}


p {
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.bg-primary {
  background-color: #5EAEFF;
  padding: 50px 0;
}
.bg-secondary {
  background-color: #DDEEFF;
  padding: 50px 0;
}
.bg-dark {
  background-color: #0a110c;
  color: white;
}
.text-h2 {
  color: rgb(223, 246, 255);
  font-size: 30px;
}
.text-h2-small {
  color: rgb(169, 203, 216);
  font-size: 16px;
}
.text-footer {
  background-color: #5EAEFF;
  padding: 20px;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
}
.text-faded {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.text-faded-small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
}
@media (min-width: 768px) {
  .text-faded {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
  }
  .text-faded-small {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
  }
}
section {
  padding: 50px 0;
}
aside {
  padding: 50px 0;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Catamaran', sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: rgba(30, 30, 150, 1.0);
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  margin: 4px 0;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: rgb(0, 0, 255);
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 15px;
  color: #222222;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-weight: 700;
  font-size: 15px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #5EAEFF;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #5EAEFF !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: white;
    border-color: rgba(255, 255, 255, 0.3);
    vertical-align: center;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(30, 30, 150, 1.0);
    vertical-align: center;
    margin: 0;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: rgb(0, 0, 255);
    vertical-align: center;
  }
  .navbar-default .nav > li > a {
    color: rgba(30, 30, 150, 1.0);
    vertical-align: center;
  }
  .navbar-default .nav > li > a:focus, 
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: rgb(0, 0, 255);
    vertical-align: center;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    vertical-align: center;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #5EAEFF;
    font-size: 14px;
    vertical-align: center;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #5EAEFF;
    vertical-align: center;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
    vertical-align: center;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #5EAEFF;
    vertical-align: center;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/background.jpg');
  text-align: center;
  color: white;
}
header .header-content {
  font-weight: lighter;
  position: relative;
  text-align: center;
  padding: 200px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-family: 'Harlow Solid Italic';
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner p {
  font-weight: normal;
  font-family: 'Baloo Bhai 2', cursive;
  color: rgba(255, 255, 255, 1.0);
  font-size: 16px;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.section-heading {
  margin-top: 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 40px;
  }
  header .header-content .header-content-inner p {
    font-size: 20px;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 50px;
  }
  .section-heading {
    margin-top: 0;
    font-size: 30px;
  }
}
.service-box {
  max-width: 400px;
  margin: 50px auto;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto;
  }
}
.service-box p {
  margin-bottom: 0;
}
.product-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.product-box .product-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(40, 148, 255, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.product-box .product-box-caption .product-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-box .product-box-caption .product-box-caption-content .project-category,
.product-box .product-box-caption .product-box-caption-content .project-name {
  font-family: 'Baloo Bhai 2', cursive;
  padding: 0 15px;
}
.product-box .product-box-caption .product-box-caption-content .project-category {
  font-weight: 600;
  font-size: 14px;
}
.product-box .product-box-caption .product-box-caption-content .project-name {
  font-size: 18px;
}
.product-box:active .product-box-caption {
  opacity: 1;
}
.product-box:hover .product-box-caption {
  opacity: 1;
}
.product-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .product-box .product-box-caption .product-box-caption-content .project-category {
    font-size: 16px;
  }
  .product-box .product-box-caption .product-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #5EAEFF;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #5EAEFF;
  border-color: #5EAEFF;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #0080FF;
  border-color: #0070df;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #5EAEFF;
  border-color: #5EAEFF;
}
.btn-primary .badge {
  color: #5EAEFF;
  background-color: white;
}
.btn {
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  border: none;
  border-radius: 300px;
  font-weight: 400;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}

img[id^='img'] {
  object-fit: cover;
}

body {
  webkit-tap-highlight-color: #222222;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: "Harlow Solid Italic"; 
  src: url("../fonts/harlowsi.eot"); 
  src: url("../fonts/harlowsid41d.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/harlowsi.html") format("woff2"), 
  url("../fonts/harlowsi.woff") format("woff"), 
  url("../fonts/harlowsi.ttf") format("truetype"), 
  url("../fonts/harlowsi.svg#Harlow Solid Italic") format("svg"); }

.user-left-box {
  float: left;
  width: 30%;
}

.user-right-box {
  float: right;
  width: 70%;
}

.user-name {
  margin: 0;
  padding: 10px;
  font-family: "Harlow Solid Italic"; 
  font-weight: normal;
}

.user-bio {
  font-family: 'Baloo Bhai 2', cursive;
  font-size: 15px;
  padding: 10px 0px 0px 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .user-bio {
    font-family: 'Baloo Bhai 2', cursive;
    font-size: 18px;
    padding: 10px 0px 0px 20px;
  }
}
@media (min-width: 992px) {
  .user-bio {
    font-family: 'Baloo Bhai 2', cursive;
    font-size: 22px;
    padding: 10px 0px 0px 20px;
  }
}


.user-photo {
  margin-top: 10px;
  border: 3px solid white;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#user_story_carousel {
  padding-bottom: 50px;
}

.extra-margin {
  margin: 50px;
}

.extra-margin-top {
  margin: 50px 0;
}
.set-text {
  border-radius:12px 5px 12px 5px;
  border: 2px solid white;
  font-size:15pt;
  color:#1c1a3a; 
  font-weight:normal;
  background-color:rgba(245, 250, 255, 0.89);
  width: 95%;
  height: 35px;
  padding: 5px;
}
.set-textarea {
  border-radius:12px 5px 12px 5px;
  border: 2px solid white;
  font-size:15pt;
  color:#1c1a3a; 
  font-weight:normal;
  background-color:rgba(245, 250, 255, 0.89);
  width: 95%;
  height: 210px;
  padding: 5px;
}


html, body, #carousel, #carousel ul, #carousel li {
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

#debug {
  position: fixed;
  background: #fff;
  padding: 5px;
  color: #000;
  top: 0;
  left: 0;
  z-index: 1337;
}

#carousel {
  background: silver;
  overflow: hidden;
  width:100%;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
  -webkit-transform-style: preserve-3d;
}

#carousel ul.animate {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#carousel ul {
  transform: translate3d(0%,0,0) scale3d(1,1,1);
  -o-transform: translate3d(0%,0,0) scale3d(1,1,1);
  -ms-transform: translate3d(0%,0,0) scale3d(1,1,1);
  -moz-transform: translate3d(0%,0,0) scale3d(1,1,1);
  -webkit-transform: translate3d(0%,0,0) scale3d(1,1,1);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

#carousel ul {
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  position: relative;
}

#carousel li {
  float: left;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0,0,0);
}

#carousel li h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-shadow: -1px -1px 0 rgba(0,0,0,.2);
}

#carousel li.pane1 { background: #42d692; }
#carousel li.pane2 { background: #4986e7; }
#carousel li.pane3 { background: #d06b64; }
#carousel li.pane4 { background: #cd74e6; }
#carousel li.pane5 { background: #9fe1e7; }
