h1 {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}
h3 {
  font-size: 18px;
}
h2 {
  font-size: 22px;
}
p {
  font-size: 16px;
}
.main{background:url('images/season_bg.jpg');
    background-repeat: no-repeat;
    padding-top: 43px;
    background-size: contain;
}
.main > .container{background:white;}
.pick-ups img {
  border-bottom: 8px solid #455eb0;
  width: 100%;
}
.pick-ups h3 {
  text-align: center;
}
.pick-ups .overlay {
  position: absolute;
  top: 0;
  background: #455eb0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.pick-ups .pick-up:hover .overlay {
  opacity: 0.8;
}
.pick-ups .image-area {
  position: relative;
}
.main-content h1:after {
  content: ' ';
  height: 4px;
  margin-top: 10px;
  margin-bottom: 25px;
  background: white;
  display: block;
  width: 100%;
  border-top: 1px solid #7f7f7f;
  border-bottom: 2px ridge #b7b7b7;
}
.menu-button i:before {
  font-size: 30px;
}
.touch-button.active i:before {
  content: '\6a';
}
.side-nav h2 a{color:white;}
.side-nav h2 {
  color: white;
  background: black;
  margin: 0;
  font-weight: 500;
  padding: 15px 25px;
}
.side-nav > li > a {
  font-size: 16px;
  color: #1e1f21;
  font-weight: 500;
  padding: 17px 31px;
}
.side-nav li ul li a {
  color: #1e1f21;
}
.side-nav li ul li a:before {
  content: '\64';
  font-family: 'palkane-icons';
  vertical-align: middle;
  color: #1e1f21;
}
.contacts-img .contact-img-area {
  float: left;
}
.contacts-img .contact-text-area {
  float: left;
  margin-left: 25px;
  display: block;
  border-bottom: #9b9b9d solid 1px;
}