/*
 Theme Name:     Calafate Child
 Theme URI:      http://heythemers.com/themes/calafate/
 Description:    A basic child theme for the Calafate theme.
 Author:         Hey Themers
 Author URI:     http://heythemers.com
 Template:       calafate
 Version:        1.0
*/

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/


/* Главная страница */

.hp-h1 {
  font-size: 120px;
  line-height: 1.15;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "Montserrat";
}



/* Глобальные настройки */
.wrapper {
  max-width: 1820px;
}


/* Контейнер обрезает изображение */
.parallax-container {
  position: relative;
  overflow: hidden
}

/* Стили для изображения */
#parallax-img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
  object-position: center bottom;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none

}