a {
	color: #303030;
	font-family: Arial, sans-serif;
	text-decoration: none;
	transition: color .25s;
}
a:hover {
	transition: color .25s;
	color: black;
}
td {
	background-color: #cecece;
	border: solid #9e9e9e 1px;
	padding: 3px;
	width: 150px;
	text-align: center;
	font-size: 15px;
}
.art {
	min-height: 150px;
	max-height: 300px;
	padding: 10px;
}
#first-menu-button {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
#gallery {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: none;
	width: 1000px;
}
#highlights {
	width: 400px;
}
#highlights > img {
	min-height: 150px;
	max-height: 300px;
	padding: 10px;
}
#last-menu-button {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
#logo {
	height: 50px;
}
#menu {
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
}
#menu-center {
	background-color: #fff;
	border: none;
	padding-left: 60px;
	padding-right: 60px;
}
#portfolioPanorama {
	height: 350px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#portfolioPanorama > tr > td {
	background-color: white;
	border: none;
}
#text-container {
    margin: 5%;
    font-family: Arial, sans-serif;
    font-size: 20px;
    text-align: center;
}