html, body {
  height: 100%;
  font-family: 'Noto Sans', sans-serif;
}

body {
	font-weight: 400;
  font-size: 14px;
  line-height: 18px;
	color: #231f20;
}

h1, h2, h3, h4 {
  font-weight: bold;
}


h2.no-bold {
  font-weight: normal;
}

h1 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 3em; 
  line-height: 1em;
}

h4 {
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 1.4em;
  line-height: 1.2em;
}

.tagline {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 1.4em;
  line-height: 1.2em;
}

.sub-tagline {
  font-weight: normal;
  margin-bottom: 2em;
  font-size: 1.4em;
  line-height: 1.2em;
}

a {
  color: #2b60f7;
  text-decoration: none;
}

a:hover {
  color: #2b60f7;
}

a.active  {
  text-decoration: underline;
}

a.active:hover  {
  text-decoration: underline;
}

p {
  margin-bottom: 1.4em;
}

/* utilities */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.nav-adjusted {
  padding-top: 3em;
}

.bg-darkgrey {
  transition: all 0.3s ease-in;
  background-color: rgba(169, 169, 169, 1);
}

.bg-darkgrey:hover {
  transition: all 0.3s ease-in;
  background-color: rgba(169, 169, 169, 0.9);
}

#goToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 46px;
  width: 46px;
  background: #000000;
  border-radius: 12px;
  background-image: url('../images/ui/top.svg');
  cursor: pointer;
}

/* index page */

.brand-statement {
  padding-top: 5em;
  padding-bottom: 0;
  margin-bottom: 0;
}

.brand-statement-header {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 200;
  color: #949494;
  padding-bottom: 0.4em;
}

.brand-statement-content {
  margin-bottom: 0.7em;
  font-size: 1.2em;
  line-height: 1.4em;
}

.carousel-indicators li {
  width: 4px;
  height: 3px;
}

.carousel-caption a {
	color: black;
  transition: all 0.3s ease-in;
}

.carousel-caption a:hover {
	text-decoration: none;
	color: black;
  transition: all 0.3s ease-in;
}

.carousel-caption a .project-title {
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 0.5em;
}

.carousel-control-prev, .carousel-control-next {
  bottom: 98px;
  transition: all 0.2s ease-in;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  background-color: rgba(168,168,168, 0.2);
  transition: all 0.2s ease-in;
}

.carousel-indicators {
  bottom: 110px;
}

.carousel-caption {
  position: relative;
	color : #231f20;
  margin: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 24px;
}

.carousel-control-prev-icon {
  background-image: url('../images/ui/arrow-left-white.png')
}

.carousel-control-next-icon {
  background-image: url('../images/ui/arrow-right-white.png')
}

#main-list {
  margin: auto;
  padding: 0px;
  text-align: left;
}

.list-group {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  color: #949494;
  text-align: center;
}

.list-group span {
  cursor: default;
}

.list-group a {
  color : #949494;
  transition: all 0.3s ease-in;
}

.list-group a:hover {
  color : black;
  transition: all 0.3s ease-in;
  text-decoration : none;
}

.list-group-item {
  border: none;
}

.list-group li {
  border: none;
  transition: all 0.3s ease-in;
}

.list-group li:hover {
  opacity: 1;
}

.list-group ul:hover li:not(:hover)
{
  opacity: 0.4;
}

.image-preview-outer-container {
  min-height: 0px;
}

.image-preview-container div {
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.image-preview-container #preview-default {
  background-image: url('../images/homepage/homepage-image16.png');
}

.image-preview-container #preview1 {
  background-image: url('../images/homepage/homepage-image01.png');
}

.image-preview-container #preview2 {
  background-image: url('../images/homepage/homepage-image02.jpg');
}

.image-preview-container #preview3 {
  background-image: url('../images/homepage/homepage-image03.png');
}

.image-preview-container #preview4 {
  background-image: url('../images/homepage/homepage-image04.jpg');
}

.image-preview-container #preview5 {
  background-image: url('../images/homepage/homepage-image05.jpg');
}

.image-preview-container #preview6 {
  background-image: url('../images/homepage/homepage-image06.png');
}

.image-preview-container #preview7 {
  background-image: url('../images/homepage/homepage-image07.png');
}

.image-preview-container #preview8 {
  background-image: url('../images/homepage/homepage-image08.jpg');
}

.image-preview-container #preview9 {
  background-image: url('../images/homepage/homepage-image09.jpg');
}

.image-preview-container #preview10 {
  background-image: url('../images/homepage/homepage-image10.jpg');
}

.image-preview-container #preview11 {
  background-image: url('../images/homepage/homepage-image11.png');
}

.image-preview-container #preview12 {
  background-image: url('../images/homepage/homepage-image12.jpg');
}

.image-preview-container #preview13 {
  background-image: url('../images/homepage/homepage-image13.png');
}

.image-preview-container #preview14 {
  background-image: url('../images/homepage/homepage-image14.png');
}

.image-preview-container #preview15 {
  background-image: url('../images/homepage/homepage-image15.png');
}

.image-preview-container #preview16 {
  background-image: url('../images/homepage/homepage-image16.png');
}

.image-preview-container #preview17 {
  background-image: url('../images/homepage/homepage-image17.png');
}

