/*
 Theme Name:   Himalayas Child
 Description:  PCH Himalayas Childtheme
 Author:       misterpeach.
 Author URI:   https://misterpeach.de
 Template:     himalayas
 Version:      1.0
 Text Domain:  himalayas-child
*/

#masthead .logo {
  width:270px;
}

@media screen and (min-width: 450px) {
	#masthead .logo {
    width:auto;
}
}

#bottom-footer .copyright {
  visibility: hidden;
}

.main-title {
  font-family:"Roboto", sans-serif;
}

.section-wrapper {
  padding: 100px 0;
}

.section-title-wrapper {
  margin-bottom:75px;
}


.home.transparent .header-wrapper {
    background: rgba(51, 51, 51, 1);
}

@media screen and (min-width: 400px) {
  .home.transparent .header-wrapper {
      background: rgba(239, 238, 238, 0);
  }
}

.transparent .header-wrapper.stick, .non-transparent .header-wrapper.stick {
    background: #333333;
    padding: 0;
}

#home.slider-wrapper {
  margin:65px 0 0 0;
}

@media screen and (min-width: 400px) {
  #home.slider-wrapper {
    margin:0 0 0 0;
  }
}