/* CSS By Ben Davis 2012

TOC: 
1. MAIN DIVS AND SECTIONS
2. TEXT STYLING

*/


/* 1. MAIN DIVS AND SECTIONS */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
}

/* === HEADER === */
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	flex-wrap: wrap;
	width: 160px;
}

.logo {
	font-size: 1.5rem;
	font-weight: bold;
}

.nav {
	display: flex;
	gap: 1rem;
}

.nav a {
	text-decoration: none;
	color: #333;
	font-weight: 500;
}


/* === MAIN COLUMNS === */
.main {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	gap: 1rem;
	width: 600px;
}

.column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.box {
	text-align: center;
	border-radius: 8px;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#frozenID {
	width: 260px;
}

#snackID {
	width: 550px;
	height: 160px;
}

#dinnerID {
	margin-top: -10px;
	width: 369px;
	margin-left: -70px;
}

#lunchID {
	margin-top: -10px;
	width: 469px;
	margin-left: -120px;
}

/* === DESKTOP VIEW === */
@media (min-width: 768px) {
	.header {
		flex-wrap: nowrap;
	}

	.main {
		flex-direction: row;
		justify-content: space-between;

	}

	.column {
		flex: 1;
	}
}

#frozenDiv {
	width: 300px;
	height: 264px;
	position: absolute;
	top: 130px;
	left: 50px;
}

#frozen1 {
	padding-left: -90px;
	padding-top: 10px;
}

#frozen2 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#snacks1 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#snacks2 {
	float: left;
	clear: right;
	padding-top: 10px;
}

#snacksDiv {
	height: 125px;
	position: absolute;
	width: 250px;
	left: 46px;
}


#mainFooter {
	width: 1100px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}




/* 2. TEXT STYLING */

.mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding: 10px 10px 10px 10px;
}

a {
	outline: none;
}

img {
	border: none;
}



@keyframes play {
	100% {
		background-position: -1900px;
	}
}


#door1 {
	position: absolute;
	opacity: 0;
	transition: all 1s ease-in-out;
	/* Smooth transition for position and opacity */
}

#door2 {
	position: absolute;
	opacity: 0;
	transition: all 1s ease-in-out;
	/* Smooth transition for position and opacity */
}
#door3 {
	position: absolute;
	opacity: 0;
	transition: all 1s ease-in-out;
	/* Smooth transition for position and opacity */
}
.changing-text::before {
	content: "";
	/* Initial text content */
	animation: text-change 6s infinite;
	/* 6 seconds duration, infinite loop */
}
.changing-text2::before {
	content: "";
	/* Initial text content */
	animation: text-change2 6s infinite;
	/* 6 seconds duration, infinite loop */
}
.changing-text3::before {
	content: "";
	/* Initial text content */
	animation: text-change3 6s infinite;
	/* 6 seconds duration, infinite loop */
}
@keyframes text-change {
	0% {
		content: ":)";
	}

	33% {
		content: ":)";
	}

	66% {
		content: ";)";
	}

	100% {
		content: ";)";
	}
}
	@keyframes text-change2 {
	0% {
		content: ":(";
	}

	33% {
		content: ":(";
	}

	66% {
		content: ";(";
	}

	100% {
		content: ";(";
	}
}
	@keyframes text-change3 {
	0% {
		content: ":|";
	}

	33% {
		content: ":|";
	}

	66% {
		content: ";|";
	}

	100% {
		content: ";|";
	}
}
	.top-left {
		top: 0;
		left: 0;
	}

	.top-right {
		top: 0;
		right: 0;
	}

	.bottom-left {
		bottom: 0;
		left: 0;
	}

	.bottom-right {
		bottom: 0;
		right: 0;
	}

	.corner {
		position: fixed;
		width: 100px;
		height: auto;
		z-index: 9999;
	}

	body {
		margin: 0;
		padding: 0;
	}
	/* I know we must serve others, and God Himself, of course, but think of all the potential people out in the world have - God given smarts - and they seem like the gov want to throw it all away. SAD! THINK YOU FOR YOUR ATTENTION TO THIS MATTER */