#bis {
	text-align: center;
}
#bis h1 {
	margin: 0px;
}
.bigletter {
	display: inline-block;
	font-size: 70px;
}
#pinnedBlock {
	text-align: center;
	position: fixed;
	background-image: linear-gradient(to bottom, #ffffff,  #ffffff 95%, rgba(255, 255, 255, 0));
	left: 0px;
	right: 0px;
	top: 0px;
}
#bisMenu {
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 5px;
}
.bisMenuButton, .viewLibraryButton {
	display: inline-block;
	margin: 0px 10px;
	cursor: pointer;
}
#info {
	width: 80%;
	margin: 0px auto;
	text-align: center;
	justify-content: center;
	flex-flow: row wrap;
}
#info h2 {
	text-decoration: underline;
	font-size: 25;
	margin: 0;
}
.infoBlock {
	padding: 15px;
	margin: 0px auto;
	text-align: justify;
	overflow: hidden;
}
.infoBlock li {
	margin: 15px 0px;
}
.infoBlockDelimeter {
	margin: 15px auto;
	height: 2px;
	width: 80%;
	background-image: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(100, 100, 100, 0.75), rgba(250, 250, 250, 0));
}
#mainBodyHeader {
	height: 242px;	/* 250 px pinned height - 8 px body margin */
}
#mainBodyFooter {
	height: 200px;
}
#howitworksBlock, #communityBlock {
	text-align: center;
}
.howitworksb {
	width: 200px;
	height: 150px;
	display: inline-table;
	margin: 5px;
	text-align: center;
}
.communityb {
	display: inline-table;
	margin: 10px;
	text-align: center;
	font-style: italic;
}
#galleryBlock {
	text-align: center;
}
.galleryItem {
	display: inline-block;
	margin: 5px;
	box-shadow: 5px 5px 5px -3px rgba(0,0,0,0.2);
}
#video {
	text-align: center;
}
#proimageblock {
	display: inline-block;
	vertical-align: top;
}
#profeatureslist {
	display: inline-block;
	max-width: 600px;
}
#profeatureslist uh {
	font-weight: bold;
	text-decoration: underline;
}
#procostimage {
	float: left;
	margin: 0px 25px;
}
.gumroadbutton{
	margin: 10px auto;
}
#baseprocompatison {
	width: 70%;
	border-collapse: collapse;
	margin: 50px auto 0px;
}
#baseprocompatison td, #baseprocompatison th {
	border: 1px solid;
	text-align: center;
	width: 30%;
	padding: 5px;
}
#baseprocompatison .tablecellnoborder {
	border: 0px;
}
@media screen and (max-width: 1000px) {
	#demovideo {
		width:	400px;
	}
	#proimage {
		width:	400px;
	}
}
@media screen and (max-width: 600px) {
	#demovideo {
		width:	300px;
	}
	#proimage {
		width:	300px;
	}
}
