/*
Theme Name: Intercure
Author: Tomas Stolp
Description: Custom theme for Intercure
Version: 1.0
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  margin-top: 5rem;
  position: relative;
  background-color: #343a40;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1, header.masthead h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1,
  header.masthead h2 {
    font-size: 3rem;
  }
}
.about-us .about-us-text {
  padding: 3rem;
}

.about-us .about-us-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .about-us .about-us-text {
    padding: 7rem;
  }
}
.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons a {
  text-decoration: none;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  /*background: url("/intercure/_resources/themes/intercure/images/bg-masthead.jpg") no-repeat center center;*/
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar .logo {
  max-width: 12rem;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .navbar .logo {
    max-width: 11rem;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    margin-right: 3rem;
  }
}
.navbar .menu-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
}

.table_of_contents {
  position: -webkit-sticky;
  position: sticky;
  top: calc(50% - 3.75rem);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #1f2d3d;
}

header.masthead {
  margin-top: 5rem;
  position: relative;
  background-color: #343a40;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
.about-us .about-us-text {
  padding: 3rem;
}

.about-us .about-us-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .about-us .about-us-text {
    padding: 7rem;
  }
}
.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons a {
  text-decoration: none;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  /*background: url("/intercure/_resources/themes/intercure/images/bg-masthead.jpg") no-repeat center center;*/
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar .logo {
  max-width: 12rem;
  min-width: 12rem;
  width: 100%;
}

.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.navbar .nav-item {
  text-align: left;
}

.navbar .dropdown .nav-item {
  padding-left: 0.5rem;
}

.dropdown-toggle::after {
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
}

.table_of_contents {
  position: -webkit-sticky;
  position: sticky;
  top: calc(50% - 3.75rem);
}

.img-container {
  box-shadow: 4px 4px 9px -2px rgba(0, 0, 0, 0.33);
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.img-container img {
  border-radius: 50%;
}


.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

@media (max-width: 500px) {
  .card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
/* Single default page */
.sing-default-page {
  padding: 3rem 0;
}

/* Team */
.single-teammember .img-container {
  overflow: hidden;
}

.single-teammember img {
  object-fit: cover;
  height: 250px;
  width: 250px;
}

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