/*
 Theme Name:   Hitchcock Child Theme
 Theme URI:    http://www.wpbeginner.com/
 Description:  A Hitchcock child theme
 Author:       WPBeginner
 Author URI:   http://www.wpbeginner.com
 Template:     hitchcock
 Version:      1.0.0
*/
 
@import url("../hitchcock/style.css");


.header-image:after {
	background-color: white;
	background: white;
}

body {
	background-color: white;
}

.blog-title a {
	color: black;
}

a:hover {
	color: red;
}

.page-title {
	display: none;
}


/* od pawła */
.fa-angle-right:before {
content: "\f105”;
}

.archive-nav {
text-align: center;
margin-top: 60px;
color: #eee; /* oryginalny szarawy stan nieaktywny */
}

.archive-nav a {
display: inline-block;
color: #000; /* oryginalny biały stan normalny */
}

.archive-nav a:hover {
color: #3bc492; /* oryginalny zielonkawy stan po najechaniu kursorem */
}

span.fa.fw.fa-angle-right::after {
content: ">";
}

span.fa.fw.fa-angle-left::before {
content: "<";
}

.credits p:first-child {
font-size: 1.175em;
color: #e4e4e4;
}
.credits p:first-child a {
color: #e4e4e4;
}

