<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*====================================================================================================*/
#main {
	padding: 1rem;
	box-sizing: border-box;
}
#main h1 {
	font-weight: 900;
	font-size: 1.5rem;
}
#main h1:first-child {
	margin-top: 0;
}
#main h2 {
	font-weight: 900;
	font-size: 1.5rem;
}
.bigyellow {
	background: #febc11;
	padding: 2rem;
	text-align: center;
	font-size: 1.5rem;
}
.biggrey {
	background: #f2f2f2;
	padding: 2rem 2rem 0 2rem;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 0;
}
@media (min-width: 730px) {
#main h1, .bigyellow {
 font-size: 2.5rem;
}
#main h2, .biggrey {
 font-size: 2.5rem;
}
}
/*====================================================================================================*/
#userform input[type=text], #userform input[type=email], #userform input[type=password], #userform button[type=submit], #userform select, #userform textarea, .userform input[type=text], .userform input[type=email], .userform input[type=password], .userform button[type=submit], .userform select, .userform textarea {
	padding: 1rem;
	border: none;
	background: #f2f2f2;
 margin: .5rem;
	width: 100%;
	box-sizing: border-box;
	font-size: 1rem;
}
#userform button[type=submit], #userform input[type=submit] {
	padding: 1rem 2rem;
	background: #2bb673;
	color: #fff;
	cursor: pointer;
	font-size: 1.5rem;
	border: none;
	outline: none;
	font-weight: 900;
	margin-top: 1rem;
}
.userform label {
	white-space: nowrap;
}
.userform td {
	vertical-align: middle;
}
.userform input[type=text], .userform input[type=email], .userform input[type=password], .userform button[type=submit], .userform select, .userform textarea {
	padding: 1rem;
	border: none;
	background: #f2f2f2;
 margin: .5rem;
	box-sizing: border-box;
}
.userform button[type=submit] {
	padding: 1rem 2rem;
	background: #2bb673;
	color: #fff;
	cursor: pointer;
	font-size: 1.5rem;
}
/*====================================================================================================*/
.galleries {
	text-align: center;
	font-size: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	background: #f2f2f2;
 padding: .5rem .5rem 3.5rem .5rem;
	box-sizing: border-box;
	font-weight: 600;
	position: relative;
}
.gallery img {
	width: 100%;
	background: #fff;
}
.gallery strong {
	font-size: 1rem;
	display: block;
	overflow: hidden;
	text-align: left;
 padding: .25rem .5rem;
	color: #fff;
}
.gallery label {
	display: block;
	cursor: pointer;
	font-weight: 900;
}
.galshop {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.galshop label {
	display: inline-block;
	width: 50%;
 padding: .75rem .25rem;
	background: #FEBC11;
	font-weight: 600;
}
.galshop a, .galshop select {
	display: inline-block;
	width: 50%;
 padding: .75rem .25rem;
	background: #29B473;
	color: #fff;
	font-weight: 900;
	border: none;
	outline: none;
}
 @media (max-width: 499px) {
.gallery {
 width: calc(50% - .25rem);
 margin: 0 0 .5rem 0;
}
.gallery:nth-of-type(even) {
 margin: 0 0 .5rem .5rem;
}
.galshop {
 padding: .5rem .5rem .5rem .5rem;
}
}
 @media (min-width: 500px) and (max-width: 699px) {
.gallery {
 width: calc(33.32% - .33rem);
 margin: 0 0 .5rem 0;
}
.gallery:nth-of-type(3n+2) {
 margin: 0 .5rem .5rem .5rem;
}
.galshop {
 padding: 0 .5rem .5rem .5rem;
}
}
 @media (min-width: 700px) and (max-width: 999px) {
.gallery {
 padding: 1rem 1rem 4rem 1rem;
 width: calc(25% - .75rem);
 margin: 0 0 1rem 1rem;
}
.gallery:nth-of-type(4n+1) {
 margin: 0 0 1rem 0rem;
}
.galshop {
 padding: 0 1rem 1rem 1rem;
}
}
 @media (min-width: 1000px) {
.gallery {
 padding: 1.5rem 1.5rem 5rem 1.5rem;
 width: calc(20% - 1.2rem);
 margin: 0 0 1.5rem 1.5rem;
}
.gallery:nth-of-type(5n+1) {
 margin: 0 0 1.5rem 0rem;
}
.galshop {
 padding: 0 1.5rem 1.5rem 1.5rem;
}
}
/*====================================================================================================*/
.flavinfo, .galleries input {
	display: none;
}
.flavinfo {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(16, 59, 91, .75);
	width: 100vw;
	height: 100vh;
	z-index: 170000;
	display: none;
}
input:checked + .flavinfo {
	display: block;
}
.flavinfo table {
	border-collapse: collapse;
	width: inherit;
	height: inherit;
}
.flavinfobox {
	background: #FEBC11;
	font-size: 1rem;
	padding: 1.5rem;
	max-width: 640px;
	margin: auto;
	position: relative;
	box-shadow: 0px 0px 10vw 0px #000;
}
.flavinfobox label {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 0;
	background: url(../../images/css/icon-fries-blue.svg) center center / cover no-repeat;
}
.flavinfobox p {
	text-align: left;
	line-height: 1.5rem;
}
.flavinfobox p:first-of-type strong {
	display: block;
	text-align: center;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 900;
	text-transform: uppercase;
	padding: 1.5rem;
}
@media (max-width: 730px) {
.flavinfobox {
 margin: auto 1rem;
}
 .flavinfobox p:first-of-type strong {
 font-size: 1.5rem;
 line-height: 1.5rem;
}
}
/*====================================================================================================*/
.galleryzoom {
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
}
.galleryimg {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(16, 59, 91, .75);
	width: 100vw;
	height: 100vh;
	z-index: 170000;
	display: none;
}
.galleryzoom input:checked+div.galleryimg {
	display: block;
}
.galleryimg table {
	border-collapse: collapse;
	width: inherit;
	height: inherit;
}
.galleryimg img {
	width: 50vw;
	height: auto;
	max-width: 1024px;
	box-shadow: 0px 0px 10vw 0px #000;
	margin: auto;
	background: #fff;
}
.galleryzoom input {
	display: none;
}
.galleryzoom label {
	display: block;
	cursor: pointer;
	font-size: 0;
	position: absolute;
}
.galleryimg label:nth-of-type(1) {
 top: 0;
 left: 0;
 width: 50vw;
 height: 100vh;
 background: url(../../images/css/gleft.png) 3rem center no-repeat;
}
.galleryimg label:nth-of-type(2) {
 top: 0;
 right: 0;
 width: 50vw;
 height: 100vh;
 background: url(../../images/css/gright.png) calc(50vw - 8rem) center no-repeat;
}
.galleryimg label:nth-of-type(3) {
 top: 1vh;
 right: 3rem;
 width: 5rem;
 height: 5rem;
 background: url(../../images/css/gclose.png) center center no-repeat;
}
/*====================================================================================================*/
.home3 {
	font-size: 0;
	margin-bottom: 3rem;
}
.home3 a {
	display: block;
	margin: 0 0 1.5rem 0;
}
.home3 a img, .pfbanner img {
	width: 100%;
}
#pfbanners {
	max-width: none;
	background: linear-gradient(#E6F9FC, #E6F9FC) bottom center / 100% 50% no-repeat;
	padding: 1.5rem 0;
}
.pfbanner {
	max-width: calc(1400px - 2rem);
	margin: auto;
}
/*
@media (min-width: 400px) {
 .home3 a:nth-of-type(1) {
 display: inline-block;
 width: calc(50% - .75rem);
 margin: 0 0 1.5rem 0;
}
 .home3 a:nth-of-type(2) {
 display: inline-block;
 width: calc(50% - .75rem);
 margin: 0 0 1.5rem 1.5rem;
}
}*/
/*====================================================================================================*/
@media (min-width: 1000px) {
/*====================================================================================================*/
.table {
 display: table;
 width: 100%;
}
.tr {
 display: table-row;
}
.td {
 display: table-cell;
}
 #userform input[type=text], #userform input[type=email], #userform input[type=password], #userform button[type=submit], #userform select, #userform textarea, .userform input[type=text], .userform input[type=email], .userform input[type=password], .userform button[type=submit], .userform select, #userform textarea {
 width: 50%;
}
.flexcolumns {
	display: flex;
}
.flexcolumns &gt; div {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
/*====================================================================================================*/
}
/*====================================================================================================*/
.membersmenu {
	background: #103B5B;
}
.membersmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.membersmenu ul li {
	display: inline;
}
.membersmenu ul li a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	padding: .5rem;
}


/*====================================================================================================*/
.socialfeeds {
	font-size: 0;
	text-align: center;
}
.socialfeeds &gt; div {
	background: #FEBC11;
	margin: 2rem auto;
	padding: 1rem;
}
.socialfeeds &gt; div &gt; div {
	background: #fff;
	height: 300px;
	overflow: auto;
}
.socialfeeds h2 {
	display: block;
	padding: 0 0 1rem 0;
	margin: 0;
	font-size: 1.25rem !important;

}
@media (min-width:700px) {
.socialfeeds &gt; div {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - .75rem);
	margin: 2rem auto;
	box-sizing: border-box;
	padding: 1.5rem;
}
.socialfeeds &gt; div + div {
	margin: 2rem auto 2rem 1.5rem;
}
.socialfeeds h2 {
	padding: 0 0 1.5rem 0;
}
}
/*====================================================================================================*/
</pre></body></html>