/*****************************
**      THEME COLORS
**
**  Red: rgb(200, 16, 46);
**  Blue: rgb(13,54,146);
**  Gold: rgb(254,186,83);
**
*****************************/




/* Global settings for all devices */


@font-face {
	font-family: Goliad;
	src: url(THGoliad-Worn.otf);
}

body, html {
	padding: 0px;
	margin: 0px;
	font-family: verdana, sans-serif;
	color: rgb(19,19,19);
	background-color: rgb(250,250,250);
    overflow-x: hidden !important;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.uk-container p {
	font-family: verdana, sans-serif;
}

* {
	box-sizing: border-box;
}

h1, h2 {
	font-family: Goliad !important;
}

.remove-link, .remove-link * {
	color: inherit !important;
	text-decoration: inherit !important;
}

a:link:not(.uk-button-primary) , a:hover:not(.uk-button-primary) {
	color: rgb(13,54,146);
}

.show_pointer {
	cursor: pointer;
}

.no_underline {
	text-decoration: none;
}


.blue_bg {
	background-color: rgb(13,54,146);
	color: rgb(254,186,83);
}

.blue_bg h1 {
	color: rgb(254,186,83);
}

.red_bg {
	background-color: rgb(200, 16, 46);
	color: rgb(255,255,255);
}

.blue_bg a:link, .blue_bg a:visited, .blue_bg a:active {
	color: rgb(255,255,255);
}

.red_text, .light_text {
	color: rgb(13,54,146);
}

.gold_text {
	color: rgb(254,186,83) !important;
}

.blue_text {
	color: rgb(13,54,146) !important;
}

.white_text {
	color: rgb(255,255,255) !important;
	fill: rgb(255,255,255) !important;
}

.rated_G {
	color: rgb(255,255,255);
	background-color: rgb(50, 210, 150);
	font-size: 0.9em;
}

.rated_PG {
	color: rgb(255,255,255);
	background-color: rgb(30, 135, 240);
	font-size: 0.9em;
}

.rated_R {
	color: rgb(255,255,255);
	background-color: rgb(240, 80, 110);
	font-size: 0.9em;
}

.configChange {
	color: rgb(255,255,255);
	background-color: rgb(255,153,0);
	font-size: 0.9em;
}


#checkout {
  width: 100%;
}
.hidden {
  display: none;
}

section {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  justify-content: space-between;
}

section p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
  color: #242d60;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

a.button, button.button {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px 20px;
	transition: background-color .3s,color .3s;
	text-decoration: none;
	cursor: pointer;
}

a.red-button, a.red-button:visited, button.red-button {
	background-color: rgb(254,186,83);
	color: rgb(255,255,255);
}

button.red-button {
	display: inline-block;
	border: none;
}	

a.light-button, a.light-button:visited, button.light-button, button.light-button:visited {
	background-color: rgb(255,255,255);
	color: rgb(13,54,146) !important;
}	
	
a.red-button:hover, a.light-button:hover, button.light-button:hover, button.red-button:hover {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255) !important;
	text-decoration: none;	
}

.blue-button, a.blue-button, a.blue-button:visited, a.blue-button:active {
	background-color: rgb(13,54,146);
	color: rgb(255,255,255) !important;
	text-decoration: none;
	border: 0;
}

.form-button {
	display: inline-block;
	border: none;
	cursor: pointer;
}

.blue-button:hover, a.blue-button:hover {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255) !important;
	text-decoration: none;
}

.header {
	flex: 0 1 auto;
}

.content {
	flex: 1 1 auto;
}

.footer {
	flex: 0 1 auto;
}

