@charset "UTF-8";

/* CSS Document */

body, html {
  height: 100%;
  width: 100%;
}

h2 {
  margin: 0;
}

.navbar {
  background-color: #2e4258;
}

a[class~=btn-primary] {
  background-color: #2e4258;
  border-color: #2e4258;
}

a[class~=btn-primary]:hover {
  background-color: #6987ab;
  border-color: #6987ab;
}

.btn-primary {
  background-color: #2e4258;
  border-color: #2e4258;
}

.btn-primary:hover {
  background-color: #6987ab;
  border-color: #6987ab;
}

.card {
  background-color: #6c733c;
  border-color: #585b3a;
  color: #ffffff;
}

.header-big {
  background-image: url(/images/header.jpg);
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.header-small {
  background-image: url(/images/header.jpg);
  height: 50%;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.header-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-text {
  color: white;
}

.img-width {
  width: 100%;
}

.row-margin {
  margin-top: 10px;
}

.no-decoration {
  text-decoration: none;
}

.fullheight {
  height: 100%;
}

.contact-home {
  padding: 10px;
  height: 100%;
}

.map {
  height: 500px;
}

@media(min-width:768px) {
  .row-min-height {
    height: 470px;
  }
  .carousel-max-width {
    max-width: 80%;
  }
}
