@charset "UTF-8";
/* CSS Document */
/* @import url('https://fonts.googleapis.com/css?family=Questrial|Source+Sans+Pro');*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
/* COLORS 

Darkest rgb(20,26,38) or #141a26
dark  rgb(37, 46, 64) or #252e40
medium rgb(76,89,115) or #4C5973
lighter rgb(155,167,191) or #9BA7BF
lighest rgb(197,204,217) or #C5CCD9
*/
body {
  padding: 0;
  margin: 0;
  background: #337ab7 /*#27aae1*/ ;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
.grey {
  width: 100%;
  color: white !important;
  background: #404d60;
  padding-bottom: 30px;
}
.name {
  font-size: 45px;
}
p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
ul {
  padding-left: 20px
}
ul li {
  margin-bottom: 10px;
}
.updating {
  width: 90%;
  color: white !important;
  margin: 0 auto;
  max-width: 990px;
}
h3 {
  margin-bottom: 20px;
}
.bkgnd-img {
  background: url(../images/updating-Portfolio-blank.svg) 0 0 no-repeat;
  background-size: 100%;
  min-height: 800px;
}
.btn-sm {
  display: inline-block;
}
.stack-space-lg {
  margin-bottom: 30px;
}
.container {
  width: 100%;
  max-width: 1170px;
}
.gradient-bkgnd {
  background: #3a7bd5; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3a6073, #3a7bd5); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: #abbaab; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ffffff, #abbaab); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ffffff, #abbaab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #333;
  background: #F0C27B; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4B1248, #F0C27B); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4B1248, #F0C27B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: #606c88; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3f4c6b, #606c88); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3f4c6b, #606c88); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: #5D4157; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #A8CABA, #5D4157); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #A8CABA, #5D4157); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: #5f2c82; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #49a09d, #5f2c82); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #49a09d, #5f2c82); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: #ECE9E6; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: #283048; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #859398, #283048); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #859398, #283048); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*.title-desc {
    min-height: 200px;
  }*/
.title-desc h3 {
  text-align: center;
  font-size: 26px;
}
.title-desc p.lead {
  font-size: 18px;
}
.desc-container {
  margin-bottom: 40px;
}
.outline-btn {
  border: 2px solid white;
  background: transparent;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}
.outline-btn:hover, .outline-btn:focus {
  border: 2px solid white;
  background: #036;
  color: white;
  text-decoration: underline
}
.white-link {
  color: white !important;
}
.white-link:hover, .white-link:focus {
  color: white !important;
  text-decoration: underline;
}
.restrictive-width {
  width: auto;
  max-width: 1170px;
  margin: 0 auto;
}
@media (min-width:1200px) {
  .title-desc h2, .title-desc h3 {
    text-align: center;
    font-size: 26px;
  }
}
/*.desc-container .img-container {
    height: 150px;
  }*/
.desc-container .img-container img {
  bottom: 0;
  height: 100%;
  display: block;
  margin: 0 auto;
  max-height: 137px;
}
.elevator-speech h1 {
  line-height: 1.4em;
  font-size: 36px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.elevator-speech h1 .small {}
.stack-space {
  margin-bottom: 15px;
}
.stack-space-lg {
  margin-bottom: 30px;
}
.large {
  font-size: 130%;
  line-height: 1.6em
}
@media (max-width:990px) {
  .elevator-speech h1 {
    line-height: 1.4em;
    font-size: 32px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .center-later {
    text-align: center
  }
  .name {
    font-size: 40px;
  }
  .desc-container .img-container {
    height: auto;
  }
  .title-desc h3 {
    text-align: center;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media (max-width:767px) {
  .elevator-speech h1 {
    line-height: 1.4em;
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .lead {
    font-size: 20px;
  }
  .desc-container img {
    vertical-align: middle;
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
  .elevator-speech h1 {
    line-height: 1.2em;
    font-size: 28px;
  }
  .elevator-speech h1 .small {
    font-size: 72%
  }
}
/* ### STYLES FOR NEW DESIGN 2021 ### */
/* ### OVERVIEW PAGE ### */
/* ### SPEECH BUBBLE ### */
.bubble {
  position: relative;
  font-family: sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
  width: 80%;
  background: rgba(36, 36, 36, .5);
  border-radius: 20px;
  border: 4px solid white;
  padding: 24px;
  text-align: center;
  color: #fff;
  margin: 0 auto 150px;
}
.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-right: 12px solid #fff;
  border-left: 36px solid transparent;
  /* border-top: 12px solid #fff; */
  border-top: 24px solid transparent;
  right: 32px;
  top: -24px;
}
.gradient-bkgnd {
  color: white;
}
.intro {
  background: #24242d;
  padding: 50px 15px 0;
  width: 100%;
}
.epk {
  margin: 20% auto;
  font: Questrial, arial, sans-serif
}
.vert-divider {
  color: #ccc;
  margin: 0 5px
}
/* ### STICKY NAV ### */
/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #24242d;
}
/* Navbar links */
#navbar p {text-align: center}
#navbar a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 0 0;
  margin: 0 15px;
  text-decoration: none;
}
#navbar a.home-link {
  display: none;
  animation: fade-out 1s;
}
#navbar.sticky a.home-link {
  display: block;
  font-size: 24px;
  margin: 0;
  animation: fade-in 1s;
}
#navbar.sticky a.home-link:hover {
  text-decoration: underline
}
#subnav.nav.nav-tabs.sub-tabs.sticky {
  position: fixed;
  top: 50px;
  width: 100%;
  background-color: rgba(0,0,0,.85) !important;
  z-index: 1000;
}
#sticky-content.sticky {margin-top: 120px}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  #navbar a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 0 0;
    margin: 0 15px 0 0;
    text-decoration: none;
    font-size: 14px;
  }
}
#navbar a .caret, #navbar a.active .caret  {display: none;}
@media (max-width: 767px) {
  #navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition-duration: 1s;
  }
  #navbar p {text-align: right; margin-right: 15px}
  #navbar a {
    display: none;
    color: #f2f2f2;
    text-align: right;
    padding: 10px 0 0;
    margin: 0 15px 0 0;
    text-decoration: none;
    font-size: 14px;
  }
  #navbar a.active {display: inline-block}
  
  #navbar.sticky a.home-link {font-size: 16px;}
  #navbar a.active .caret {
    display: inline;
    position: absolute;
    top: 21px;
    margin-left: 5px;}
  .navbar-default {
      background-color: #24242d;
    border: none;
  }
  .navbar-default .navbar-nav>li>a {
    color: #fff;
}
}
/* Page content */
.content {
  padding: 16px;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
#navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition-duration: 1s;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 100px;
}
#navbar a.active {
  border-bottom: 4px solid #47bae9;
  font-weight: bold;
}
.imagine {background: url('../images/imagine-80.jpg') center center no-repeat transparent;}
.imagine .container {padding:50px 15px;}
.imagine .container h1.text-center {margin-bottom: 30px; line-height: 1.4; font-size: 2em;}
.imagine .container p.lead.text-center {font-size: 20px; margin-bottom: 50px}
.rainbow-gradient p.lead {font-size: 1.6em; margin-bottom: 50px; color: white; text-align: center}
.headline-container h2.text-center {line-height: 1; margin: 50px auto; color: white; font-size: 2.5em; text-shadow:  4px 4px 4px rgba(0,0,0,.35)}

