/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}
.navbar-brand {
  padding: 0px; /* firefox bug fix */
}
.navbar-brand>img {
  height: 60px;
  padding: 15px; /* firefox bug fix */
  width: auto;
}
.business-header {
    height: 400px;
    background: url('../img/background.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'Lato', sans-serif;

}

.btn-shayre {
  color: #fff;
  background-color: #30a749;
  border-color: #30a749;
}

.btn-shayre:hover {
  color: #fff;
  background-color: #288142;
  border-color: #288142;
}

.btn-shayre:focus, .btn-shayre.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 228, 117, 0.5);
}

.btn-shayre.disabled, .btn-shayre:disabled {
  color: #fff;
  background-color: #30a749;
  border-color: #30a749;
}

.btn-shayre:not(:disabled):not(.disabled):active, .btn-shayre:not(:disabled):not(.disabled).active,
.show > .btn-shayre.dropdown-toggle {
  color: #fff;
  background-color: #288142;
  border-color: #288142;
}

.btn-shayre:not(:disabled):not(.disabled):active:focus, .btn-shayre:not(:disabled):not(.disabled).active:focus,
.show > .btn-shayre.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 228, 117, 0.5);
}
