/*
	collections.css
*/

.posRelWrap {
	position: relative;
}

.yellowButton {
	background-color: rgb(183, 190, 207);
	cursor: pointer;
}
.yellowButton:hover {
	background-color: rgb(255, 221, 0);
}
.smallBut {
	position: absolute;
	right: 0.5em;
	bottom: -0.55em;
	font-size: 85%;
}

#bottomText {
	position: relative;
	min-height: 2.3em;
}

@media only screen and (max-width: 679px) {
	.col3 {
		padding-bottom: 1.35em;
	}
}


@media only screen and (min-width: 780px) {
	p.atFirst {
		width: 70vmin;
		text-align: justify;
		margin-left: auto;
		margin-right: auto;
	}
/* 
	.showroom {
		margin: 0 auto;
	}
	.galleryBox {
		margin: 0 auto 1.5em auto;
	}
	.titleOfGallery {
		border-bottom: solid 0.175vmin rgb(32, 13, 0);
	}
	.showroom:hover .titleOfGallery {
		border-bottom: solid 0.175vmin rgb(255, 221, 0);
	}
	.descriptionOfGallery {
		font-size: 1em;
	}
 */
}