.image-preview-container #preview18 {
  background-image: url('../images/homepage/homepage-image18.png');
}

.image-preview {
  transition: all 0.3s;
  opacity: 0;
  z-index: 1;
}

.image-preview.active{
  opacity: 1;
  z-index: 2;
}

.image-preview-container #preview-nintex {
  background-image: url('../images/01-nintex/nintex-00-title.png');
}

.image-preview-container #preview-gardenista {
  background-image: url('../images/02-gardenista/gardenista-00-title.png');
}

.image-preview-container #preview-surface {
  background-image: url('../images/03-surface/surface-00-title.png');
}

.image-preview-container #preview-tukwila {
  background-image: url('../images/04-tukwila/tukwila-00-title.png');
}

.image-preview-container #preview-ruptive {
  background-image: url('../images/05-ruptive/ruptive-00-title.png');
}

.image-preview-container #preview-office {
  background-image: url('../images/06-office/office-00-title.png');
}

.image-preview-container #preview-c895 {
  background-image: url('../images/07-c89.5/c895-00-title.png');
}

.image-preview-container #preview-calculator {
  background-image: url('../images/08-calculator/calculator-00-title.png');
}

.image-preview-container #preview-travello {
  background-image: url('../images/09-travello/travello-00-title.jpg');
}

.image-preview-container #preview-microsoft365 {
  background-image: url('../images/10-microsoft365/microsoft365-00-title.png');
}

.image-preview-container #preview-vmworld {
  background-image: url('../images/11-vmworld/vmworld-00-title.png');
}

.image-preview-container #preview-tmobile {
  background-image: url('../images/12-t-mobile/t-mobile-00-title.png');
}

.image-preview-container #preview-ebay-selling {
  background-image: url('../images/13-eBay-selling/ebay-00-title.png');
}

.image-preview-container #preview-plugin {
  background-image: url('../images/14-a11y-plugin/plugin-00-title.png');
}

.image-preview-container #preview-microsoft {
  background-image: url('../images/15-microsoft/msft-00-title.png');
}

.image-preview-container #preview-naro {
  background-image: url('../images/16-Naro/naro-00-title.png');
}

.image-preview-container #preview-community {
  background-image: url('../images/17-eBay-community/community-00-title.png');
}

.image-preview-container #preview-onboarding {
  background-image: url('../images/18-onboarding/onboarding-00-title.png');
}

/* navbar */

#navbar-container {
  font-family: 'Noto Sans', sans-serif;
  color: #2d512f;
  font-size: 0.9em;

  background-color: rgba(255,255,255, 0.9)
}

 #navbar-container .navbar-brand {
  font-size: 1em;
	color : #231f20;
 }

#navbar-container a {
	color : #231f20;
  text-decoration: none;
}

.page-navigation a:hover {
  text-decoration: none;
}

.circle {
  margin-top: 0.1em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 1.2em;
  border: 2px solid #2d512f;
  background: none;
}

.square {
  width: 0%;
  height: 2px;
  background-color: #231f20;
}

.active .square {
  width: 100%;
}

/* project page */

.secondary-color {
	color : #6D6E71;
}

.project-details p {
  margin-bottom: 0.7em;
  font-size: 1.2em;
  line-height: 1.4em;
}

.project-details .header {
	font-weight : 400;
	font-size : 1em;
	line-height : 1em;
	color : #6D6E71;
  padding-top: 1.4em;
  padding-bottom: 0.4em;
}

.project-details .header h2 {
	font-weight : 400;
	font-size : 1em;
	line-height : 1em;
	color : #6D6E71;
  padding-top: 1.4em;
  padding-bottom: 0;
  margin-bottom: 0;
}

.project-details .value ul {
  list-style-type: none;
  padding: 0em;
}

.project-content-container img {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.project-content-container video {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.project-control-container {
  height: 140px;
}

.project-control-container div {
  font-size: 1.2em;
}

.project-control-container img {
  width: 1.6em;
  margin: auto;
}

.project-control-tile a {
	color : #231F20;
}

.project-control-tile a:hover {
	text-decoration: none;
}

#project-control-left {
  padding-right: 1px;
  text-align: left;
}

#project-control-right {
  padding-left: 1px;
  text-align: right;
}

.project-tags {
	font-weight : 200;
	color : #6D6E71;
  padding-top: 1.4em;
  padding-bottom: 0.4em;
}

/* bootstrap additions */

@media (min-width: 0px) {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  body {
    font-size : 16px;
    line-height : 22px;
  }
}

@media (min-width: 992px) {
  h1 {
    margin-top: 1.2em;
    font-size: 5em; 
  }
}

@media (min-width: 1200px) {
  h1 {
    margin-top: 1.4em;
    font-size: 6em; 
  }
}

@media (min-width: 1520px) {
  h1 {
    font-size: 7em; 
  }
}

.tooltip .arrow {
  display: none;
}

.tooltip-inner {
  background-color: white;
  color: #231f20;
  text-align: center;
  font-size: 0.9em; 
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0;
  margin-left: 1.5rem;
  margin-top: 1rem;
}

.bottom-nav {
  padding-top: 2em;
}

.skip-link {
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}

.skip-link:focus {
  transform: translateY(0%);
}