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

link-un a, link-un a:visited {
color: white;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	padding-bottom: 4px;
	}
	
	
.highlight {
		text-decoration: underline;
		text-decoration-color: #13B690;
		text-decoration-thickness: 4px;
		text-underline-offset: 0.2em;
}


@media only screen and (max-width: 1024px) {
.highlight {
		text-decoration-thickness: 3px;
		text-underline-offset: 0.2em;
}
}
