/*
 Theme Name:   Write Child
 Theme URI:    http://example.com/
 Description:  Write Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     write
 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
 Text Domain:  twenty-fifteen-child
*/

body{
    height: 100%;
    color: #fafafa;
    background: #062437;
}
h1, h2, h3, h4, h5, h6, .site-title{
    color: #fff;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a{
    color: #fff;
}
.comment-author a{
    color: #f5f5f5;
}
.comment-respond a{
    color: #999;
}
.entry-content a, .entry-summary a, .page-content a, .home-text a, .author-profile-description a, .comment-content a{
    color: #ff6e90;
}
a:hover{
    color: #ff2d4b;
}
.site-title a, .site-title a:hover{
    color: #fff;
}
.comment-author a:hover {
    color: #ff2d4b;
}
.comment-respond a:hover{
    color: #ff2d4b;
}
.comment-metadata a:hover, a.comment-edit-link:hover{
    color: #ff2d4b;
}
.comment-body .reply a:hover{
    color: #ff2d4b;
}
.entry-meta a:hover{
    color: #ff2d4b;
}
.large-thumbnail .content-area{
    background: #062437;
}
blockquote{
    color: #ccc;
}
.post-summary .entry-summary{
    color: #999;
}
.widget{
    color: #999;
}
.profilewidget-name strong{
    color: #fff;
}

.main-navigation .search-field{
    background-position: 7px center;
    padding: 0 0 0 40px;
    background-color: rgba(255,255,255,0.2);
}
.main-navigation .search-field:hover{
    background-color: rgba(255,255,255,1);
}
