/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
  padding-top: 0px;
}

@media (min-width: 992px) {
  body {
    padding-top: 0px;
  }
}

.container-blue {
    background-color: #c6efff;
    padding: 40px;
    position: relative;
    top: 10px;
    bottom: 10px;
}
.container-green {
    background-color: #affaf1;
    padding: 40px;
    position: relative;
    top: 10px;
    bottom: 10px;
}
.business-header {
  height: 20vh;
  min-height: 300px;
  /*background: url('http://placehold.it/1920x400') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;*/
}

.btn-green {
  color: #fff;
  background-color: #1eb09c;
  border-color: #1eb09c;
}

.btn-green:hover {
  color: #fff;
  background-color: #126d61;
  border-color: #126d61;
}

.card {
  height: 100%;
}

.js #manage_reply_enquiry {
    display:none; /* hide for JS enabled browsers */
}
#manage_reply_enquiry {
    /* form styles here */
}