/*======================================
Theme Name: Louis Buttrick
Theme URI: https://louisbuttrick.com/
Description: Louis Buttrick child theme
Author: Brave Brands Ltd
Author URI: http://www.bravebrandsltd.com
Author Email: developer@bravebrands.co.uk
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         athlete, triathlete, personal website, Louis Buttrick
Text Domain:  divichild
======================================*/

/* Parallax */
.et_parallax_bg {
	background-position: center;
}
@media only screen and (min-width: 950px) {
.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css {
background-attachment: fixed;
	}}

/* Back to top */
.et_pb_scroll_top.et-pb-icon {
	background: #ee444d;
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
	color: #000;
	margin-right: 10px;
	padding: 2px;
	font-size: 1.5rem;
}

/* Images */
/*this sets the height of the image module*/
.bb-full-height-image-column {
	height: 100%;
}
/*this sets the height of the image container*/
.bb-full-height-image-column .et_pb_image_wrap {
	height: 100%;
}
/*this sets the height and fit of the actual image*/
.bb-full-height-image-column img {
	object-fit: cover;
	height: 100%;
}

/* Blurbs */
@media only screen and (min-width: 1900px) {
h4.et_pb_module_header {
  font-size:1.2em !important;
  }
.info-blurb .et-pb-icon {
	font-size: 1.8em !important;
	}
}