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

/* Headings */
h1 {
    font-size: 48px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
	line-height: 1.1em;
}

h5 {
    font-size: 22px;
}
h6 {
    font-size: 20px;
}

h2.tagline {
  font-size: 24px;
}

/* Buttons */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.button:visited,
a.wp-block-button__link:not(.has-background) {
	background: transparent;
	color: inherit;
	border-color: inherit;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
a.wp-block-button__link:not(.has-background):hover {
	background: transparent;
	color: #1e73be;
}

ul, ol {
    margin: 0 0 1.5em 1.5em;
}

