body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

p {
  line-height: 1.8;
}

.filler {
  height: 100px;
  position: relative;
}

.black-bg {
  background-color: #333;
  color: white;
}

.navbar-custom {
  background-color: #333;
}
.navbar-custom .navbar-brand {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}
.navbar-custom .nav-link {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.navbar-custom .navbar-toggler {
  color: white;
}

header {
  background-size: cover;
  background: url("../images/header.jpg") center;
  color: white;
  padding-bottom: 20px;
}
header p {
  font-size: 16px;
  font-weight: 300;
}

section {
  padding: 100px 0 100px 0;
}
section h2 {
  font-weight: 700;
}
section .image {
  width: 60%;
}
section .image-container {
  display: inline-block;
  border: 2px solid white;
  height: 100px;
  width: 100%;
  overflow: hidden;
}
section .image-container .thumbnail {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
section .image-container .thumbnail a {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section .image-container .image-top {
  background-position: top !important;
}
section .image-container:hover .thumbnail {
  transform: scale(1.1);
}
section .gallery .row {
  margin-bottom: 20px;
}

section.features {
  padding: 30px 0 30px 0;
  color: white;
}
section.features .feature {
  padding: 0 20px 0 20px;
}
section.features i.fa {
  color: white;
  margin-bottom: 20px;
}

footer {
  padding: 50px 0 50px 0;
  background-color: #d0d0d0;
}

/*# sourceMappingURL=style.css.map */
