/*
 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
*/

p {

letter-spacing: 1px;

}

.main-title {

letter-spacing: 2px;

text-shadow: 2px 2px #000000;

}

.entry-content {

margin-top: 35px;

}

.entry-title {

margin-bottom: -15px;

}

.slideout-navigation {

padding-top: 20px;

background-color: #1b517e;

}

.slideout-navigation a {

padding-top: 20px;

padding-bottom: 20px;

font-weight: bold;

font-size: 17px;

letter-spacing: 2px;

text-align: center;

}

.slideout-navigation a:hover {
    
text-decoration: underline;

}

.inside-right-sidebar {

border-style: double;

border-width: 10px 0px 10px 0px;

border-color: #1b517e;

padding-top: 30px;

padding-bottom: 30px;

}

.nav-links {

letter-spacing: 2px;

font-weight: bold;

}

.read-more {

font-weight: bold;

}

.nav-previous {

text-align: center;

text-transform: uppercase;

font-weight: bold;

padding: 20px;

}

.nav-next {

text-align: center;

text-transform: uppercase;

font-weight: bold;

padding: 20px;

}

.nav-previous a:before {

content: "Previous Post: ";

}

.nav-next a:before {

content: "Next Post: ";

}

.single a:hover {

text-decoration: ;

}

.photo-ad {

padding-top: 30px;

padding-bottom: 0px;

}