/* -------------------------
   Base text colors
------------------------- */

/* General body text */
body {
    color: #006790;
}

/* Site title */
.site-title,
.site-title a {
    font-weight: 200 !important;
	color: #006790 !important;
    font-size: 2rem; /* slightly larger than default */
}

/* Site description / tagline */
.site-description {
    color: #006790;
}

/* Post titles */
.entry-title,
.entry-title a {
    color: #006790;
}

/* Menu links */
.main-navigation a {
    color: #006790;
}

/* Footer text */
.site-footer,
.site-footer a {
    color: #006790;
}

/* -------------------------
   Hover states
------------------------- */
a:hover,
.entry-title a:hover,
.main-navigation a:hover,
.site-footer a:hover {
    color: #004d6b; /* darker shade for hover */
}

/* -------------------------
   Hamburger + Close icon
------------------------- */
.menu-toggle,
.menu-toggle:before,
.menu-toggle:after,
.menu-toggle .icon,
.menu-toggle .icon:before,
.menu-toggle .icon:after {
    background-color: #006790 !important;
}

/* -------------------------
   Older/Newer navigation links
------------------------- */
.posts-navigation a {
    color: #6893a0 !important;
    font-size: 0.9rem; /* make smaller than site title */
    font-weight: normal;
}

.posts-navigation a:hover {
    color: #4f707d; /* darker shade of #6893a0 on hover */
}

/* -------------------------
   Copyright text (footer + menu)
------------------------- */
.site-footer,
.site-footer p,
.site-footer .site-info,
.site-footer .site-info a,
.menu .site-info,
.menu .site-info a {
    font-weight: 200;
	color: #6893a0 !important;
    font-size: 0.8rem;
}

/* -------------------------
   Category Page Title spacing
------------------------- */


	@supports ( display: -webkit-flex ) or ( display: -moz-flex ) or ( display: flex ) {
		.page-header {
			min-height: 50px;
		}
	}


/* -------------------------
   Top MenuItem fix
------------------------- */

/*		.site-nav {
			position: fixed;
			z-index: 9999;
	}
*/
/* Add spacing inside the nav when active */
.site-nav.active {
    padding-top: 50px; /* equal to your header height */
}

/* Change width of the Post content */

