/*
Theme Name: Accesspress Parallax Child
Theme URI: http://example.com/twenty-fifteen-child/
description: >-
  Twenty Fifteen Child Theme
Author: Space Station Apes
Author URI: http://spacestationapes.com
Template: accesspress-parallax
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
*/

.blackground {
background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    z-index: auto !important;
}

.stickery {
	position: -webkit-sticky; /* Safari */
 	position: sticky !important;
	top: 40px;
}

.portfolio-content {
	display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-post-wrap a {
	color:black;
}

#masthead.ap-fixed.show-nav {
	background: 0 0 !important;
}

.portfolio-post-wrapper  {
	margin:0 !important;
}
.pt-cv-colsys {
	margin:0 !important;
}