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

body{
	text-transform:none;
}

.main-title {
    margin: 0;
    font-size: 40px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 300;
    text-transform: none;
    color: white;
}

.main-title a, .main-title a:hover, .main-title a:visited {
    color: #a68f71;
}
a, a:visited {
    color: #ccbdad;
}
