@font-face {
	font-family: "hammersmith_oneregular";
	src: url("/fonts/tablet-gallery-hammersmith-one-regular-webfont.woff2")
			format("woff2"),
		url("/fonts/tablet-gallery-hammersmith-one-regular-webfont.woff")
			format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "mallannaregular";
	src: url("/fonts/tablet-gallery-mallanna-regular-webfont.woff2")
			format("woff2"),
		url("/fonts/tablet-gallery-mallanna-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html,
body {
	/* background-color: rgb(224, 223, 223); */
	font-family: "Merriweather Sans", "hammersmith_oneregular", "mallannaregular",
		sans-serif;
	font-size: large;
	margin: 0px;
	/* height: 100%; */
	overflow-x: clip;
}

header {
	height: 25px;
}

#header-logo {
	object-fit: cover;
	height: 90px;
	width: 120px;
}

#artwork {
	width: 100%;
	height: 100%;
	display: table;
}

#tablet-nav {
	margin: 0;
}

#load-picture img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

#fullscreen-button {
	width: 340px;
	height: 51px;
	background: #709176;
	border-radius: 9.71429px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 7.28571px 19.4286px;
	gap: 12.14px;
	color: #eee;
}

#fullscreen-button-green {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#fullscreen-button-green:hover {
	background: #181f19;
	color: #eee;
}

.custom-button {
	/* width: 340px;
	height: 51px; */
	/* align-items: center;
	justify-content: center;
	font-size: 16px;
	background-color: #709176;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	cursor: pointer; */
	background-color: #006400;
	color: #fff;
}

.custom-button .bi img {
	max-height: 20px;
	margin-right: 10px;
}

.custom-button span {
	margin-left: 10px;
}

.image-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.new-frame {
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	border: 3px solid #ccc;
	background: #eee;
	max-width: 100%;
	max-height: 100%;
	object-position: center;
}

body:not(.ios) .new-frame {
	cursor: default;
}

.new-frame.expanded {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background-color: #ece9e9;
	align-items: center;
	justify-content: space-between; /* This will create space between image and info */
}

.exit-button.visible {
	display: block !important;
}

.exit-button {
	order: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: #dddada;
	color: #0c0c0c;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	display: none;
	z-index: 10000 !important;
}

.new-frame.expanded img {
	order: 2;
	width: 100%;
	height: 100%; /* Adjust this percentage as needed */
	object-fit: contain;
}

.new-frame.expanded .exit-button {
	display: block; /* Show the button only when in expanded mode */
}

.info-expanded {
	order: 3;
	display: none;
}

.new-frame.expanded .info-expanded {
	display: block;
}

.info {
	margin-top: 10px;
	padding: 6px;
	/* max-height: 100%;  */
	overflow: hidden;
	text-overflow: ellipsis;
	justify-content: center;
	object-position: center;
}

.new-frame img {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	/* max-width: 100%; /* make the image resize with the container */
	/* max-height: 100%; make the image resize with the */
}

#art-info {
	width: 25%;
	border: 3px solid #c7c3c3;
	max-width: 100%;
	max-height: 100%;
	padding: 6px;
	border-radius: 25px;
	margin: auto;
}

#link-for-sm {
	display: none;
}

#homepage-sub-ios {
	display: none;
}

#art-info-expanded {
	width: 95%; /* Set the width of the text to 80% of its container */
	margin: 0 auto; /* Center the text within its container */
	text-align: center; /* Center the text within the div */
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	/* Adjust font size and padding for smaller screens */
	#art-info {
		font-size: small;
		border: none;
	}

	#homepage-sub {
		display: none;
	}

	#link-for-sm {
		display: block;
	}

	#link-for-sm-expanded {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	/* Adjust font size and padding for medium screens */
	#art-info {
		font-size: small;
		border: none;
	}
	#homepage-sub {
		display: none;
	}
	#link-for-sm {
		display: block;
	}

	#link-for-sm-expanded {
		display: none;
	}
}

@media only screen and (min-width: 1024px) {
	/* Adjust font size and padding for larger screens */
	#art-info {
		font-size: large;
		border: none;
	}
	#link-for-sm-expanded {
		display: none;
	}
}

#artwork-zoom {
	width: 100%;
	height: 100%;
	display: none;
}

.hero-full-screen p {
	font-size: 24px;
}

.card {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#about p {
	font-size: 24px;
}



.footer {
	height: 25px;
	text-align: center;
}

.footer a {
	color: #000000;
}

.footer a:link {
	text-decoration: none;
	color: #000000;
}

.footer a:visited {
	text-decoration: none;
	color: #000000;
}

.icon-container a {
    margin-right: 15px; /* Adjust the value to your preference */
}

/* To remove the margin from the last icon */
.icon-container a:last-child {
    margin-right: 0;
}



.hero-full-screen {
	height: 200%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hero-full-screen .middle-content-section {
	text-align: center;
	color: #fefefe;
}

.hero-full-screen .top-content-section {
	width: 100%;
	overflow: inherit;
}

#main-logo-image {
	width: 500px;
}

#timer {
	font-style: italic;
}

/* ideas {
	
} */

#about {
	text-align: center;
}

#border-zoom {
	visibility: hidden;
}

