/* your styles go here */
/* Example site test */

div.description {
  width: 100%;
  height: 100%;
  display: block;
  clear: both;
}

img.front-logos {
  display: block;
  float: left;
  height: 100%;
  width: 300px;
  padding-right: 50px;
}

p.frontpage {
    width: 100%;
    min-height: 300px;
    height: 100%;
    padding-bottom: 50px;
    font-size: 150%;
    text-align: left;
    display: block;
}

.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;
}

.home-carousel {
  position: relative;
  background: url('../img/photogrid.png') 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;
}

.home-carousel .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-accent);
  opacity: 0.75;
  filter: alpha(opacity=0);
}

