/*
 Theme Name:   Minimal Child
 Description:  Minimal Child Theme
 Template:     Minimal
*/


@import url("../Minimal/style.css");


/*----------Header----------*/


/*----------Nav----------*/


/*Change the color of the nav background*/
ul.nav {
background: #;
}

/*Change the background of the nav link*/
ul.nav > li > a:hover, ul.nav > li.current_page_item > a, ul.nav > li.current-cat > a {
background: #;
color: #;  
}


/*----------Body----------*/



/*Change the color of the body*/
body {
background: #;
color: #;
}

/*Change the color of the h1*/
.textwidget h1 {
color: #;
}

/*Change the color of the blog title*/
h2 a {
color: #!important;
}

/*Change the color of the blog hover title*/
h2.title a:hover{
color: #!important;
}

/*Change the color of the links in the posts*/
.entry.clearfix a {
color: #;
}

/*Change the color of the link in the calendar*/
table#wp-calendar a {
color: #;
}

/*Change the color of the archives link*/
div#archives-2 a {
color: #;
}


/*----------Sub-pages----------*/


/*Change the color of the breadcrumbs link*/
div#breadcrumbs a {
color: #;
}


/*----------Footer----------*/


/*Change the color of the footer nav*/
ul#menu-mainnav-1 a {
color: #;
}

/*Change the color of the footer text*/
p#copyright {
color: #;
}

/*Change the color of the footer link*/
p#copyright a{
color: #;
}

/*Change the background color of the footer*/
div#footer {
border: 1px solid #;
background-color: #;
}


/*----------Do not edit below this line----------*/


#slogan{
background: none;
}

.textwidget h1 {
margin-bottom: 20px;
}