/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Paralax */
/* Parallax container basics */
.parallax {
  position: relative;
  overflow: hidden;        /* hide edges while background moves */

  background-attachment: scroll; /* ensure JS controls the movement */
  background-size: cover;
/*   background-position: center center; */
  will-change: background-position;
}