/*
 Theme Name:   Guy Hunter Custom Theme
 Description:  Stackable Child Theme
 Author:       Dawn Buie
 Template:     stackable
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/



.home .page .entry-title {
  display: none;
}

.home .site-header > .wrapper {

    border-bottom: none;
    margin-bottom: 0;
}

body{
	color:#272c30;
}



.home .hentry {
    padding-bottom: 0;
    padding-top: 0;
	//background:pink;
}

.home .entry-footer{
  display:none;
}


//periwinckle
.site-header{
background:#389cb5;  
}

//orange
.widget-footer-top-area{
background:#dd9933;
}


body {
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#site-title, .site-title, #site-title a, .site-title a, .entry-title, .entry-title a, h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.site-info {
    font-size: .9rem;
    line-height: 1.40625;
}