@media (max-width: 767px){
  .imagine .container h1.text-center {margin-bottom: 30px; line-height: 1.4; font-size: 1.5em;}
  .bubble {width: 100%}
  .rainbow-gradient p.lead {font-size: 1.2em; line-height: 1.4em;  margin-bottom: 30px; color: white;}
  .headline-container h2 {line-height: 1; margin: 50px auto; color: white; font-size: 2em; text-shadow:  4px 4px 4px rgba(0,0,0,.35)}

}


.research { width:50%; }
.prototype {width:50%; }
.testing {width: 50%; }
.streamlined { max-height:167px;}
.designing-code {max-height:167px;}
.RnPbeforeD { max-height:167px;}
@media (min-width: 768px) and (max-width: 1200px) {
  .research { max-height: 300px; }
  .prototype {max-height: 300px }
  .testing { width: 50%; max-height: 300px }
  .streamlined { max-height:300px;}
  .designing-code {max-height:300px;}
  .RnPbeforeD {max-height:300px;}
}

.rainbow-gradient {
  background: rgb(36, 36, 45);
  background: linear-gradient(175deg, rgba(36, 36, 45, 1) 0%, rgba(35, 166, 213, 1) 29%, rgba(35, 213, 171, 1) 57%, rgba(252, 238, 33, 1) 93%);
  padding: 50px 15px 100px
}
@media (max-width: 767px) {
  .rainbow-gradient {padding: 50px 0 100px}
}
.frosted-card {background-color: rgba(255,255,255,.5); padding-top:15px; padding: 15px; height: 100%; display: table}
.one {padding: 15px; width: 100%}
.grid {display: grid; grid-auto-flow: column;}
@media (min-width:992px){
.flexbox {display: flex;}
}
.faces {display: table}
.faces img {float: left; width: 40px; height: 40px;}
.faces p {padding-left: 50px}

.one ul li {margin-bottom: 0;}

footer {
  background: #24242d;
  padding: 50px 15px 100px;
  width: 100%;
  color: white;
}