
.column {
	padding: 0px; /* smaller padding */
}

.column.left {
	width: 96%;
}

.column.center {
	width: 96%;
}

.column.right {
	width: 3%;
}


.sidebar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	min-width: 40px;
	max-width: 500px;
}



.sidebar ul {
display: inline;
}

.sidebar li {
	display: inline;
	float: left;
	margin: 2px;
}

.sidebar li a {
	display: inline;
}

.sidebar img{
	display: inline;
	flex-direction: row;
	align-content: center;
	max-height: 25%;
	max-height: 120px;
		/* border-radius: 5px; */
	
}

/* get rid of spare pics */
.extra {display: none;}



h1 {
	margin-bottom: 0px;
	font-size: 140%;
	}

.header h1 {
	font-size: 140%;
}

h2 {
	margin-bottom: 20px;
	font-size: 125%;
}


h3 {
	margin-bottom: 15px;
	font-size: 115%;
}

.up150 {
	/* get rid of transform */
	transform: translate(0, 0);
	-ms-transform: translate(0, 0); 
	-webkit-transform: translate(0, 0); 
	
}