body {
  padding-top: 56px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.index_1_row {
    padding-top: 70px;
    padding-bottom: 70px;
}

.index_2_row {
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.index_2_row h3 {
    font-weight: 100;
}

.index_3_row {
    padding-top: 70px;
    padding-bottom: 70px;
}

.about_1_row {
    padding-top: 70px;
    padding-bottom: 70px;
}

.services_1_row {
    padding-top: 70px;
    padding-bottom: 70px;
}

.projects_1_row {
    padding-top: 70px;
    padding-bottom: 70px;
}

.contact_1_row {    
    padding-top: 70px;
    padding-bottom: 70px;
}

.footer-height {
  height: 50px !important;
}