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


/* Menu dashed
.inside-navigation.grid-container {
    border-style: dashed;
    border-width: 3px;
	border-top-style: none;
}
*/


/* Color H2*/

h2 {
    background: #D4CEF6;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}

h3 {
    background: #F7F8F9;
    color: #000;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}
