.site-header .site-logo{
	max-width:160px;
}

.site-header .site-title {
    display: none;
}
body:not(.fse-enabled) .site-description {
	font-size: 1.0rem;
	padding-left:5px;
}
.site-header.alignfull{
	background-color:rgba(255,255,255,0.9);
}

.site-header {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .2);
}
.content-area{
	margin-top:130px !important;
}
.margRight{
	margin-right:50px !important;
}
::selection {
	background: #b3670d;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#b3670d;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#b3670d;
	color:#FFF;
	text-shadow:none;
}
.main-navigation > div > ul > li > a, .entry-content a, a{
	transition:all 0.4s;
	text-decoration:none;
	color:#b3670d;
	font-weight:500;
}
body:not([class^="home"]) h1.entry-title{
	display:none;
	padding-top:30px;
}
.wp-block-cover__inner-container h1{
	text-transform:uppercase;
}
.references{
	color:#b3670d;
}
.references a{
	color: #000;
}
.main-navigation > div > ul > li > a, .entry-content a:hover, a:hover{
	text-decoration:underline;
	color:#b3670d;
}


.site-main {
    padding-top: 0px;
}

body:not(.fse-enabled) .main-navigation a {
	font-size: 0.7rem;
	font-weight:normal;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
}
.main-navigation > div > ul > .menu-item-has-children > a::after {
	font-size: 0.5rem;
	color:#aaa;
	margin-left:5px;
}
p.postIt:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: 0;
  left: 0;
  z-index: -1;
  background: url('https://prokopewriting.com/wp-content/uploads/2021/01/post-it.jpg') 0 0 no-repeat;
  transform: rotate(6deg);
	background-size:cover;

}
p.postIt{
  width:250px;
  height: 250px;
	position:relative;
	margin: 10px auto;
	transform:rotate(-3deg);
	font-family: 'Homemade Apple', arial !important;
	text-align:center;
	font-size: 0.9rem;
	padding:40px 30px 30px 35px;
}

h2{
	color:#000;
	font-weight:400;
	font-size:3.3rem;
}
.intro{
	font-weight:bold;
	color:#000;
	margin-bottom:0;
}
.serviceTitle{
	text-transform:uppercase;
}
.has-normal-font-size{
	font-size:0.9rem;
	-webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -o-hyphens: auto;
 hyphens: auto;
}
.wp-block-cover h2, .wp-block-cover-image h2 {
	font-size:3.3rem;
}