.modula-title.t-largest {
  font-size: 2em;
}
.modula-title.t-large {
  font-size: 1.5em;
}
.modula-title.t-medium {
  font-size: 1.25em;
}
.c-left {
  text-align: left;
}
.c-center {
  text-align: center;
}
.c-right {
  text-align: right;
}
.modula-flex-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .modula-flex-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .modula-image-card img.i-small {
    width: 30vw;
    height: 30vw;
  }
  .modula-image-card img.i-medium {
    width: 50vw;
    height: 50vw;
  }
  .modula-image-card img.i-large {
    width: 65vw;
    height: 65vw;
  }
}
.modula-desc {
  line-height: 2;
  white-space: pre-wrap;
}
.flex-container.flex-container-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modula-12 {
  width: 100%;
}
.modula-6 {
  width: 50%;
  max-width: 50%;
}
.modula-4 {
  width: 33%;
  max-width: 33%;
}
.modula-3 {
  width: 25%;
  max-width: 25%;
}
.modula-8 {
  width: 66%;
  max-width: 66%;
}
.modula-9 {
  width: 75%;
  max-width: 75%;
}
.modula-image-card img.i-small {
  width: 10vw;
  height: 10vw;
}
.modula-image-card img.i-medium {
  width: 25vw;
  height: 25vw;
}
.modula-image-card img.i-large {
  width: 35vw;
  height: 35vw;
}

.arrowed:after {
  content: '\276F';
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding-left: .5em;
  opacity: .6;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.arrowed:hover:after {
  padding-left: 2em;

  opacity: 1;
}

a.modula-button {
  -webkit-transition: none;
  transition: none;
}

a.modula-button:hover {
  opacity: 1;
}

a.modula-button button {
  background: #DB6627;
  border: none;
  padding: .5em 2em;
  font-size: 1em;
  color: white;
  /*  text-shadow: 0 0 5px #4b2e11;*/
  font-weight: 600;
  -webkit-transition: .25s all;
  transition: .25s all;

  -webkit-box-shadow: 0 15px 25px 5px rgba(6, 15, 34, 0.1);

  box-shadow: 0 15px 25px 5px rgba(6, 15, 34, 0.1);
}

a.modula-button:hover button {
  cursor: pointer;
  color: white;
  background-color: #4b2e11;
  -webkit-box-shadow: 0 5px 10px 0 rgba(6, 15, 34, 0.3);
  box-shadow: 0 5px 10px 0 rgba(6, 15, 34, 0.3);
}

.modula-image-card {
  text-align: center;
  padding: 3em 1em;
  width: 30%;
}


.modula-image-card h2 {
  font-size: 1.2em;
  font-weight: 600;
}

.modula-image-card h3 {
  font-size: 1em;
  font-weight: normal;
  color: #4b2e11;
  opacity: .8;
  line-height: 2;
  max-width: 80%;
  margin: 0 auto;
}

.modula-image-card h3 a {
  color: #4b2e11;
  border-bottom: 1.5px solid #4b2e11;
}


.modula-image-card img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  max-height: 320px;
  max-width: 320px;
}

.modula-invisaline {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  min-width: 100%;
  display: block;
  padding: 0;
  margin: 1em;
  height: 0;
}
