/*
 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
*/

.side-img{
	min-height:100%;
}


.side-img figure{
	position: sticky;
	top: 100px;
}

.page-id-318 .entry-content h2{
	color: #fff;
}

.cpyright {
  font-size: 14px;
  color: #fff;
  margin: 0px;
  padding: 10px 0px;
}

.cpyright a{
	color:#fff;
}

.cpyright a:hover{
	color:var(--accent);
}