/*

 Theme Name:     Pachyderm Child Theme

 Theme URI:      none

 Description:    Pachyderm Child Theme

 Author:         Ryan Hallett

 Author URI:     http://ryanhallettweb.com.au

 Template:       pachyderm

 Version:        1.0.0

*/
 
/* Child styles are loaded from functions.php */


/* =Theme customization starts here

------------------------------------------------------- */



/* GENERAL THEME CHANGES */


body {
    font-family: 'Courier New', Gudea, Helvetica, Arial, sans-serif!important;
}

body,
button,
input,
select,
textarea {
    font-family: 'Courier New', Gudea, Helvetica, Arial, sans-serif!important;
}

.capitalise {
    text-transform: capitalize!important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Courier New', "Poiret One", serif!important;
}

.site-info {
    float: none;
}

.navigation-main {
    background: black;
    margin-top: -20px;
}

.navigation-main a {
    background: black;
    font-size: 18px;
    font-size: 2rem;
    padding: 15px 8px 5px;
    text-transform: lowercase;
}

.navigation-main li:last-of-type {
    float: right;
}