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

.download-button{
	border-radius: 4px;
	padding: 25px 100px;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	background-color: #1e73be;
	font-size: 20px;
}

.download-button:hover{
	background-color: #1e73bee6;
	color: #fff;
}