/*
Theme Name: Tortuga child
Theme URI: https://themezee.com/themes/tortuga/
Description: Tortuga child theme
Author: ThemeZee
Author URI: https://themezee.com
Template: tortuga
Version: 1.0.8
*/
@import url("../tortuga/style.css");
/* */


/* REMOVES SPACE AT TOP OF PAGE */
.header-main {
    padding-top: 0em;
    padding-bottom: 0em;
}



/* SITE TITLE BASIC CHANGES */
.site-title {
    font-family:  Arial;
    text-transform: capitalize;
}



/* MASS CHANGES */
.archive-title, .page-title, .entry-title, .widget-title {
    font-family:  Arial;
    text-transform: capitalize;
}


body, button, input, select, textarea {
    line-height: 1.3;
}

.widget-title {
    font-size: 24px;
}


/* NO LONGER NEEDED -- converts circles to numbers in the Latest News section */
.widget ul {
    list-style: clearfix;
}


/* HIDE NEXT AND PRIOR POST SECTION */
.post-navigation {
    display: none;
}


































