/* Start of top_01 */

p {
  font-weight: 400!important;
}

#top_01 {
  margin-bottom: 30px;
}

#top_01 .parallax-window {
  z-index: 1;
    min-height: 300px;
    height: 300px;
    background: transparent;
    width: 100%;
}

#top_01 .overlay {
  width: 100%;
  height: 300px;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
  position: absolute;
  top: 0;

}

#top_01 .title {
  color: #a55f1b!important;
  margin-top: 40px;
}


/* End of top_01 */
