/*
 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
*/
/*header*/
.inside-header {padding: 5px 40px;}
/*link*/
a {font-weight:bold}
a:hover {font-weight:bold;color:#fff!important;background:#000091}
/*h2-6 first letter capitalization*/
h2::first-letter {text-transform: capitalize}
h3::first-letter {text-transform: capitalize}
h4::first-letter {text-transform: capitalize}
h5::first-letter {text-transform: capitalize}
h6::first-letter {text-transform: capitalize}
/*list first letter capitalization*/
li::first-letter {text-transform: capitalize}
/*h2-6 border bottom*/
h2 {border-bottom: 3px solid #000091}
h3 {border-bottom: 2px solid #000091}
/*table of contents*/
#ez-toc-container .ez-toc-js-icon-con, #ez-toc-container .ez-toc-toggle label, .ez-toc-cssicon {border-radius: 0px; border: 2px solid #000091}
#ez-toc-container {border-radius: 0px}
div#ez-toc-container {border: 3px solid #000091}
div#ez-toc-container ul.ez-toc-list a {font-weight:normal}
/*back to top*/
.generate-back-to-top {border-radius: 0px}
a.generate-back-to-top {background-color: #000091}
a:hover.generate-back-to-top {background-color: #000091aa}