/*!
Theme Name: pharmtechs
Theme URI: http://pharmtechs.org/
Author: pharmtechs.org
Author URI: http://pharmtechs.org/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pharmtechs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

pharmtechs is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Make header sticky only on non-homepage desktop views */
@media screen and (min-width: 768px) {
body:not(.home):not(.page-id-37) header#masthead{
	position: fixed !important;
    z-index: 9999 !important;
}
	
/* adds padding to all content pages except home page */
body:not(.home):not(.page-id-37) #content{
    padding-top: 89px !important;
}
}

/* column alignment */
.wp-block-columns{gap: 0 !important; align-items: normal !important;}

