#pagespecific{

	max-width:unset;
	background-size:cover;
}
.listOfOthers > p{
	font-weight:bold;
	text-shadow: 1px 3px 2px #c59412;
}
#yahrzeitCols{
	display:flex;
	flex-direction: row;
	justify-content: center;
}
.yahrCol{
	display:flex;
	flex-direction: column;
	text-align: center;
	padding-left: 35px;
	padding-right:35px;
}
.listOfOthers{
	display: flex;
	flex-direction: column;
	max-height:500px;
	overflow-y:scroll;
}
.linkToFile{
	align-self:center;
	width:fit-content;
	text-decoration: none;
	font-weight:bold;
	color:white;
}
a.linkToFile:visited{
	color:blue;
}

.pdfViewer{
	height:550px;
	width:500px;
}
@media only screen and (max-width:1155px){
	.pdfViewer{
		width:400px;
	}
}
@media only screen and (max-width:1000px){
	#yahrzeitCols{
		flex-direction: column;
	}
	.iframeAndTitle{
		display:none;
	}
	.listOfOthers{
		width:100%;
	}
	#header{
		font-size:1.5em;
	}
}
@media only screen and (max-width:600px){
	.pdfViewer{
		width:100%;
	}
	.linkToFile{
		font-size:.8em;
	}
	#header{
		font-size:1.2em;
	}
	.listOfOthers{
		max-height:400px;
	}
}