.sideBar{
	min-width:20%;
	background-color:#3e4247;
	padding:20px;
}

.galleryBox{
	min-width:80%;
	padding-left:20px;
}

.contentContainer {
  display: flex;
  align-items: flex-start; /* aligns tops of both boxes */
}

.sectionButton{
	padding-top:2%;
	padding-bottom:2%;
	width:100%;
	justify:right;
	border:none;
	background-color:rgba(255,255,255,1);
	color:black;
	z-index:0;
}

.sectionButton:hover{
	cursor:pointer;
}

.subsectionDiv{
	display:none;
}

.subsectionButton{
	padding-top:2%;
	padding-bottom:2%;
	width:100%;
	justify:right;
	border:none;
	background-color:rgba(255,255,255,.5);
	color:black;
	border-left:solid;
	border-color:white;
	z-index:0;
}

.subsectionButton:hover{
	cursor:pointer;
}

.galleryImage{
	width:80%;
	height:auto;
}

.galleryButton{
	display:block;
	text-decoration:underline;
}

.galleryButton:hover{
	cursor:pointer;
}