@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------
SCREENS BY SIZE
-----------------------------------------------*/
/* Smartphones (landscape) ----------- */
@import url(/css/tablet.css) screen and (min-width:641px) and (max-width:1024px);
/* Smartphones (portrait) ----------- */
@import url(/css/mobile.css) screen and (max-width:640px);
/* Desktops and laptops ----------- */
@import url(/css/desktop.css) screen and (min-width:1025px);
/*-----------------------------------------------
ALL SCREENS
-----------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
a {text-decoration:none;color:blue;}
body, html {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size:14pt;
/*
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
*/
  color: #616161;
  scroll-behavior: smooth;
  font-family: Georgia, serif;	
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;	
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.clearit {
  clear: both;
}
#menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  z-index: 20000;
  opacity: 0;
}
.slide, .slidevis {
  display: none;
}
#menubar {
  padding-top: 3px;
  height: 36px;
  background-color:white;
  z-index: 25000;
  position:fixed;
  right:4px;
  top:4px;
  border-radius:4px;
}
.container {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.slide {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.table {
  display: table;
  height: 100%;
}
.cell {
  display: table-cell;
}
.footer {
  width: 100%;
  padding: 48px 2% 48px 2%;
  color: #F8F8E7;
  text-align: center;
  background-color: #8f0745;
  font-family: "Lato", serif;	
  font-weight: 400;
  font-style: normal;
}
.underliner a {
  position: relative;
  text-decoration: none;
}
.underliner a:hover {}
.underliner a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.underliner a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#ml {
  width: 30px;
}
.footer {
  padding: 64px 0 64px 0;
}
#ml {
  width: 30px;
}
.twm {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: white;
}
.twm a {
  text-decoration: none;
  color: inherit;
}
.formbox input, .formbox textarea {
  width: 100%;
  padding: 12px;
  border: none;
  outline: none;
  background-color: #E0E0E0;
  color: black;
  border-radius: 4px;
  font-weight: bold;
}
.formbox textarea {
  height: 275px;
}
.formbox button,button {
  border: none;
  outline: none;
  padding: 12px;
  border-radius: 6px;
  font-weight:bold;
}
.aperture button {
  background-color:#FAF4D7;
  color: #141414;
}
.formbox button,button {
  background-color:#141414;
  color: white;
}
.header {
	display:flex;
	align-items: center;
}
.logobox {
	flex:0;
}
.menubox {
	flex:1;
}

