/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

.hero-block {
  width: 70%;
  margin: 1vw 14.99%;
}
.hero-block img {
  width: 95%;
  margin: 0 2.49%;
}

hr {
  height: 5px;
  border-width: 0;
  color: #f0f0f0;
  background-color: #f0f0f0;
  margin: 1vw;
}

a .logo,
a .logo img,
.navbar-header,
.navbar-brand {
  display: none;
}

.views-view-flexbox  {
  flex-wrap: wrap;
}

.views-flexbox-item {
  min-width: 300px;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
  flex: 1 1 0;
  margin: 2vw;
  padding: 2vw;
  background: #fefefe;
}

#contact-message-website-feedback-form {
  margin: 5vw 10vw;
  padding-left: 1vw;
}


@media only screen and (max-width: 499) {
  .views-flexbox-item  h2 {
    font-size: 5vw;
  }
}

@media only screen and (min-width: 400) and (max-width: 799) {
  .views-flexbox-item  h2 {
    font-size: 1vw;
  }
}

@media only screen and (min-width: 800) {
  .views-flexbox-item  h2 {
    font-size: 0.25vw;
  }
}


.views-flexbox-item h2 {
  font-size: 1.5vw;
}

/* added lp 2021-07-16 */

.team-view-block ul {
  list-style-type: none; 
  background-color: #f4f4f4;
  padding: 0.5vw;
  margin: 0; 
}

.team-view-block li {
  margin: 0 0 1vw 0;
  background-color: #fff;
  padding: 1vw;
}

.team-view-block h2 {
  display: none;
}

div.left-image {
  float: left;
  width: 20%;
  margin: 0.75vw;
  padding: 0 0.8vw 0 0;
}

div.right-image {
  float: right;
  width: 20%;
  margin: 0.75vw;
  padding: 0 0.8vw 0 0;
}

div.right-image img,
div.left-image img {
  width: 100%;
}

div.body-with-images{
  display: inline;
  padding: 1vw;
}

img {
  padding: 0.5vw;
  display: border-box;
}

div.region.region-content nav {
  display: none;
}

.book-add-child  a {
  display: none;
}

li.book-printer {
  display: none !important;
}