body {
	background-color: black;
}

.jumbotron {
	background-color: #ccc;	
}

main {
	padding: 15px;
	margin: 0 0 30px 0;	
	background-color: white;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

footer {
	color: rgba(255,255,255,0.3);
	text-align: center;
}

footer li, footer ul {
	padding: 0;
	margin: 0;
}
footer li {
	margin: 0px 10px;
	list-style: none;
	display: inline;
	
}

@media print {
	nav {
		display: none;
	}
	footer {
		display: none;
	}
	.badge.badge-secondary {
		display: none;
	}
	.resume-subsection {
		font-size: 24pt;
	}
	.subsection {
		font-size: 16pt;
	}
	.my-name {
		font-size: 28pt;
	}
}

a {
	cursor: pointer;
}

a.navbar-brand {
	color: white;
}

#home-picture {
	padding:5%;
	background-color: white;
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	width: 50%;
	border-radius: 0px 0px 12px 12px;

}

.experience {
	margin: 2px;
}

.resume-header {
	text-align: center;
}

.resume-header > h1, .resume-subsection {
	font-weight: bolder;
}

.jumbotron {
	background-image: url("../static/og-default.jpg");
	background-position:  bottom 342px center; 
}

.course-list {
	background-color: antiquewhite;
}

.interactive-hover:hover { 
	background-color: rgb(224, 224, 224);
	cursor: pointer;
  }