@font-face {
    font-family: 'scala_capsbold';
    src: url('/fonts/scalacaps-bold-webfont.woff2') format('woff2'),
         url('/fonts/scalacaps-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scalabold_italic';
    src: url('/fonts/scala-bolditalic-webfont.woff2') format('woff2'),
         url('/fonts/scala-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scalasansitalic';
    src: url('/fonts/scalasans-italic-webfont.woff2') format('woff2'),
         url('/fonts/scalasans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scalasansbold';
    src: url('/fonts/scalasans-bold-webfont.woff2') format('woff2'),
         url('/fonts/scalasans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scala_sansregular';
    src: url('/fonts/scalasans-regular-webfont.woff2') format('woff2'),
         url('/fonts/scalasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scalabold';
    src: url('/fonts/scala-bold-webfont.woff2') format('woff2'),
         url('/fonts/scala-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scalaitalic';
    src: url('/fonts/scala-italic-webfont.woff2') format('woff2'),
         url('/fonts/scala-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scalaregular';
    src: url('/fonts/scala-webfont.woff2') format('woff2'),
         url('/fonts/scala-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scala_sansbold_italic';
    src: url('/fonts/scala_sans_bold_italic-webfont.woff2') format('woff2'),
         url('/fonts/scala_sans_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'scalasanscaps';
    src: url('/fonts/scalasans_caps_regular-webfont.woff2') format('woff2'),
         url('/fonts/scalasans_caps_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.entry-content {
	font-family:"scalaregular", NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif !important;
		letter-spacing: normal;
}

.entry-content strong{
font-family:"scalabold";
	font-weight:normal;
	font-style: normal;
}
.entry-content em{
font-family:"scalaitalic";
	font-style: normal;
}
.entry-content strong > em{
font-family:"scalabold_italic";
	font-style: normal;
}
.entry-content em > strong{
font-family:"scalabold_italic";
	font-style: normal;
}

.powered-by-wordpress {
	display:none
}
.overlay-header #site-header {
	background-color: rgba(00,22,22,40%)
}
.screen-height {
    min-height: 550px;
}
.home .screen-height {
    min-height: 100vh;
}
@media only screen and (max-width: 768px) {
.screen-height {
    min-height: 40vh; !important
}
.home	.screen-height {
    min-height: 80vh; !important
}
}
.page-template .entry-title {
	text-shadow:
		0px 0px 20px #023
}