.slides,
.slides p {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
}
.slides h1,
.slides h2,
.slides h3,
.slides h4,
.slides h5,
.slides h6 {
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
}
.slides .button,
.slides .slides-form {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
}
.slides-form input[type="text"],
.slides-form input[type="name"],
.slides-form input[type="email"],
.slides-form input[type="password"],
.slides-form input[type="tel"],
.slides-form input[type="number"],
.slides-form input[type="submit"],
.slides-form button[type="submit"],
.slides-form textarea,
.slides-form select {
  font-size: 20px;
}
.slides-form input[type="submit"],
.slides-form button[type="submit"] {
  padding: 12px 32px;
}
@media screen and (min-width:1114px){
  .customColumn {
     max-width:calc(100% / 1) !important;
  }
}
.slideshow .background {
   opacity:0;
   visibility:hidden;
   -webkit-transition:1s;
   transition:1s;
}
.slideshow .background.shown {
   opacity:1;
   visibility:visible;
}
