/*
Theme Name: Flat
Theme URI: https://themeisle.com/themes/flat/
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Flat is a free Blog Theme designed by YoArts. Works nice for a personal blog, magazine ,news or review website.
Version: 1.7.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: flat
Tags: black, orange, white, white, dark, light, two-columns, responsive-layout, left-sidebar, custom-background, custom-colors, custom-menu, editor-style, post-formats, custom-colors, translation-ready,featured-images, threaded-comments, translation-ready,photoblogging

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.sticky {}
.bypostauthor {}


#new_header {
    padding: 60px 0;
    width: 100%;
    height: 256px;
    margin-bottom: 0px;
    position: relative;

    background: #683779; /* Old browsers */
 
    background-image: url("http://www.paradeofrain.com/wp-content/uploads/2015/08/02625_thereignofthestars_2560x1440-e1438763853441.jpg");
    
    background-size:cover;
    color: #fff;
    text-align: center;
}


#new_header a {
    color: #fff;
    font-weight: 300;
}

#new_header a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#new_header .site-description {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 100;
}

a {
    color: #ED2560;
}

a:hover {
    color: #6F387A;
}