* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

.spacer {
	margin-top: 5rem;
}

body {
	background-color: #d5e4fa;
}

h1 {
	text-align: center;
	font-family: arial, serif;
	font-size: 3.5em;
	color: blue;
}

h2 {
	text-align: center;
	font-family: arial, serif;
	font-size: 3em;
	color: blue;
}

p {
	text-align: center;
	font-family: arial, serif;
	font-size: 1.8em;
}

p.date {
    margin: 1% 15% 1% 15%;
}

p.date:first-of-type {
    margin-top: 1%;
}

p.center1{
	margin: 1% 15% 1% 15%;
	font-size: 1.8em;
}

p.center2{
	font-size: 1rem;
}

p.uline {
	text-decoration: underline;
	font-size: 1rem;
}

img {
	display: block;
	margin: 0 auto 0 auto;
}

img.rest {
	/* padding-top: 1rem; */
	width: 60%;
}

.menu2 {
	text-align: center;
	background-color: rgb(198, 212, 248);
	margin: 0 30% 0 30%;
	padding: 1% 0 1% 0;
}

.menu2 p {
	margin: 1% 3% 1% 3%;
}

table {
	border-spacing: 0;
	width: 80%;
	border: 1px solid #ddd;
	font-family: arial, serif;
	font-size: 2rem;
	margin: 0 10% 0 10%;
}

th, td {
	text-align: center;
	padding: 16px;
}

tr:nth-child(even) {
	background-color: #c5e2fa;
}

tr:nth-child(odd) {
	background-color: #b3dbfc;
}

tr.heading {
	background-color: #93dbfc;
	color: rgb(65, 64, 64);
	
}

td.date {
	font-size: 1rem;
	font-weight: 600;
}

a.go {
	color: rgb(3, 3, 3);
	text-decoration: none;
}

button.go {
	font-size: 1rem;
	background-color: turquoise;
	border-radius: 5px;
	padding: 7px;
}

button.go:hover {
	background-color: rgb(7, 250, 226);
}

button.menu {
	font-size: 1.5em;
	background-color: #d5e4fa;
	border-radius: 20px;
	padding: 5px 20px;
}

button.menu:hover {
	background-color: rgb(159, 223, 253);
}

button.index2 {
	font-size: .7em;
	background-color: #d5e4fa;
	border-radius: 20px;
	padding: 5px 20px;
}

button.media {
	font-size: 1rem;
	background-color:#7cadf8;
	border-radius: 20px;
	padding: 3px 10px;
	opacity: 1;
}

.inactive {
	opacity: 0;
}

button.inactive {
	opacity: 0;
}

button.index2:hover {
	background-color: rgb(159, 223, 253);
}

.avail_media {
	background-color: rgb(184, 213, 252);
	border :/* -top : 2px solid black;
	border-left : 2px solid black;
	border-right : */ 2px solid black;
	padding-top: 0.4rem;
	margin: 1rem 40% 0 40%;
	/* display: flex; */
	/* justify-content: center; */
	
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}

.media_btns {
	
	
	/* background-color: rgb(206, 192, 255); */
	padding: .5rem .5rem;
	
	display: flex;
	justify-content: center;
}

button.media:hover {
	background-color: rgb(86, 156, 248);
}

@media (max-width: 1200px) {
    img.rest {
		width: 80%;
	}

	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 2.5rem;
	}
    
	p {
		font-size: 1.5rem;
	}

	table {
		font-size: 1.5rem;
	}

	.menu2 {
		margin: 0 20% 0 20%;
	}

	button.menu {
		font-size: 1.1rem;
	}

	.avail_media {
		margin: 1rem 30% 0 30%;
	}

	button.media {
		font-size: 0.9rem;
	}
}

@media (max-width: 700px) {
    img.rest {
		width: 90%;
	}

	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 2 rem;
	}

	p {
		font-size: 1.1rem;
	}

	table {
		font-size: 1.2rem;
		margin: 0 5% 0 5%;
	}

	td.date {
		font-size: 0.7rem;
		font-weight: 600;
	}

	.menu2 {
		margin: 0 10% 0 10%;
	}

	button.menu {
		font-size: 0.9rem;
	}

	.avail_media {
		margin: 1rem 20% 0 20%;
	}

	button.media {
		font-size: 0.8rem;
	}
    
}