@charset "utf-8";

.carousel {
  padding: 10px;
}

.carousel-inner {
  width: 100%;
}

.carousel-item {
  text-align: center;
}

.carousel-picture {
  width: 80%;
}

.logo {
  width: 150px;
  height: 100%;
  float: left;
}

.nav-link {
  font-size: 15px;
  color: black;
}

.nav-link:hover {
  color: #FDA500 !important;
}

.active {
  /* color: white !important; */
}

.banner-container {
  height: 600px;
  background-image: linear-gradient(to bottom right, #ff6000, #FDA500);
}

.banner-btn {
  border-radius: 4px;
  background: none;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  transition: all 0.4s;
  cursor: pointer;
  margin: 5px;
}

.banner-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.banner-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.banner-btn:hover span {
  padding-right: 25px;
  color: #FDA500;
}
.banner-btn:hover {
  background: white;
}
.banner-btn:hover span:after {
  opacity: 1;
  right: 0;
}

.sub-header {
  color: #FDA500;
}

.section-words-grey h5, li{
  color: gray;
}

.hover-affect:hover {
  background: darkgray;
}

.hover-affect:hover h5 {
  color: white;
}

.hover-affect:hover li {
  color: white;
}

.tint {
  opacity: 0.5;
}

.img-container {
  position: relative;
  text-align: center;
}

.img-container img {
  width: 100%;
  height: 500px;
}

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

.img-text {
  position: relative;
  text-align: center;
}

.img-text img {
  width: 70%;
}

.img-text h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
}

.container {
  text-align: center;
}

#contact > .left-center-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.left-center-block {
  display: inline-block;
  text-align: left;
}

#match-half {
  width: 95%;
  margin-top: 20px;
}

#relative {
  position: relative;
}

.about-image {
  width: 30%;
  position: absolute;
  right: 5px;
  top: -10px;
}

.service-banner {
  width: 100%;
}

.service-menu {
  padding: 10%;
}

.half {
  margin: 20px 2.5%;
  margin-top: 20px;
  float: left;
  width: 45%;
}

.half > img {
  width: 100%;
}

.section-words ul {
  text-align: left;
  list-style-type: circle;
}

.services-title {
  margin-bottom: 10px;
}

.service-icon {
  margin-bottom: 30px;
  height: 220px;
}

.sub-container {
  margin: 10px;
}

.sub-words {
  padding-top: 5%;
}

.activity-container {
  padding: 5%;
}

#map {
  border: 0;
  margin-bottom: 50px;
}

#footer {
  background-color: black;
  color: white;
  padding: 10px;
}

#footer p {
  margin-bottom: 0;
  text-align: center;
}
