/*
Theme Name:     DHM Custom
Description:    This is a customized version of the Twenty Fifteen Theme for Dave Hudson Music.
Author:         Emily Mitchell
Template:       twentyfifteen

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

input[type="search"] {
	display: none;
}

.site-header .home-link {
	min-height: 620px;
}

body {
	color: #cccccc;
}

a {
	color: #336699;
}

a:active,
a:hover {
	color: #cccccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #cccccc;
}

input,
textarea {
	background: #fff;
}

button,
input[type="submit"] {
	color: #cccccc;
	outline: #cccccc solid;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus, {
	border-color: #cccccc;
	outline: none;
}

.entry-title a {
	color: #cccccc;
}

.entry-title a:hover {
	color: #336699;
}

.entry-content a,
.comment-content a,
.page-content a {
	color: #336699;
}

.entry-content a:hover,
.comment-content a:hover,
.page-content a:hover {
	color: #cccccc;
}