/* general */
div, p{
	font-family:Arial;
}

.darkThemeCategoriesTitle{
	color:#666666 !important;
	margin:5px !important;
	margin-top:6px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.darkThemeBold{
	font-weight:bold !important;
	color:#111111 !important;
}

.darkThemeCategoriesDescription{
	color:#BBBBBB !important;
	margin:5px !important;
	margin-top:-4px !important;
	line-height:16px !important;
	line-height:16px !important;
	font-weight:100 !important;
}

.gallery1DecHeader{
	font-family:myFont, Arial;
	font-size:22px;
	margin:8px;
	color:#666666;
	font-weight:bold;
}

.gallery1DescP{
	font-size:14px;
	margin:8px;
	margin-top:6px;
	margin-bottom:6px;
	color:#555555;
	line-height:18px;
}

/* Customized CSS */

.center {
text-align: center;
}

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
	padding: 10px;
	margin: auto;
}

button.albumTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: normal;
	color: #663300;
}

.albumTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: normal;
	color: #663300;
}

#myDiv {
	margin: auto;
}
