.temp-home {
	position: fixed;
	z-index: 5;
	left: 50%;
	top: 50%;
	color: white;
	background: rgba(0,0,0,0.52);
	transform: translate(-50%, -55%);
	text-align: center;
	font-size: 1.5rem;
	font-style: italic;
	border-radius: 15px;
	padding: 2em;
}

.temp-home h2 {
	font-size: 2.8rem;
	font-style: normal;
	margin-top: 0px;
}

.temp-home h4 {
	/* font-variant: small-caps; */
	font-style: normal;
}

.temp-home a {
	color: #A4A4A4;
}

.temp-subs {
	width: 100%;
	background-color: #2e7ebb;
	font-family: 'Sentinel A', 'Sentinel B';
	text-align: center;
	color: white;
	height: 2em;
	font-size: 1em;
	font-weight: 500;
	padding-top: 12px;
}

.temp-subs a {
	color: lightgray;
	text-decoration: none;
}

.temp-subs a:hover {
	color: lightgray;
	text-decoration: underline;
}

@media only screen and (max-width: 800px) {

	.temp-subs {
		width: 96%;
		height: 3em;
		font-size: 0.8rem;
		padding: 0.5em 2%;
	}
}

@media only screen and (max-width: 555px) {
	.temp-home {
		padding: 1em;
		font-size: 1em;
		width: 70%;
	}
	
	.temp-home h2 {
		font-size: 2rem;
	}
	
	.temp-home h4 {
		font-size: 1.4rem;
	}
}


/*** MAIN STRUCTURAL STYLES ****************************************/

html {
    min-height: 100%;
	height: 100%;	
	font-family: 'Sentinel A', 'Sentinel B';
}

body {
    margin: 0;
	height: 100%;
	min-width: 400px;
}

nav {
	height: 7rem;
	background-color: white;
}

footer {
    height: 8rem;
	background-color: white;
}

a {
	color: #2e7ebb;
	text-decoration: none;
}

a:hover {
	color: #2e7ebb;
	text-decoration: underline;
}

h2 {
	font-size: 2.4rem;
	font-weight: 800;
}

h3 {
	font-size: 1.8em;
	font-weight: 600;
	margin: 0;
}

h4 {
	font-size: 1.3em;
	font-weight: 600;
	margin: 0;
}

h5 {
	font-size: 1.2em;
	letter-spacing: 1px;
}

strong {
	font-weight: 600;
}




/*** NAVIGATIONAL BAR **********************************************/

.nav-container {
  	margin: 0 auto;
  	padding: 0;
	position: relative;
  	width: 100%;
  	max-width: 1080px;
	display: flex;
}

.nav-logo {
	float: left;
	padding-left: 2px;
}

.nav-container img {
	width: 100%;
	max-width: 140px;
	height:auto;
	padding-top: 1em;
}

.nav-bars {
	padding: 0;
}

.nav-bars-toggle {
	display: none;
}

.nav-right {
  	padding: 0;
	display: flex;
	margin-left: auto;
	margin-right: 0;
	z-index: 10;
}

.nav-right-link {
  	text-align: center;
	height: 7rem;
	line-height: 7rem;
	padding-left: 24px;
	margin-top: 2px;
}

.nav-right-link a {	font-family: 'Sentinel A', 'Sentinel B';
	font-weight: 600;
	font-size: 1.2em;
	color: #303030;
	text-decoration: none;
}

.nav-right-link a:hover {
	color: #2e7ebb;
	text-decoration: none;
}

