/* Homepages - Index Cafe 2 */
.title-block p {
  max-width: 460px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 860px;
}

.page-header.largest {
  padding-bottom: 140px;
  border-bottom: none;
  position: relative;
}

.page-header.largest::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='140' width='2800' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,140 2800,140 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 140px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

@media (max-width: 991px) {
  .page-header.fullheight {
    height: 80vh;
  }
}

@media (max-width: 767px) {
  .page-header.fullheight {
    height: 70vh;
  }
}

.lead {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 17px;
}

@media (min-width: 481px) {
  .lead {
    font-size: 19px;
    margin-bottom: 50px;
  }
}

.lead i {
  border-radius: 50%;
  font-size: 20px;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.typed-const {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

@media (min-width: 481px) {
  .typed-const {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .typed-const {
    font-size: 28x;
  }
}

@media (min-width: 992px) {
  .typed-const {
    font-size: 32x;
  }
}

@media (min-width: 1200px) {
  .typed-const {
    font-size: 34px;
  }
}

.testimonails-container {
  margin-top: -1px;
}

.form-control {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.form-control:focus {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}

textarea.form-control {
  min-height: 120px;
}

.portfolio-item {
  margin-bottom: 0;
}

.footer {
  color: #fff !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 140px;
  position: relative;
}

.footer::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='140' width='2800' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 2800,140 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 140px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: 0;
}

.footer a {
  color: #eee !important;
}

.footer a:hover, .footer a:focus {
  color: #f7c500 !important;
}

.footer > .container-fluid {
  padding-top: 0;
  padding-bottom: 20px;
}

.footer-bottom {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .footer-bottom .footer-right {
    margin-bottom: 0;
  }
}

.footer-bottom .social-icon:hover {
  color: #f7c500 !important;
}
