
#catalog-master {
	width: 100%;
	margin: 30px auto 10px auto;
	background:#FFFFFF;
	min-height: 4900px;
	height: auto;
	position: relative;
	display: block;
	  max-width: 100%;
  overflow-x: hidden;
}


#catalog-container {
	margin: 100px auto 10px 5%;
	background:transparent;
	min-height: 750px;
	height:  85%;
	position: absolute;
	display: block;
	  max-width: 100%;
  overflow-x: hidden;
			width: 90%;
}


#event-navigation {
	width: 90%;
	margin: 10px auto 21px auto;
	background:#FFFFFF;
	min-height: 30px;
	height:  50px;
	position: relative;
	display: block;
}


#event-specs{
	min-height: 500px;
 max-height: 2300px;
 top: 1%;
 z-index: 10;
 position: relative;
 right: 10px;
 width: 35%;
 background: #FFFFFF;
 float: right;
 padding: 10px 10px 30px 10px;
 border: 0px solid #cccccc;
 border-radius: 6px;
	display: inline-block;
}


#event-details {
	min-height: 500px;
 max-height: 2300px;
 top: 1%;
 z-index: 10;
 position: relative;
 left: 10px;
 width: 53%;
 background: transparent;
 float: left;
 padding: 10px 10px 30px 10px;
 border: 0px solid #cccccc;
 border-radius: 6px;
	display: inline-block;
}


#catalog-viewer {
	min-height: 500px;
 max-height: 2300px;
 top: 1%;
 z-index: 10;
 position: relative;
 left: 10px;
 width: 95%;
 background: transparent;
 float: left;
 padding: 10px 10px 30px 10px;
 border: 0px solid #cccccc;
 border-radius: 6px;
	display: inline-block;
	  max-width: 100%;
  overflow-x: hidden;
}


.home-catalog-image {
 width: 45%;
 min-height: 150px;
 background: transparent;
 display: inline-block;
 margin-left: 3%;
 height: 450px;
}


#category-title {
		font-size: 24px;
		letter-spacing: -1px;
		background: transparent;
		width: 96%;
		font-family: "Old Standard TT", serif;
		font-weight: 400;
		float: left;
		position: absolute;
		padding: 0 0 5px 3px;
		border: 0.8px solid #555555;
		border-width: 0 0 0.8px 0;
}

.homepage-catalog-image-link {
		color: #5973F7;
		text-align: center;
}


.homepage-catalog-image-link:hover {
		opacity: 0.5;
}

@media (max-width: 765px) {
				#event-specs{
				min-height: 500px;
				max-height: 2300px;
				top: 18px;
				position: relative;
				left: 10px;
				width: 93%;
				background: transparent;
				float: none;
				clear: both;
				/*padding: 10px 10px 30px 10px;
				border: 1px solid #cccccc;
				border-radius: 6px;*/
				display: block;
			}
			#event-details{
				min-height: 500px;
				max-height: 2300px;
				top: 6%;
				position: relative;
				left: 10px;
				width: 93%;
				background: transparent;
				float: none;
				clear: both;
				/*padding: 10px 10px 30px 10px;
				border: 1px solid #cccccc;
				border-radius: 6px;*/
				display: block;
			}
			
			#catalog-container {
				width: 90%;
				left: 1px;
					  max-width: 100%;
  overflow-x: hidden;
			}
				#catalog-viewer {
				min-height: 1000px;
				max-height: 2300px;
				height: auto;
				top: 15px;
				position: relative;
				left: 1px;
				max-width: 90%;
				width: 90%;
				background: transparent;
				float: none;
				clear: both;
				display: block;
			}
   
   .home-catalog-image {
				width: 95%;
				min-height: 150px;
				height: auto;
				background: transparent;
				display: block;
				margin: 21px auto 30px 3%;
				float: left;
			}
			
			#category-title {
				font-size: 15px;
				text-align: center;
		}
}



.home_image_link a {
  text-decoration: none; /* Removes the underline */
  color: inherit; /* Keeps the original text color */
}

.homepage-catalog-image-text {
 width: 100%;
 min-height: 30px;
 text-align: center;
 margin: 5px 0 0 0;
}
