/* Customization to default styles go here */

.home-carousel {
  position: relative;
  background: url('../img/photogrid.webp') center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.bar.background-pentagon {
  background: url('../img/texture-bw.webp') center center repeat;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
}

#heading-breadcrumbs {
  background: url('../img/texture-bw.webp') center center repeat;
  padding: 20px 0;
  margin-bottom: 40px;
}

.bar.background-image-fixed-2 {
  background: url('../img/fixed-background-2.webp') center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

.navbar ul.nav > li > a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: unset;
  letter-spacing: 0.08em;
  border-top: solid 5px transparent;
}

.icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  color: #fff;
  line-height: 80px;
  border-radius: 40px;
  border: solid 3px #fff;
  font-size: 30px;
}

.navbar-brand {
  float: left;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 62px;
}


/* Floating images using figure shortcode  */
/* Example: {{< figure src="img/port.jpg" width=100% class="floatright" >}} */

figure.floatright {
    max-width: 40%;
    min-width: 150px;
	float: right;
    margin-left: 20px;
}

figure.floatleft {
	max-width: 40%;
    min-width: 150px;
	width: auto\9*0.3; /* ie8 */
	height: auto;
	float: left;
    margin-right: 20px;
}


/*Dropdown menu font size */
.navbar .yamm-content h5 {
  font-size: 16px;
}

.navbar .yamm-content ul li a {
  font-size: 14px;
}


/* Body font size */
body {
  font-size: 16px;
}


.testimonials .item .testimonial .name-picture p {
  color: #999999;
  margin: 0;
  margin-right: 70px;
  line-height: 1.1;
  font-size: 12px;
}

.bar {
  position: relative;
  background: var(--primary-accent);
  padding: 30px 0;
}
