/*
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.11
WordPress Available:  yes
Requires License:    no
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: flat
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-menu, editor-style, post-formats, translation-ready,featured-images, threaded-comments

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 {}
a {
    	outline:none;
    	text-decoration:none;
	color: #77216F;
	font-weight: bold;
}

h1, h2, h3, h4 {
  	color:#77216F;
}

.main-navigation li a:hover {
	color: #EADD4F !important;
}

.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a {
 	color: #EADD4F !important;
}

#description {
	color: #EADD4F !important;
}

@media (max-width: 550px){
	.site-header .home-link{
		height: 150px;
	}
}

.button-primary, a.button-primary {
    background-color: white;
    border-color: white;
    border-bottom-color: white;
    border-width: 1px;
    border-radius: 3px;
    color: #77216F !important;
}

.button-primary:hover, a.button-primary:hover {
    background-color: #77216F;
    color: white !important;
}

.button-primary:active, a.button-primary:active {
    background-color: #77216F;
    color: #EADD4F !important;
}

/* .site-info {
    display: inline;
} */

.colophon {
   margin: 0;
}

.main {
   border-radius: 0 0 10px 10px;
}

.nav-links { 
	display: none;
}