.menubox {
	flex-grow:1;
	text-align:center;
  	font-family: "Lato", serif;		
	line-height:1.5rem;
}
.menubox a {
	display:inline-block;
	text-decoration:none;
	padding:0 8px 0 8px;
	color:black;
	font-weight:bold;
}
.innerlogo {
	padding-left:16px;
}
#menupos,#menupos2 {
	background-color:white;
	z-index:5000;
	padding:12px 0px;		
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.38);
	box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.38);
	width:100%;
}
#menupos2 {
	visibility:hidden;
}
.footer h3 {
  font-family: "Playfair Display", serif;
}
.footer h3,.aperture h2 {
  letter-spacing:2px;
}
.colb {
	flex:1;
	padding:0 24px;
	line-height:1.75rem;
}
.colb,.colb h3 {
  	font-family: "Lato", serif;	
	font-weight: 400;
	font-style: normal;
}
.colb h3 {
	font-weight: 900;	
}
.copystrip {
	padding:6px 0;
	background-color:black;
	color:#c0c0c0;
	font-size:0.85rem;
}
a {
	color:#862020;
	text-decoration:underline;
}
.footer input, .footer textarea {
  width: 100%;
  padding: 12px;
  margin-bottom:4px;
  border: none;
  outline: none;
  background-color: #E0E0E0;
  color: black;
  border-radius: 4px;
  font-weight: bold;
  display:block;
}
.footer textarea {
  height: 125px;
}
.footer button {
	width:100%;
}
::placeholder {
  color: #909090;
  text-transform: uppercase;
}
button {
	font-weight:bold;
}
::placeholder,button {
  font-size:0.85rem;	
}
hr {
    height: 1px;
    color: #d8d8d8;
    background: #e8e8e8;
    font-size: 0;
    border: 0;
	margin:20px 0 40px 0;
}
.aperture {
	height:75vh;
	margin:24px 0;
	display:flex;
	justify-content: center;
	align-items:center;
	color:white;
	flex-direction: column;
	text-shadow: 0px 0px 10px rgba(14, 14, 14, 0.5);
	-webkit-text-shadow: 0px 0px 10px rgba(14, 14, 14, 0.5);
	-moz-text-shadow: 0px 0px 10px rgba(14, 14, 14, 0.5);
  	font-family: "Lato", serif;	
	font-weight: 400;
	font-style: normal;
}
.ll1 {
	font-family: "Gloria Hallelujah", cursive;
}
.ll2 {
	font-size:0.6em;
}
.ll3 {
	font-weight:bold;
	line-height:1.95em;
}
.aperture:after {
    content:"";
    position:fixed; /* stretch a fixed position to the whole screen */
    top:0;
    height:100vh; /* fix for mobile browser address bar appearing disappearing */
    left:0;
    right:0;
    z-index:-1; /* needed to keep in the background */
    background: url('../img/wallp.jpg') top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
}
.infostripgr,.infostripgrnp {
	background-color:#f6f4f3;
}
.infostripwh,.infostripwhnp {
	background-color:white;
}
.infostripgr,.infostripwh {
	padding:80px 0;
}
blockquote {
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
}
/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
	color:black;	
}
blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
   /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float:right;
    font-size:6em;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
	color:black;		
}
blockquote footer {
    padding: 0 2em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2013";
}
.headtit {
	text-align:center;
  	font-family: "Lato", serif;	
	font-style: normal;	
}
.htp {
	margin-bottom:96px;
}
h2,h3 {
	color:#202020;
	font-weight: 900;	
}
.footer h3 {
	color:white;
}
.box {
	text-align:center;
}
.box h3,.box a {
  	font-family: "Lato", serif;		
}
.la {
	text-align:left;
}
.box a {
	text-decoration:none;
	font-weight:bold;
	font-size:0.8rem;
	letter-spacing:1px;
}
.arrow {
  border: solid #8f0745;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.logostrip a {
	display:inline-block;
	margin:8px;
}
.bpad {
	color:white;
	padding:32px;
	display:flex;
	flex-direction: column;
	text-align: left;
}
.bpad a {
	color:white;
	padding:6px 12px;
	text-decoration:none;
	border:1px solid white;
	margin-top:32px;
	display:inline-block;
}
.bpad p {
	margin:0;
}
.bpad p:nth-child(2)
	{
	flex:1;
	}
.pcol {
	background-color:#8d0e45;
}
.ocol {
	background-color:#d4432f;
}
.ycol {
	background-color:#5448c8;
}
.bhead {
  	font-family: "Lato", serif;		
	text-align:left;
  	font-weight: 900;
	font-size:1.25rem;
	margin-bottom:12px;
}
.inflex {
	line-height:1.75rem;
}
.col2 {
  	color: #8f0745;
}
.fl,.fr {
	padding:6px 0;
}
.menuStrip {
	margin-top:24px;	
}
.wrapper {
	margin-top:24px;
}
.sticky {
	padding:14px 16px;
	font-family: "Lato", serif;	
	font-weight: 700;
	font-style: normal;
}
.sticky ul {
	list-style-type:none;
	padding-left:0;
}
.sticky li {
	line-height:1.75rem;	
}
.sticky a {
	text-decoration:none;
	color:purple;
	font-size:1.25rem;	
}
.infoStrip {
	line-height:1.5rem;
	overflow:hidden;
}
.infoStrip li {
	margin-bottom:0.75rem;
}
.infoStrip h2,.infoStrip h3 {
	color:purple;
}
.infoStrip h2 {
	font-size:2rem;
	line-height:2.25rem;
}
.infoStrip p {
	color:#404040;
  	font-family: "Lato", serif;		
}
li::marker {
	color:purple;
	font-size:1.5rem;
}
.infoStrip li b {
	color:purple;
}
.infoStrip td {
	padding-bottom:1rem;
}
.infoStrip td:first-child {
	width:1.95rem;
}
.stickyholder {
	background-color:white;
	padding:24px;	
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.38);
	box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.38);	
}