/*
Theme Name: Properate Flow Theme
Theme URI: 
Author: 
Author URI: 
Description: Child theme
Template: twentytwentythree
Version: 1.0.1
Text Domain: pf-theme

Include style.css from sparkling below, place own styles in pf-style.css

/// Template: sparkling



*/

header {
  position:-webkit-sticky;
  position:sticky;
  top:0px;
  z-index:9999;
}

.pft-heading {
  /*padding:30px !important;*/
}
.pft-smaller {
  padding:8px !important;
}

a {
  color:#202020;
  text-decoration:none;
  font-weight:400;
  &:hover {
    color:#0000cc;
  }
}

.pf-border-top {
  border-top:1px solid #999999;
}

.pf-footer-line {
  margin-top:2px;
  margin-bottom:2px;
  border:none;
  height:1px;
  background-color:#999999;
}

#wpadminbar {
  z-index:0 !important;
}

