/*
 Theme Name:   responsive_249-child
 Template:     responsive_249
*/

/* fixed template */
a:hover {
  opacity: .8;
}

img {
    width: 100%;
    height: auto;
    max-width: max-content;
}

h2.title span {
    padding-bottom: 0px;
}

.slider-wrap {
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
}

nav#mainNav {
    margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .contact {
      margin-top: 0;
  }
}

@media (max-width:959px) {
  .slider-wrap {
      width: 96%;
  }
}