@media only screen and (max-width: 1100px) {
	.nav-container {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media only screen and (max-width: 760px) {
	.nav-right,
  	.nav-container {
    	flex-direction: column;
		background-color: white;
		font-size: 1.25em;
		width: 100%;
		padding-bottom: 1rem;
		padding-left: 0;
		padding-right: 0;
  	}
	.nav-container img {
		padding-left: 1em;
	}
  	.nav-right-link {
		height: 3.5rem;
		line-height: 3.5rem;
  	}

	.nav-right {
		display:none;
		margin-left: 0;
	}


	.nav-bar-toggleshow {
		display: flex;
		z-index: 10;
	}

	.nav-bars-toggle {
		align-self: flex-end;
		padding-right: 1em;
		padding-top: 3rem;
		display: initial;
		position: absolute;
		cursor: pointer;
		z-index: 10;
	 }
  
}




/*** FOOTER STYLES *************************************************/

.footer-container {
  	margin: 0 auto;
  	padding-top: 1em;
	position: relative;
  	width: 100%;
  	max-width: 1080px;	font-family: 'Sentinel A', 'Sentinel B';
	color: #808080;
	font-weight: 300;
	font-size: 1em;
	display: flex;
	flex-direction: row;
}

.footer-left {
	width: 24%;
	padding-right: 1%;
	line-height: 1.4em;
}

.footer-left i {
	display: inline-block;
	width: 1.2em;
}

.footer-right {
	width: 25%;
	text-align: right;
}

.footer-right a {
	color: #808080;
	text-decoration: none;
}

.footer-right img {
	max-height: 1.4em;
	padding-right: 0.8em;
	vertical-align: -10%;
	filter:grayscale(100%) brightness(150%);
}

.footer-right a img:hover {
	filter: grayscale(0%) brightness(100%);
}

.footer-container a.mobiletel {
	display: none;
}
	
.footer-container .desktoptel {
	display: inline;
	text-decoration: none;
	color: #808080;
}

.footer-container a {
	color: #808080;
	text-decoration: none;
}

.footer-container a:hover {
	color: #000;
	text-decoration: none;
}

@media only screen and (max-width: 1100px) {
	.footer-container {
		width: 96%;
		float: left;
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media only screen and (max-width: 760px) {
	.footer-container {
		display: flex;
		flex-flow: row wrap;
		width: 96%;
		float: left;
		padding-left: 2%;
	}
	
	.footer-left {
		width: 48%;
		padding: 0;
		font-size: 1.4em;
	}
	
	.footer-right {
		text-align: left;
		padding-top: 0.8em;
		padding-bottom: 1.3em;
	}
	
	.footer-container a.mobiletel {
		display:inline;
	}
	
	.footer-container .desktoptel {
		display: none;
	}
	
	.footer-left i {
		display: inline-block;
		width: 1.5em;
	}
}


@media only screen and (max-width: 555px) {
	.footer-container {
		display: flex;
		flex-flow: column nowrap;
		width: 96%;
		float: left;
		padding-left: 2%;
	}
	
	.footer-left {
		width: 80%;
	}
	
	.footer-right {
		width: 80%;
	}
}



/*** HOMEPAGE ONLY *************************************************/

/* NO LONGER IN USE
.imagearea  {
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('./images/slide1.jpg');
	min-height: calc(100vh - 15rem);
} */

.crossfade {
	min-height: calc(100vh - 15rem);
}
.crossfade > figure {
	animation: imageAnimation 30s; 
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
	color: transparent;
	height: calc(100vh - 15rem);
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 7rem;
	width: 100%;
	z-index: 0;
	margin: 0;
	padding: 0;
	min-height: calc(100vh - 15rem);
	display: block;
}

.crossfade > figure:nth-child(1) { 
	background-image: url('./images/slide1.jpg'); 
}

.crossfade > figure:nth-child(2) {
  	animation-delay: 6s;
  	background-image: url('./images/slide2.jpg');
}

.crossfade > figure:nth-child(3) {
  	animation-delay: 12s;
  	background-image: url('./images/slide3.jpg');
}

.crossfade > figure:nth-child(4) {
  	animation-delay: 18s;
  	background-image: url('./images/slide4.jpg');
}

.crossfade > figure:nth-child(5) {
  	animation-delay: 24s;
  	background-image: url('./images/slide5.jpg');
}

@keyframes 
imageAnimation {  
	0% {
 		opacity: 0;
	}
 	10% {
 		opacity: 1;
	}
 	33% {
 		opacity: 1;
	}
	53% {
 		opacity: 0;		
	}
 	100% {
 		opacity: 0;
	}
}




/*** GENERAL SUBPAGES **********************************************/

.sub-container {
  	margin: 0 auto;
  	padding: 0;
  	width: 100%;
  	max-width: 1080px;
	display: flex;
	flex-direction: row;
}

.right-half {
	width: 47%;
	padding-left: 3%;
}

.left-half {
	width: 47%;
	padding-right: 3%;
}

.sub-container p {
	font-size: 1.2em;
}


@media only screen and (max-width: 1100px) {
	.left-half {
		width: 96%;
		padding-left: 4%;
	}
	
	.right-half {
		width: 96%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 760px) {
	.sub-container {
		flex-direction: column;
	}
	
	.left-half {
		width: 80%;
		padding: 0 10%;
	}
	
	.right-half {
		width: 80%;
		padding: 0 10%;
	}
}



/*** ABOUT US PAGE *************************************************/

.about-container {
  	margin: 0 auto;
  	padding: 0;
  	width: 100%;
  	max-width: 1080px;
	display: flex;
}

.about-header {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('./images/about-header.jpg');
	min-height: 45rem;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	margin-top: -1.5em;
}

.about-header h2 {
	text-align: center;
	color: white;
	width: 100%;
	padding-top: 2em;
}

.about-header-text {
	column-count: 2;
	column-gap: 2em;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
  	width: 50em;
	text-align:center;
	color: white;
}

.about-header-text p {
	text-align: justify;
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0;
}

h2.about-team-line {
  	width: 100%;
	max-width: 1080px;
  	text-align: center;
  	border-bottom: medium dotted #000;
  	line-height: 0.1em;
	margin: 0 auto;
	margin-bottom: 1.5em;
	margin-top: 2em;
}

h2.about-team-line span {
  	background: #fff;
  	padding: 0 1em;
}

h2.about-team-line-bottom {
  	width: 100%;
	max-width: 1080px;
  	text-align: center;
  	border-bottom: medium dotted #000;
  	line-height: 0.1em;
	margin: 0 auto;
	margin-bottom: 1.1em;
	margin-top: 0.2em;
}

.about-bio-grid {
	width: 100%;
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding:0;
}

.bio-box {
	width: 28%;
	min-width: 300px;
	padding: 0;
	margin: 0 0 1.5em 0;
	position: relative;
	font-weight: 300;
}

.bio-text {
	max-height: 0;
    overflow: hidden;
	margin-top: 1em;
	line-height: 1.3em;
	letter-spacing: 1px;
}

.bio-box img {
	max-width: 300px;
}

.bio-box label {
    display: block;
}
.bio-box input {
    display: none;
}
.bio-box label::after {
    content: "Read more";
	color: #2e7ebb;
	font-style: italic;
	font-size: 1em;
	display: block;
	float: right;
}
.bio-box input:checked + label::after {
    content: "Show less"
}
.bio-box input:checked ~ .bio-text {
	transition: 0.4s;
    max-height: 100vh;
}

.bio-title {
	text-transform: uppercase;
	font-size: 0.8em;
	margin: 0;
	margin-top: 2px;
	float: left;
}

.about-bottom {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	margin-top: 1em;
	padding: 0.7em 0;
	text-align:center;
	color: black;
	background-color: #f4f4f4;
}

.about-bottom-text  {
	max-width: 36em;
	width: 36em;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.4em;
	margin: 0 auto;
	font-weight: 400;
}

@media only screen and (max-width: 1100px) {
	
	.about-bio-grid {
		padding: 0 3%;
	}
	
	h2.about-team-line {
  		width: 94%;
	}
	
	.about-bottom {
		width: 94%;
	}
}

@media only screen and (max-width: 1024px) {
	
	.about-bio-grid {
		justify-content: space-around;
	}
}

@media only screen and (max-width: 888px) {
	
	.about-header-text {
		width: 60%;
		padding: 0 20%;
		padding-bottom: 3em;
		column-count: 1;
		column-gap: 0;
	}
	
	.about-header h2 {
		padding-top: 1.2em;
	}
	
	.about-bottom-text {
		width: 30em;
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 850px) {
	
	.about-bottom-text {
		width: 90%;
		font-size: 1.2em;
	}

}

@media only screen and (max-width: 600px) {
	.about-header-text {
		font-size: .8rem;
		line-height: .6rem;
	}
}

@media only screen and (max-width: 555px) {
	
	.about-bottom-text {
		width: 90%;
		font-size: 1em;
	}

}


/*** CONTACT PAGE **************************************************/

.contact-header {
	background-attachment: fixed;
	background-position: 0rem -10rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('./images/contact.jpg');
	height: 20rem;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	margin-top: -1.5em;
}

.contact-header-text {
	margin: 0 auto;
  	padding: 0;
	position: relative;
  	width: 100%;
  	max-width: 1080px;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	color: white;
}

.contact-header-text h2 {
	margin-bottom: -.6em;
	padding-bottom: 0;
}

.contact-header-text p {
	font-size: 1.5em;
}

.contact-header-text strong {
	width: 5em;
	display: inline-block;
}

.right-half-contact {
	width: 100%;
	display: block;
	margin-top: 1.3em;
	height: 1.2em;
}

.highlight-smallcaps {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 400;
	float: left;
	text-align:left;
	margin-top: 0.5em;
	vertical-align: bottom;
	width: 35%;
	letter-spacing: 0.1em;
}

.highlight-content {
	font-style: italic;
	font-weight: 300;
	font-size: 1.4em;
	float: right;
	text-align: right;
	width: 65%;
}

.google-map iframe {
  	margin: 0 auto;
	margin-top: .75em;
  	padding: 0;
	position: relative;
	max-width: 1080px;
	width: 100%;
	height: 30rem;
	display: block;
}

@media only screen and (max-width: 1100px) {
	
	.contact-header-text {
		width: 96%;
		padding-left: 4%;
	}
	
	.contact-header-text {
		width: 96%;
		padding-left: 4%;
	}
}

@media only screen and (max-width: 960px) {
	
	.highlight-smallcaps {
		letter-spacing: normal;
		width: 30%;
	}
	
	.highlight-content {
		width: 70%;
	}
}

@media only screen and (max-width: 760px) {
	.contact-header {
		background-position: -10em -15em;
	}
}



/*** EVENTS PAGE ***************************************************/

.events-background {
	background-color: #f3f3f3;
	text-align: center;
	padding: 1em;
	margin-bottom: 1em;
}

.events-background p {
	font-size: 1.3em;
	font-style: italic;
	margin: 0;
}

.events-image img {
	max-width: 100%;
	margin-bottom: 1em;
}

.gather-button {
	margin: 0 auto;
	max-width: 82%;
	min-height: 4.5em;
	background-color: #eeeeee;
	text-align: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 15px;
	box-shadow: 0px 1px 3px #888888;
}

.gather-button p {
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

a .gather-button {
	color: #2e7ebb;
	text-decoration: none;
}

a .gather-button:hover {
	background-color: #2e7ebb;
	color: white;
	transition: 0.3s;
	text-deocration: none;
}

.gather-lead-button:hover {
	text-decoration: none;
}

.gather-button img {
	max-width: 110px;
	margin: 0 auto;
	margin-top: 10px;
	filter: opacity(30%);
}

.gather-button:hover > img {
	filter: invert(100%);
	filter: opacity(40%);
}

.events-pdf {
	text-deocration: none;
	color: black;
}

.events-pdf:hover {
	color: #2e7ebb;
	text-decoration: none;
}

@media only screen and (max-width: 875px) {
	.gather-button {
		max-width: 92% 
	}
}




/*** MENUS PAGE ****************************************************/

.menus-header {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover;
	background-image: url('./images/menu-head.jpg');
	min-height: 40rem;
	padding: 0;
	margin: 0;
}

.menus-header-text {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.menus-header-right {
	width: 49%;
	padding-left: 1%;
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0;
	margin-top: 18%;
	font-weight: 400;
}

.menus-header-right p:first-child:first-letter {
	font-size: 3.2em;
	padding-top: 8px;
	padding-right: 4px;
	font-weight: 600;
	float: left;
}

.menus-header-right strong {
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
}

.menu-grid {
	width: 100%;
	max-width: 1080px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0;
	margin-top: 3em;
	padding:0;
}

.menu-item1 {
	width: 28%;
	min-width: 324px;
	min-height: 162px;
	padding: 0;
	margin: 0 0 1.5em 0;
	position: relative;
	background-image: url("images/menu-button-dinner.jpg");
	background-size: contain;
	filter: saturate(0);
}

.menu-item2 {
	width: 28%;
	min-width: 324px;
	min-height: 162px;
	padding: 0;
	margin: 0 0 1.5em 0;
	position: relative;
	background-image: url("images/menu-button-lunch.jpg");
	background-size: contain;
	filter: saturate(0);
}

.menu-item3 {
	width: 28%;
	min-width: 324px;
	min-height: 162px;
	padding: 0;
	margin: 0 0 1.5em 0;
	position: relative;
	background-image: url("images/menu-button-brunch.jpg");
	background-size: contain;
	filter: saturate(0.2);
}

.menu-item1 p, .menu-item2 p, .menu-item3 p {
	color: white;
	text-align: center;
	font-size: 1.8em;
	font-weight: 800;
	padding-top: 1.4em;
}

.menu-item1:hover, .menu-item2:hover, .menu-item3:hover {
	filter: saturate(1);
	cursor: pointer;
}

.menu-grid a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	position: relative;
	display: flex;
}

.menu-drinks-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
 	margin: 0 auto;
	margin-top: 1em;
  	padding: 0;
  	max-width: 1080px;
}

.menu-drinks-container h3 a {
	color: black;
	text-decoration: none;
}

.menu-drinks-container h3 a:hover {
	color: #2e7ebb;
}

.right-menu {
	width: 33%;
	padding-left: 1%;
}

.right-menu img {
	width: 100%;
}

.left-menu {
	width: 65%;
	padding-right: 1%;
	font-size: 1.3em;
	font-style: italic;
	font-weight: 100;
	line-height: 1.5em;
	text-align: center;
}

.left-menu h3 {
	font-style: normal;
}

.menu-bottom {
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
 	margin: 0 auto;
	margin-top: 1em;
  	padding: 0;
  	max-width: 1080px;
	min-height: 550px;
	background-image: url("images/menu-bottom.jpg");
	color: white;
}

.menu-bottom h5 {
	width: 48%;
	text-align: center;
	margin-top: 0;
}

.menu-bottom-text {
	width:48%;
	column-count: 2;
	column-gap: 1em;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
}

.menu-bottom-text p {
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 1100px) {
	.menus-header-right {
		padding-right: 2%;
		width: 55%;
		padding-left: 0;
		margin-top: 20%;
	}
	
	.menu-drinks-container {
		padding: 0 2%;
	}
}

@media only screen and (max-width: 1045px) {
	
	.menu-drinks-container {
		padding-bottom: 2.5em;
	}
	
	.menu-item1, .menu-item2, .menu-item3 {
		min-width: 300px;
		min-height: 150px;
	}
}

@media only screen and (max-width: 950px) {
	
	.menu-grid {
		width: 96%;
		padding: 0 2%;
	}
	
	.menu-item1, .menu-item2, .menu-item3 {
		min-width: 250px;
		min-height: 125px;
	}
	
	.menu-item1 p, .menu-item2 p, .menu-item3 p {
		padding-top: 0.9em;
	}
}

@media only screen and (max-width: 830px) {
	
	.menu-grid {
		width: 96%;
		padding: 0 2%;
	}
	
	.menu-item1, .menu-item2, .menu-item3 {
		min-width: 220px;
		min-height: 110px;
	}
	
	.menu-item1 p, .menu-item2 p, .menu-item3 p {
		padding-top: 0.6em;
	}
	
	.menu-bottom-text {
		padding-bottom: 1em;
		width: 56%;
		font-size: 1.1em;
		line-height: 1.1em;
	}
	
	.menu-bottom h5 {
		width: 60%;
	}

}

@media only screen and (max-width: 760px) {
	.menus-header {
		background-position: left;
		min-height: 30rem;
	}
	
	.menus-header-text {
		justify-content: center;
		background: rgba(0,0,0,0.52);
		overflow: hidden;
		height: 100%;
		z-index: 2;
	}
	
	.menus-header-right {
		text-align: justify;
		width: 80%;
		min-height: 30rem;
		margin-top: 15%;
		font-size: 1.5em;
		line-height: 1.3em;
	}
	
	.menus-header-right p:first-child:first-letter {
		font-size: 3.1em;
		padding-top: 8px;
		padding-right: 5px;
		font-weight: 600;
		float: left;
	}
	
	.right-menu {
		display: none;
	}
	
	.left-menu {
		width: 80%;
	}
}

@media only screen and (max-width: 720px) {
	.menu-grid {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}
	
	.menu-item1, .menu-item2, .menu-item3 {
		min-width: 324px;
		min-height: 162px;
	}
	
	.menu-item1 p, .menu-item2 p, .menu-item3 p {
		padding-top: 1.4em;
	}
}

@media only screen and (max-width: 625px) {
	.left-menu {
		width: 90%;
		font-size: 1.2em;
		line-height: 1.4em;
	}
	
	.menu-bottom-text {
		padding-bottom: 1em;
		width: 76%;
		font-size: 1em;
		line-height: 1.1em;
	}
	
	.menu-bottom h5 {
		width: 80%;
	}
}

@media only screen and (max-width: 500px) {
	.menus-header-right {
		margin-top: 8%;
		margin-bottom: 5%;
	}
}



/*** STORIES PAGE **************************************************/

.stories-header {
	background-attachment: fixed;
	background-position: 0rem -5rem;
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-image: url('./images/stories-header.jpg');
	height: 20rem;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
}

.stories-header-text {
	margin: 0 auto;
  	padding: 0;
	position: relative;
  	width: 100%;
  	max-width: 1080px;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	color: white;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

.stories-header-text h2 {
	margin-bottom: 0.4em;
	padding-bottom: 0;
	width: 100%;
}

.stories-header-text input[type=text] {
  	width: 12em;
  	height: 2em;
	padding: 0 0.4em;
  	margin-right: 8px;
	background: rgba(256, 256, 256, 0.3);
	color: white;
	border: none;	font-family: 'Sentinel A', 'Sentinel B';
	font-size: 1.1em;
	font-weight: 100;
	font-style:italic;
}

.stories-header-text input[type=submit] {
	color: white;
	background: rgba(256, 256, 256, 0.45);
	border-radius: 8px;
	border: none;	font-family: 'Sentinel A', 'Sentinel B';
	font-size: 1.2em;
	font-weight: 800;
	height: 1.85em;
	padding-bottom: 0.2em;
	padding-top: 0.1em;
	margin: 0.1em 0 0 0;
}

.stories-header-text input[type=submit]:hover {
	color: black;
	background: rgba(256, 256, 256, 0.6);
}

.stories-header-text select {
	width: 12em;
  	height: 2em;
	padding: 0 0.4em;
	background-color: white;
	background: rgba(256, 256, 256, 0.3);
	color: #d0d0d0;
	border: none;	font-family: 'Sentinel A', 'Sentinel B';
	font-size: 1.1em;
	font-weight: 100;
	font-style:italic;	
	margin-right: 0.9em;
}

.stories-header-text select option {
	width: 12em;
  	height: 2em;
	padding: 0;
	padding-right: -0.5em;
	background-color: white;
	background: rgba(256, 256, 256, 0.6);
	color: black;
	border: none;	font-family: 'Sentinel A', 'Sentinel B';
	font-size: 0.9em;
	font-weight: 100;
	font-style:italic;	
	margin-right: 0.9em;
}

.stories-header-text label {
	text-transform: uppercase;
	font-size: 0.8em;
	display: block;
	width: 100%;
}

.stories-container {
  	margin: 0 auto;
  	padding: 0;
  	width: 100%;
  	max-width: 1080px;
	display: flex;
	flex-direction: row;
}

.stories-results {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	
}

.stories-title {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 1em;
	border-bottom: black medium dotted;
}

.stories-title h2 {
	margin: 0;
	padding: 0;
}

.stories-title h2 a {
	color: black;
	text-decoration: none;
}

.stories-title h2 a:hover {
	color: #2e7ebb;
}

.stories-left {
	width: 32%;
	padding-right: 2%;
	margin-top: 1em;
}

.stories-left p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	text-transform: uppercase;
}

.stories-category {
	margin: 0;
	padding: 0;
	font-size: 1.3em !important;
	font-style: italic;
	font-weight: 400;
	font-variant: normal;
	margin-bottom: 1em;
	text-transform: none !important;
}

.stories-content-box {
	width: 64%;
	padding-left: 2%;
	line-height: 1.4em;
	font-size: 1.1em;
	text-align:justify;
	padding-bottom: 1.8em;
}

.stories-content-box img {
	max-width: 100%;
	height: auto;
	border: 0;
	padding: 0.5em 0;
}

@media only screen and (max-width: 1100px) {
	.stories-title {
		width: 96%;
		padding: 0 2%;
	}
	
	.stories-container {
		width: 96%;
		padding: 0 2%;
	}
	
	.stories-header-text {
		width: 96%;
		padding: 0 2%;
	}
}

@media only screen and (max-width: 720px) {
	
	.stories-header-text {
		flex-direction: column;
		align-items:flex-start;
	}
	
	.stories-header-text form {
		border: 0 !important;
		margin-left: 0 !important;
		margin-bottom: 1em !important;
	}
	
	.stories-header {
		background-position: 0 3em;
		background-size: auto 50%;
	}
}

@media only screen and (max-width: 555px){
	.stories-container {
		flex-direction: column;
	}
	
	.stories-left {
		width: 96%;
		display: flex;
		flex-direction: column;
	}
	
	.stories-content-box {
		width: 96%;
	}
}