/* !!! GENERAL !!! */
.pgBG{
	background: url(/backgrounds/bg_aw21-1-c.jpg) fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

/* !!! STORIES !!! */

.storyList{
	width: 90%;
	display: flex;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
	text-align: center;
}

.listStoryArea{
	width: 29%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 20px auto 20px auto;
	padding: 10px;
	background-color: #fff;
	border-radius: 30px;
}
.listStoryArea a:link{
	text-decoration: none;
	font-size: 18px;
	color: #000;
}
.listStoryArea a:visited{
	text-decoration: none;
	font-size: 18px;
	color: #000;
}

.listStoryImg{
	width: auto;
	height: 200px;
	display: block;
	border-radius: 30px;
	margin: auto;
}
.listStoryName{
	padding: 7px;
	border-top: 1px solid #000;
	font-size: 18px;
	color: #000;
}

/* !!! CATALOG !!! */
.sectionArea{
	width: 90%;
	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: 33px;
	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: 40px;
}
.albumArea a:link{
	text-decoration: none;
	font-size: 25px;
	color: #dcc01f;
}
.albumArea a:visited{
	text-decoration: none;
	font-size: 25px;
	color: #dcc01f;
}
.albumCoverImg{
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 30px;
}
.albumTitle{
    height: 80px;
    box-sizing: border-box;
    margin: 0;
	padding: 10px;
	border-bottom: 1px solid #dcc01f;
	text-transform: none;
	font-size: 25px;
	font-weight: normal;
}