html {
  position: relative;
  min-height: 90%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.navbar-brand {
  width: 220px;
}
.navbar-brand img {
  height: 24px;
  margin-right: 5px;
  margin-top: -2px;
  float: left;
}
.jumbotron.top {
  background: url(../img/header-image2.jpg) no-repeat;
  background-size: cover;
  background-position: center 30%;
  margin-top: 50px;
  padding-top: 150px;
  padding-bottom: 0px;
  text-align: center;
  margin-bottom: 0;
}
.container.movie {
  position: relative;
  margin-top: 50px;
}
.container.movie video {
  width: 100%;
}
.jumbotron.product {
  background: url(../img/product_back.jpg) no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin-top: 50px;
  padding-top: 0px;
  padding-bottom: 100px;
  text-align: center;
  margin-bottom: 0;
}
.jumbotron.product h2 {
  font-size: 3.5rem;
  font-weight: 400;
}
.jumbotron.product p {
  color: #333;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 42px;
  border-bottom: 1px solid #e6e6e6;
}
.page-header h2 {
  font-size: 4rem;
  margin-top: 100px;
  text-align: center;
}
#Work p {
  text-align: left;
}
@media screen and (min-width: 576px) {
  .jumbotron.product {
    background: url(../img/product_back.jpg) no-repeat;
    background-size: cover;
    background-position: center 20%;
    margin-top: 100px;
    padding-top: 0px;
    padding-bottom: 600px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 258px;
  }
  .jumbotron h1,
  .jumbotron.product h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 24px 0;
  }
  .jumbotron.product h2 {
    font-size: 48px;
    font-weight: 400;
    margin: 24px 0;
  }
  .jumbotron.top p {
    margin-bottom: 36px;
  }

  #Work p {
    text-align: center;
  }
}
.jumbotron .jtback {
  background: rgba(0, 0, 0, 0.6);
  padding-top: 70px;
}
.jumbotron h1,
.jumbotron p {
  color: #fff;
}
.jumbotron p {
  font-size: 16px;
}

ontainer dl {
  color: #888;
}
.container dt {
  float: left;
  line-height: 2;
}
.container dd {
  margin-left: 8em;
  margin-bottom: 7px;
  line-height: 2;
}

section {
  margin-bottom: 150px;
}

.works img {
  margin: 10px;
}
.works .slick-slide {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.works .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  /*background-color: #f5f5f5;*/
}
