@import "./_header.scss";
@import "./_footer.scss";
@import "./_widgets.scss";
@import "./_utilities.scss";
@import "./_owl-carousel.scss";
@import "./colors";

/* START */

.btn-primary:hover {
  color: #fff;
  background-color: $primary-color;
  border-color: $secondary-color;
}

main a:hover,
main a:active {
  text-decoration: underline;
}
.jumbotron-heading {
  font-size: 4.5rem;
}

select {
  background-color: $primary-color;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  border-radius: 5px;
}

section {
  background: transparent;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.title {
  font-weight: 900;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: fit-content;
}

.page-title-wrapper {
  padding: 4rem 0 4rem 0;
}

img {
  margin-bottom: 0;
  max-width: 100%;
  height: auto;
}
/* END */