.footer a:link, .footer a:visited {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.social-media-btns a:hover {
	color:rgb(200,200,200);
	cursor: pointer;
}

.social-media-btns a:not(:first-child) {
	margin-left: 10px;
}

.spaced-list li:not(:first-child) {
  margin-top: 10px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: rgb(13,54,146);
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.product-button {
	position: relative;
	bottom: 0;
}

.card button:hover {
  opacity: 0.7;
}

.contact-website {
	display: none;
}



/******** GRID SCHEDULE LAYOUT ********/

.schedGridTable th {
	
	
}

.schedGridTable {
	font-size:0.75em !important;
}

.gridSchedRoom {
	
	width: 60px;
	font-size: 0.8em !important;
	position: sticky; 
	left:0;z-index:10;
	background-color:rgb(252,252,252);
	font-weight: bold;
	text-align:center;
	
}

.schedGridTableLines {
	border-collapse: collapse !important;
	border: 0.5px solid black !important;
}

.schedGridTableLines td, .schedGridTableLines th {
	border: 0.5px solid black !important;
}

.gridTimeSection {
	width: 180px;
	background-color:rgb(252,252,252);
}

.gridRoomRow {
	height: 80px;
}

.gridPanelBox {
	height:70px;
	padding:5px;
}



/*Sticky table*/

.sticky-table-container {
	height:75vh;
}

:fullscreen .sticky-table-container {
	height: calc(100vh - 200px);
}

.sticky-container-header {
	height: 90px;
}

.sticky-table {
  white-space: nowrap;
  margin: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid black;
}

.sticky-table td,
.sticky-table th {
  border: 1px solid black;
  padding: 0.5rem 1rem;
}
.sticky-table thead th {
  padding: 3px;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100px;
  background: white;
}
.sticky-table td {
  padding: 4px 5px;
  text-align: center;
}

.sticky-table tbody th {
  font-weight: 100;
  font-style: italic;
  text-align: left;
  position: relative;
}
.sticky-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.sticky-table tbody th {
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
}
caption {
  text-align: left;
  padding: 0.25rem;
  position: sticky;
  left: 0;
}

[role="region"][aria-labelledby][tabindex] {
  width: 100%;
  max-height: 98vh;
  overflow: auto;
}
[role="region"][aria-labelledby][tabindex]:focus {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  outline: 0;
}




 /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 150px;
  height: 150px;
  perspective: 1000px;
}

.flip-card-front > img {
	width: 150px;
	height: 150px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: rgb(13,54,146);
  color: rgb(254,186,83);
  transform: rotateY(180deg);
}

.flip-card-back > p {
	margin-bottom: 5px !important;
	margin-top: 0 !important;
}

.flip-card-back > h1 {
	color: rgb(255,255,255);
	font-size: 1.5em;
}



 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 



/*
@media only screen and (min-width: 960px) {
	
	.index_header {
		font-size: 7em;
		text-align: center;
		padding-right: 50px;
		text-shadow:
			3px 3px 0 #000,
			-3px 3px 0 #000,
			-3px -3px 0 #000,
			3px -3px 0 #000;
	}

	
}


@media only screen and (max-width: 959px) {
	
	.index_header {
		font-size: 2.8em;
		text-align: right;
		padding-right: 20px;
		text-shadow:
			3px 3px 0 #000,
			-3px 3px 0 #000,
			-3px -3px 0 #000,
			3px -3px 0 #000;
	} 
	
}
*/

/* Base code for small devices */

body {
	font-size: 15px;
}

* {
	scroll-margin-top: 90px;
}

.desktop-header {
	display: none;
}

.container {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.hero-image {
	width: 100%;
	padding: 0;
	margin-top: -20px;
	background-color: rgb(255,255,255);
}

.index-hero {
	width:100%; 
	height: calc(100dvh - 80px);
}

.index-hero-banner {
	width: 100%; 
	height: 60%;
	position: relative; 
	background: url(https://www.calfurry.ca/images/2026_art.jpg) center top no-repeat;
	background-size: 100% 100%;
}

.hero-image-text {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 150px;
	height: 150px;
}

.index_header {
	font-size: 2.8em;
	text-shadow:
		3px 3px 0 #000,
		-3px 3px 0 #000,
		-3px -3px 0 #000,
		3px -3px 0 #000;
}

.index-hero-news {
	margin: 0 auto; 
	max-width:1280px; 
	position: relative; 
	height: 40%;
} 

/* Larger phones and portrate mode */
@media only screen and (min-midth: 576px) {
	
	body {
		font-size: 15px;
	}
	
	.index_header {
		font-size: 3.9em;
	}
	
}


/* Medium devices */
@media only screen and (min-width: 768px) {
	
	body {
		font-size: 16px;
	}	
	
	.container {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.index-hero-banner {
		width: 100%; 
		height: 60%;
		position: relative; 
		background: url(https://www.calfurry.ca/images/2026_art.jpg) right top no-repeat;
		background-size: cover;
	}

	.index_header {
		font-size: 5.0em;
	}
	
	.flip-card {
	  width: 200px;
	  height: 200px;
	}
	
	.flip-card-front > img {
		width: 200px;
		height: 200px;
	}

	.flip-card-back > p {
		margin-bottom: 10px !important;
	}	
	
}

/* Small desktop screens */
@media only screen and (min-width: 1024px) {
	
	body {
		font-size: 16px;
	}

	* {
		scroll-margin-top: 130px;
	}
	
	.mobile-header {
		display: none;
	}
	
	.desktop-header {
		display: block;
	}
	
	.login-bar-text {
		width: 100%;
		height: 40px;
		line-height: 40px;
		padding-right: 20px;
	}
	
	.index-hero {
		height: calc(100dvh - 114px);
		width: 100%;
	}
	
	.hero-image-text {
		position: absolute;
		left: 10px;
		top: 40%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 382px;
		height: 352px;
	}

	.index_header {
		font-size: 6.1em;
	}	
	
	.flip-card {
	  width: 300px;
	  height: 300px;
	}
	
	.flip-card-front > img {
		width: 300px;
		height: 300px;
	}
	
	.schedGridTable {
		font-size:1.0em !important;
	}
	
	.gridSchedRoom {
		width:150px;
		font-size: 1.0em;		
	}
	
	.gridTimeSection{
		width: 240px;
	}
	
	.gridRoomRow {
		height: 110px;
	}

	.gridPanelBox {
		height:100px;
		padding:5px;
	}
	
	.gridScheduleContainer {
		max-height: 80vh;
	}
	
}

/* Large desktop screens */
@media only screen and (min-width: 1200px) {


	body {
		font-size: 17px;
	}
	
	.login-bar-text {
		min-width: 1180px;
		max-width: 1600px;
		width: 80%;
		padding-right: 0px;
		margin: 0 auto;
	}
	
	.container {
		min-width: 1180px;
		max-width: 1600px;
		width: 80%;
		padding-right: 0px;
		padding-left: 0px;
		margin: 0 auto;
	}
	
	.index-hero {
		height: calc(100vh - 114px);
		width: 1200px;
		margin: 0 auto;
	}
	
	.index-hero-banner {
		margin: 0 auto; 
		width: 100%; 
		aspect-ratio: 16 / 9; 
		max-height: 60%;
		position: relative; 
		background: url(https://www.calfurry.ca/images/2026_art.jpg) right top no-repeat;
		background-size: cover;
	}
	
	.hero-image-text {
		position: absolute;
		left: 10px;
		top: 35%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 478px;
		height: 441px;
	}	
	
	.index_header {
		font-size: 7.2em;
	}	
	
	.index-hero-news {
		margin: 0 auto; 
		max-width:1280px; 
		position: relative; 
		height: 40%;
	}
	
}

/* Extra Large desktop screens */
@media only screen and (min-width: 1440px) {
	

	
}

	