body{
  background-color: white;
  height: 100%;
  width: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  margin: 0 0 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2.section-header{
  text-align: center;
  padding-top: 3rem;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 15px;
}

p.section-paragraph{
  text-align: justify;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 10px;
  }
}

p.contact-paragraph{
  font-size: 15px;
  line-height: 1.0;
  text-align: center;
}

.contact-icon{
  font-size: 3em;
  text-align: center;
  color: orange;
}

p.feature-paragraph{
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.feature-item {
  padding-bottom: 10px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.feature-item h3 {
  font-size: 20px;
  font-weight: 600;
}

.feature-item .feature-icon {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 113px;
  display: block;
}

.feature-item .feature-icon.ergonomic {
  background-image: url("../res/feature-icons/ergonomic-icon.png");
}

.feature-item .feature-icon.flexible {
  background-image: url("../res/feature-icons/flexibility-icon.png");
}

.feature-item .feature-icon.personalized {
  background-image: url("../res/feature-icons/personalized-icon.png");
}

.feature-item .feature-icon.science {
  background-image: url("../res/feature-icons/science-icon.png");
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../res/photo-background.jpg");
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead .intro-body .brand-heading {
  font-size: 50px;
}

.masthead .intro-body .intro-text {
  font-size: 18px;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
  }
  .masthead .intro-body .brand-heading {
    font-size: 100px;
  }
  .masthead .intro-body .intro-text {
    font-size: 22px;
  }
}

.carousel-item {
  height: auto;
  max-height: 480px;
  background: no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

#mainNav {
  font-family: 'Cabin', sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  background-color: orange;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: black;
  border: 1px solid black;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.gestureimage {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

#images{
    text-align:center;
}
