/* !!! GENERAL !!! */
.pgBG{
	background: url(/backgrounds/bg_aw21-1-m.jpg);
	background-size: 100% auto;
	background-repeat: repeat;
}

/* !!! STORIES !!! */

.storyList{
	width: 95%;
	display: flex;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
	text-align: center;
}

.listStoryArea{
	width: 29%;
	height: 220px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 15px auto 15px auto;
	padding: 7px;
	background-color: #fff;
	border-radius: 25px;
}
.listStoryArea a:link{
	text-decoration: none;
	font-size: 18px;
	color: #000;
}
.listStoryArea a:visited{
	text-decoration: none;
	font-size: 15px;
	color: #000;
}

.listStoryImg{
	max-width: 100%;
	height: 150px;
	display: block;
	object-fit: contain;
	border-radius: 30px;
	margin: auto;
}
.listStoryName{
	padding: 5px;
	border-top: 1px solid #000;
	font-size: 15px;
	color: #000;
}

/* !!! CATALOG !!! */
.sectionArea{
	width: 95%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 40px auto 70px auto;
	padding: 7px;
	background-color: #fff;
	border-radius: 40px;
}
.sectionTitle{
	padding: 20px;
	border-bottom: 2px solid #dcc01f;
	border-radius: 40px 40px 0 0;
	font-size: 30px;
	color: #dcc01f;
}
.sectionAlbumsArea{
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.albumArea{
	width: 40%;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 5px;
}
.albumArea a:link{
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
	text-decoration: none;
	font-size: 20px;
	color: #000;
}
.albumArea a:visited{
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
	text-decoration: none;
	font-size: 20px;
	color: #000;
}
.albumCoverImg{
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 30px;
}
.albumTitle{
    width: 100%;
	height: 65px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #000;
	text-transform: none;
	font-size: 20px;
	font-weight: normal;
}