<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!

bootstrap ref
sm 576
md  768
lg  992
xl  1200

colors
black 1e1e1e
dark gray 343463
blue   027ec7
light gray e9e6f0

*/

/* Global Styles */
@import url(https://fonts.googleapis.com/css?family=Domine:400,700|Karla:400,400italic,700,700italic);


html {
  scroll-behavior: smooth;
}


body {
	font-family: 'Karla', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;

	background:#fafafa;
	color:#343463;

    font-size: 1.2rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.smalltext
{
	font-size:1rem;
}

@media only screen and (max-width: 600px)
{
/*
	body
	{
		background:none;
		background:transparent;
	}

	body:after
	{
		content: url(/wp-content/uploads/bg-starlight.jpg);
		position: fixed;
		height: 100vh;
		right: 0;
		top: 0;
		left: 0;
		z-index: -1;
	}
*/
}

*::-webkit-media-controls-panel
{
  display: none!important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button
{
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button
{
  display: none!important;
  -webkit-appearance: none;
}

.clear
{
	clear:both;
}

img
{
	max-width:100%;
	height:auto;
}

a
{
	color:#343463;
	text-decoration:none;
}

a:hover
{
	color:#000000;
	text-decoration:none;
}

.home #main
{
	background:url(/wp-content/uploads/restaurants.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	margin-top:0;
}

@media only screen and (min-width: 2140px)
{
	.home #main
	{
		background-size:cover;
	}
}

section
{
	margin:48px auto;
}

.blue
{
	color:#027ec7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Domine', Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
    margin:0rem auto 1rem;
	line-height:1.24;
	padding:0;
	font-weight:700;
}

h1
{
	font-size:2.4rem;
	margin:0 auto 24px;
}

h2
{
	font-size:2.0rem;
	color:#343463;
}

h3
{
	font-size:1.7rem;
}

h4
{
	font-size:1.44rem;
	color:#343463;
}

h5
{
	font-size:1.44rem;
	margin:7px 0 4px;
	line-height:1;
}

.top-feature,
.top-feature h1,
.top-feature h2,
.top-feature h3,
.top-feature h4
{
	color:#ffffff;
}

.top-feature
{
	font-size:1.4rem;
}

hr.divider 
{
	border-top: 2px solid #ffffff;
	width:200px;
	max-width:80%;
	margin:0 auto;
}

.withbg
{
	background:rgba(250,250,250,0.8);
/*
	padding:11px 22px 9px 22px;
	display:inline-block;
	width:auto;
*/
}

@media only screen and (max-width: 767px)
{
	.home #main
	{
		background:url(/wp-content/uploads/restaurants-vertical.jpg);
		background-repeat:no-repeat;
		background-size:contain;
		margin-top:0;
	}

	h1
	{
		font-size:2rem;
	}

	h2
	{
		font-size:1.7rem;
	}

	h3
	{
		font-size:1.4rem;
	}

	h4
	{
		font-size:1.1rem;
	}

}

.section-title-styled
{
	position:relative;
}

.section-title-styled:after
{
    content: "";
    width: 200px;
    margin-left: -100px;
    left: 50%;
    bottom: 0px;
    position: absolute;
    border-bottom: 3px solid #CCCCCC;
}


/*  dining for dollars, loyalty program */
.page-id-1052 h1:first-child,
.page-id-1284 h1:first-child
{
	text-align:center;
}

.accent
{
	color:#343463;
}

#accordionFAQ .card-header
{
	background:#1e1e1e;
}

#accordionFAQ h6 a
{
	color:#e9e6f0;
}

p+h2,
p+h3,
p+h4,
ul+h2,
ul+h3,
ul+h4
{
	margin-top:2.4rem;
}


/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/

.inner-header,
.light-panel
{
	background:#e9e6f0 !important;
	background:#fafafa !important;
}

.dark-panel
{
	background:#1e1e1e;
	color:#ffffff;
}

.white-panel
{
	background:#ffffff;
}

.some-fixed-background
{

	background: url(/wp-content/uploads/bg-clouds.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	color:#ffffff;
}

.team img
{
	border-radius:50%;
}

/*--------------------------------------------------------------
# Optional Page Header space
--------------------------------------------------------------*/
.inner-header .side img
{

}

@media only screen and (max-width: 720px)
{
	.some-fixed-background
	{
		background: url(/wp-content/uploads/bg-clouds.jpg) no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}


.btn, .container-fluid, .entry-img, .navbar, .overlay, .wpcf7 input[type=submit], a, img {
    transition: all .5s ease-in-out 0s;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
input[type="submit" i],
.btn,
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input
{
    color: #ffffff !important;
	font-size:0.9rem;
	font-family:Domine;
	margin-bottom:14px;
	line-height:1;
	padding: 0.44rem 1.24rem 0.44rem;
	border-radius:0px;
	cursor:pointer;
	
    background: #111111 !important;
	box-shadow: 0px 0px 0px 6px #111111; 
	border: 1px solid white;
	
}

input[type="submit" i]:hover,
.btn:hover,
.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover

{
    color: #ffffff !important;
    background: #343463 !important;

	box-shadow: 0px 0px 0px 6px #343463; 
}


/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/

header.site-header
{
/*
	position: fixed;
    right: 0;
    left: 0;
    top:0;
    height:111px;
    padding:0;
    z-index: 200;
	box-shadow: 0px -2px 11px 1px rgb(0 0 0 / 46%);
*/
	background:#343463;
	color:#ffffff;
}

.site-header .cta
{
	font-size:1.5rem;
	font-weight:600;
}

.logo
{
	width:600px;
	max-width:100%;
	height:auto;
}

.phone
{
	white-space:nowrap;
}

.thenav
{
	font-family:Lato;
	font-weight:600;
}

/*
ctabtn - style in mega menu settings
*/

.site-header .phone,
.site-header .phone a,
.site-header a
{
	color:#ffffff;
}

/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/

.gform_wrapper div.validation_error {
    color: #c02b0a !important;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 25px;
    border-top: 2px solid #343463 !important;
    border-bottom: 2px solid #343463 !important;
}

.gform_wrapper .validation_message,
.gform_wrapper.gravity-theme .gform_validation_errors&gt;h2,
.gform_wrapper.gravity-theme .gform_validation_errors&gt;ol a
{
    color: #c02b0a !important;
    font-size: 1rem !important;
}

.gform_required_legend
{
	font-size:0.9rem;
	margin:11px 0 18px;
}

.gform_wrapper.gravity-theme .gform_fields
{
    grid-column-gap: 5% !important;
    grid-row-gap: 24px !important;
}

.gform_wrapper.gravity-theme .gsection
{
    background: #343463 !important;
    padding:11px 24px !important;
    color: #ffffff !important;
    border-bottom: 0px solid #ccc;
}


.gform_wrapper.gravity-theme .top_label .gsection_description
{
    margin-bottom: 8px !important;
    padding-bottom:0px !important;
    width: 100%;
}

.gform_wrapper.gravity-theme .field_description_above .gfield_description
{
	padding-bottom:4px !important;
	padding-top:4px !important;
}

.gfield_consent_label 
{
    display: inline-block;
    max-width: calc(100% - 32px);
    vertical-align: top;
}

.hide_price_option .ginput_price,
.hide_on_form
{
	display:none;
}

.instrux
{
    border-bottom: 1px solid #343463;
    padding: 0 0px 8px 0;
	color:#343463;
    font-size:18px;
    font-weight:600;
}

.gform_wrapper.gravity-theme .gfield .ginput_quantity
{
	max-width:44px;
}

.gform_wrapper.gravity-theme .gfield_radio .gchoice
{
	margin-bottom:11px; !important;
}

.gform_wrapper.gravity-theme .gfield_radio label
{
	line-height:1rem !important;
}

.gpecf-order-summary tfoot
{
	display:none !important;
}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.reviewblock
{
	color:#027ec7;
	padding:24px;
	margin:0 0 32px;
}

.review
{
	font-style:italic;
}

.reviewer
{
	margin:18px 0 0 0;
	color:#343463;
	color:#00a99e;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.card
{
	background:#e9e6f0;
	color:#343463;
	border:0;
}

.card-body
{
	padding:.4rem 1rem;
}

.reviews .card-body
{
	padding:1.4rem 1.74rem;
}

.card-body p
{
/*
	font-size:.92rem;
*/
}

.card .card-title
{
	/* dark bg card */
	color:#343463;
}

h4.card-title
{
	margin:auto;
	padding-top:11px;
	padding-bottom:11px;
}

h4.card-title a
{
	color:#343463;
	text-decoration:none;
}

h4.card-title a:hover
{
	color:#343463;
}

.card .entry-meta
{
	margin:4px 0 14px;
}

.page-id-2 h1.entry-title
{
	display:none;
}

/* image by text card */
.card.horizontal
{
	background:#ffffff;
	color:#1e1e1e;
	border:0;
}

.card-img-side
{
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	object-fit: cover;
}

.deck .card img
{
	border-bottom:7px solid #343463;
}

.deck .card-footer
{
	padding: 0.24rem 0rem;
	background: transparent;
	border-top:0;
}

.card-img-top
{
	width: 100%;
	height: 16vw;
	object-fit: cover;
}

.card-img-overlay h1,
.card-img-overlay a
{
	color:#ffffff;
}

.single .post .post-thumbnail
{
	margin-bottom:24px;
}


h1.dropshadow,
h2.dropshadow
{
    text-shadow: -0.54px -0.54px 0 #fff, 1px 1px 0 #fff, 2.5px 2.5px 0 #343463;
}

h3.dropshadow,
h4.dropshadow,
h5.dropshadow
h6.dropshadow
{
    text-shadow: -0.64px -0.64px 0 #fff, 0.9px 0.9px 0 #fff, 1.4px 1.4px 0 #343463;
}

.footer-area h4.dropshadow
{
    text-shadow: -1px -1px 0 #000, 1.5px 1.5px 0 #000, 3.5px 3.5px 0 #343463;
}

.snipp
{
	width:960px;
	max-width:100%;
}

.snipp figure
{
	position: relative;
	overflow: hidden;
	background:#ffffff;
	border:3px solid #111111;
}

.snipp figure img.bgimg {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
	opacity: 0.8;
	
	aspect-ratio:4/3;
	object-fit:cover;
}


.snipp figure img.storelogo 
{
	max-height:120px;
	max-width:90%;
	width:auto;
	height:auto;
}

@media only screen and (max-width: 1040px)
{
	.snipp figure img.storelogo 
	{
		max-height:100px;
	}
}

@media only screen and (max-width: 960px)
{
	.snipp figure img.storelogo 
	{
		max-height:80px;
	}
}

@media only screen and (max-width: 900px) and (min-width: 767px)
{
	.snipp figure img.bgimg 
	{	
		aspect-ratio:16/15;
		object-fit:cover;
	}
}


.snipp figure figcaption {
	padding: 0em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.snipp figure figcaption::before,
.snipp figure figcaption::after {
	pointer-events: none;
}

.snipp figure figcaption,
.snipp figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.snipp figure img.bgimg {
/*
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
*/
	opacity: 0.2;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
/*
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
*/
}

.snipp figure figcaption {
	text-align: left;
}

.snipp figure figcaption &gt; div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
}

/*
.snipp figure h2,
.snipp figure p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}
*/

.snipp figure .established 
{
	font-family:Domine;
	color: rgba(0,0,0,1.0);
	font-weight:400;
	font-size: 1.0em;
	color: rgba(0,0,0,1.0);
}

.snipp figure p {
	color: rgba(0,0,0,1.0);
	font-size: 0.84em;
	opacity: 1;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	
	line-height:1.24;
	height:64px;
	overflow:hidden;
}

/* go larger on single column view */
@media only screen and (max-width: 767px)
{
	.snipp figure img.storelogo 
	{
		max-height:150px;
	}
}

@media only screen and (max-width: 600px)
{
	.snipp figure img.storelogo 
	{
		max-height:74px;
	}

	.snipp figure .established {
		font-size: 0.9em;
	}
	
	.snipp figure p {
		font-size: 0.77em;
		line-height:1.1;
	}
}


.snipp figure:hover img.bgimg
{
	opacity: 1;
}

.snipp figure:hover p,
.snipp figure:hover .established,
.snipp figure:hover .storelogo
{
	opacity: 0;
}

/*
.snipp figure:hover img.bgimg,
.snipp figure:hover h2,
.snipp figure:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
*/

.snipp figure:hover img.storelogo,
.snipp figure:hover .established,
.snipp figure:hover p 
{
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


/*--------------
*  home details
-----------------*/
/*
#002f4b,#dc4225
Convert HEX to RGBA - http://hex2rgba.devoth.com/
*/
.img-gradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(72,72,72,0.5) 0%, rgba(24,24,24, 0.74) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,24,24, 0.74)), color-stop(100%,rgba(72,72,72,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(72,72,72,0.5) 0%,rgba(24,24,24, 0.74) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(72,72,72,0.5) 0%,rgba(24,24,24, 0.74) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(72,72,72,0.5) 0%,rgba(24,24,24, 0.74) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(72,72,72,0.5) 0%,rgba(24,24,24, 0.74) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/*
*
* ==========================================
* ACCORDION STUFF
* ==========================================
*
*/
/* Horizontal line */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #CCC;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #CCC;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Overlay / Popup
--------------------------------------------------------------*/
#overlay,
#overlay-content,
.modal {
    z-index: 9999999 !important;
}

.modal-dialog,
.modal-content
{
	z-index:99999;
}

.modal-dialog
{
	max-width: 80%;
}

@media (min-width: 1200px)
{
	.modal-dialog {
		max-width: 900px;
		margin: 1.75rem auto;
	}
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#overlay-content
{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	text-align:center;
	border:6px solid #f9d20c;
	border-radius:4px;
	background:#FFFFFF;
	color:#000000;
	width:98%;
	padding:40px 1%;
	max-width:640px;
}

#ot-sdk-cookie-policy
{
	font-size:19px;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

table, th, td {
  border: 0px solid #027ec7;
}

table
{
	margin:0 0 24px;
}

th, td {
  padding: 11px;
  text-align: left;
}

th {
  background-color: #027ec7;
  color: #343463;
}

tr:nth-child(even)
{
	background-color: #f2f4f4;
}

/*--------------------------------------------------------------
# Bullets / list style
--------------------------------------------------------------*/
ul.nobullet
{
	padding:5px 0 0 0;
    list-style-type: none;
}

.styled-ul ul
{
	margin-top:14px;
}

ul li
{
	margin-bottom:14px;
}

ul.nobullet li
{
    list-style-type: none;
    display:block;
/*
	background:url(images/li-wings.png) no-repeat 2px 2px;
*/
	padding:0px 0 11px 0px;
	margin:0 0 14px 0;

}

.styled-ul li::marker 
{
  content: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.753 5.99999L10.273 8.29399C9.877 8.68399 9.877 9.31699 10.273 9.70799C10.668 10.098 11.31 10.098 11.705 9.70799L15.555 6.06099C15.843 5.77799 16 5.40299 16 4.99999C16 4.59999 15.842 4.22199 15.556 3.93999L11.706 0.292988C11.31 -0.0970117 10.668 -0.0970117 10.272 0.292988C9.877 0.682988 9.877 1.31599 10.272 1.70699L12.752 3.99999H1C0.447 3.99999 0 4.44599 0 4.99999C0 5.54999 0.448 5.99999 1 5.99999H12.753Z' fill='%237B61FF'/%3E%3C/svg%3E%0A");
}

.styled-ul li {
  padding-left: .5rem;
}

.text-center ul 
{
	list-style-position: inside;
	text-align: center;
}


.gallery figure
{
    margin: 0 1rem 1rem;
}

/*--------------------------------------------------------------
# Social Media
--------------------------------------------------------------*/
.social-icons
{
	margin: 11px auto 11px;
	padding: 0px 0 0 0;
	font-size:32px;
}
.social-icon
{
	padding-right:11px;
}


/*--------------------------------------------------------------
# ACF Map
--------------------------------------------------------------*/
.acf-map {
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
    margin: 0px 0;
}

// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-cards
{
	margin:64px 0 0;
}

.footer-cards .card-footer
{
	background:#e7dad2;
	color:#ffffff !important;
	font-size:1.35rem;
	line-height:1;
	text-decoration:none !important;
}

.footer-cards .card:hover .card-footer
{
	background:#045691;
}

.footer-area
{
    margin: 0px auto 0;

	line-height:1.44em;
	font-size:1.0rem;
	padding:24px 0 24px 0px;
	background:#343463;
	color:#ffffff;
}

.footer-area h3,
.footer-area h4,
.footer-area h5
{
	color:#ffffff;
}

.footer-area ul {
	display: block;
	text-align:inherit;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

.footer-area .menu li {
	display:block;
	text-align:inherit;
	position: relative;
	padding:0 0px;
	margin:0 0 3px 0;
}

.footer-area .menu li .nav-link
{
	display:inline-block;
}

.footer-area .menu ul ul{
	margin-left:12px;
}

.footer-area .menu li li:before
{
	color:#027ec7; /* set color to white */
	content:"\2022"; /* /2022 is the numerical unicode for &amp;bull; */
	font-size:1em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
	padding-right:4px; /* give the bullet some padding from the text Make sure to use em*/
	position:relative;
	top:.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
	font-size:12px;
}

.footer-area a,
.footer-area .menu li a
{
	text-decoration:none;
	color:#ffffff;
}

.footer-area a:hover,
.footer-area .menu li a:hover,
.footer-area .nav-link:hover
{
	color:#EEEEEE;
}

.footer-area .nav-link,
.footer-copyright .nav-link
{
    padding: 0rem 1rem 0.5rem;
}

.footer-copyright {
	padding:11px 0 20px;
	line-height: 18px;
	font-size:0.9rem;
	color: #1e1e1e;
	background-color: #e9e6f0;
	margin:0 0;
}

.footer-copyright a
{
	color:#027ec7;
}

.footer-copyright a:hover
{
	color:#1e1e1e;
}

.footer-copyright ul
{
	display: block;
	text-align:inherit;
	list-style: none;
	margin: 0px auto;
	padding-left: 0;
}

.footer-copyright .menu li {
	display:inline-block;
	text-align:inherit;
	position: relative;
	padding:0 0px;
	margin:0 0 0px 0;
}

.footer-copyright .logos
{
	text-align:inherit;
	margin-bottom:14px;
}


/*
*  responsive embeds
*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.smaller
{
	font-size:94%;
}

/* bootstrap xl */
@media only screen and (max-width: 1200px)
{
	.container
	{
		max-width: 95%;
	}
}

/* bootstrap large */
@media only screen and (max-width: 992px)
{
	.flex-viewport
	{
		max-height: 300px !important;
	}
}

/* bootstrap medium */
@media only screen and (max-width: 768px)
{
	.site-header .cta
	{
		font-size:0.80rem;
	}

	.card-img-top
	{
		height: 50vw;
	}

	.footer-area .menu li {
		display:inline-block;
		margin:0 14px 3px 0;
	}

}

/* bootstrap small */
@media only screen and (max-width: 576px)
{
	.logo
	{
		width:400px;
		max-width:90%;
		height:auto;
	}

	.flex-viewport
	{
		max-height: 60vw !important;
	}

}


</pre></body></html>