img {
	padding: 8px 0px;
}

.ogstyle {
	font-family: "Times New Roman", "Times", "Serif";
	font-size: 1.2em;
}

p {
	margin-bottom: 1rem;
    margin-top: 1rem;
}

h3 {
	font-size: 1.4em;
}

a.ogstyle:link {
	text-decoration: underline;
}
a.ogstyle:visited {
	color: #660099;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.visualizer {
	border-width: 0px;
	border-style: solid
}

.designwidth {
	max-width: 700px;
	padding: 20px;
}

.fullwidth {
	max-width: 100%;
}

.halfwidth {
	max-width: 48%;
}

.thumbnail {
	width: auto;
	height: 200px;
}

#table-of-contents {
	list-style: none;
	padding: 0;
    list-style-type: none;
}

#table-of-contents li {
	display: inline-block;
	padding: 12px;
	text-align: center;
	font-weight: 500;
}

#video {
	display: none;
}

.connect {
	padding: 30px;
}

.profile {
	max-width: 100%;
	background-image: url('../images/missing.png'); 
	background-repeat: no-repeat;
	background-attachment: top;
	background-position: center;
	text-align: center;
}

.hamburger {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 64px;
	opacity: 0.4;
}

.hamburger:hover {
	opacity: 1.0;
}

.overhead-connect {
	position: absolute;
	top: 20px;
	right: 20px;
}

.extraSpace {
	height: 40px;
	display:none;
}

@media only screen and (max-width: 600px) {
	.overhead-connect {
		display: none;
	}
	.extraSpace {
		display:block;
	}
	#highlights {
		position: relative;
		top: 40px;
	}
	.halfwidth {
		max-width: 100%;
	}
	.thumbnail {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
}

