/*
Theme Name: Generate Press Child
Theme URI: http://example.com/twenty-fifteen-child/
description: >-
  Twenty Fifteen Child Theme
Author: Jeremy Storm
Author URI:
Template: generatepress
Version: 1.0.6
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: generatepress
*/

/*
 * Uppercase the items in the navigation bar
 */
.navigation-item a
{
  text-transform: uppercase;
}

.main-navigation
{
  background-color: #af7b64;
}
.main-navigation.current-menu-item
{
  background-color: #801d26;
}



.homepage-header-image
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.homepage-category-text, .homepage-row, .homepage-about-header
{
  color: #af7b64;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
}

.homepage-about
{
	margin-top: 0px;
	margin-right: 0px;
}

.homepage-about-image
{
	margin-top: 0px;
	padding-top: 0px;
}

.homepage-about-header > h1
{
  font-weight: 700;
  font-size: 44;
}

.homepage-about-text > p
{
  font-size: 16px;
  line-height: 1.0;
}

.post-image
{
  display: block;
  margin-bottom: 30px;
  align-content: center;
  text-align: center;
  width: 100%;
}

.post-image > a > img
{
  display: block;
  width: 100%;
}

.post-image-text
{
  text-align: center;
  text-transform: uppercase;
}

.main-navigation {
  position: fixed;
  top:   0;
  left:  0;
  right: 0;
}

.admin-bar .main-navigation {
  top: 32px;
}

.site-branding {
  margin-top: 50px;
}