#picture-zoom {
	visibility: hidden;
	margin-top: auto;
	margin-bottom: auto;
	/* animation-name: zoomOut;
  animation-duration: 60s; */
	/* animation-iteration-count: infinite;  */
}

.picture-zoom {
	/* visibility: hidden;
  margin-top: auto;
  margin-bottom: auto; */
	animation-name: zoomOut;
	animation-duration: 60s;
	/* animation-iteration-count: infinite;  */
}

.focus-content {
	display: none;
	animation: FadeIN;
	animation-delay: 10s;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}

#art-card-zoom #artTitle-zoom #artistInfo-zoo :target {
	display: initial;
	animation: FadeIN;
	animation-delay: 10s;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}

@keyframes zoomOut {
	0% {
		opacity: 0;
	}

	1% {
		opacity: 1;
		transform: scale3d(4, 4, 4);
		animation-timing-function: ease-in;
	}

	20% {
		transform: scale3d(3, 3, 3);
	}

	40% {
		transform: scale3d(2, 2, 2);
	}

	60% {
		transform: scale3d(1.5, 1.5, 1.5);
	}

	80% {
		transform: scale3d(1, 1, 1);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

/* @keyframes fadeIN {
  0% {
    opacity: 0;
    display: none;
  }

  20% {
    opacity: 0;
    
  }

  40% {
    opacity: 0;
    
  }

  60% {
    opacity: 0;
   
  }

  80% {
    opacity: 1;
  }

  90%{
    opacity: 1;
    display: initial;
  }

  100%{
    opacity: 1;
    display: initial;
  }  
} */

@keyframes fadeIN {
	from {
		display: none;
	}

	99% {
		display: initial;
	}

	to {
		display: none;
	}
}

@media screen and (prefers-reduced-motion: reduce) {
	.animate {
		animation: none !important;
	}
}

/* .frame {
  background-color: #ddc;
  border: solid 5vmin #eee;
  border-bottom-color: #fff;
  border-left-color: #eee;
  border-radius: 2px;
  border-right-color: #eee;
  border-top-color: #ddd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: inline-block;
  margin: 10vh 10vw;
  height: 80vh;
  padding: 8vmin;
  position: relative;
  text-align: center;
}
.frame:before {
  border-radius: 2px;
  bottom: -2vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25) inset;
  content: "";
  left: -2vmin;
  position: absolute;
  right: -2vmin;
  top: -2vmin;
}
.frame:after {
  border-radius: 2px;
  bottom: -2.5vmin;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  content: "";
  left: -2.5vmin;
  position: absolute;
  right: -2.5vmin;
  top: -2.5vmin;
}

.frame img {
  border: solid 2px;
  border-bottom-color: #ffe;
  border-left-color: #eed;
  border-right-color: #eed;
  border-top-color: #ccb;
  max-height: 100%;
  max-width: 100%;
} */

.outer-border {
	border: 2px solid #848382;
	max-width: 100%;
	max-height: 100%;
	padding: 6px;
	margin-top: 35px;
}

.mid-border {
	border: 6px solid #848382;
	max-width: 100%;
	max-height: 100%;
	padding: 6px;
	margin: auto;
}

.inner-border {
	position: relative;
	border: 2px solid #848382;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

#sign-in {
	box-sizing: border-box;

	position: relative;
	width: 400px;
	height: 240px;

	border: 1px solid #000000;
	border-radius: 10px;
}

table {
	border-collapse: collapse; /* Combine borders between table cells */
}

th,
td {
	border: 1px solid black; /* Add a 1px solid black border around each cell */
	padding: 4px; /* Add some padding to the cells for better readability */
}

#art-list-table {
	width: 85%;
	margin: 0 auto;
}

#results-table-header-row th:hover {
	cursor: pointer;
}

.icon-cell {
	text-align: center;
}

.favorite-icon {
	cursor: pointer;
	/* Add any other necessary styling here */
}

.favorite-icon.favorite {
	fill: red;
	stroke: red;
}

.faq-question {
	font-size: large;
	font-weight: bold;
}

.faq-answer {
	font-size: medium;
}

.gsi-material-button {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;    /* Firefox */
    appearance: none;         /* Standard syntax */
	background-color: WHITE;
	background-image: none;
	border: 1px solid #747775;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #1f1f1f;
	cursor: pointer;
	font-family: "Roboto", arial, sans-serif;
	font-size: 14px;
	height: 40px;
	letter-spacing: 0.25px;
	outline: none;
	overflow: hidden;
	padding: 0 12px;
	position: relative;
	text-align: center;
	-webkit-transition: background-color 0.218s, border-color 0.218s,
		box-shadow 0.218s;
	transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
	max-width: 400px;
	min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
	height: 20px;
	margin-right: 12px;
	min-width: 20px;
	width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
	-webkit-transition: opacity 0.218s;
	transition: opacity 0.218s;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.gsi-material-button:disabled {
	cursor: default;
	background-color: #ffffff61;
	border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
	opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
	opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
	background-color: #303030;
	opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
		0 1px 3px 1px rgba(60, 64, 67, 0.15);
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
		0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
	background-color: #303030;
	opacity: 8%;
}
