.jumbotron-content {
	font-style: bold;
	padding-top: .5em;
	
}
.jumbotron-content h2 {
	font-weight: 400;
}

div.container-content div.container-content-inner { 
	background-color: white;
	margin-top: -5em;
	margin-bottom: 2em;}


body {margin-top: 50px;
	color: black;
	background-color: #dbdcde;
}

div.jumbotron:not(.jumbotron-content) {
	background-color: #26A65B;
	background-image: linear-gradient(120deg, #159957, #155799);
	color: white;
}

div.jumbotron h1 {
	margin-top: 10px;
	}
	
div.jumbotron h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	}

div.jumbotron div.row {
	margin-bottom: 0px;
	}

hr {border-color: #9d9d9d;}

img {width: 100%;}

#projects img {
	border: .1em solid #9d9d9d;
	border-radius: .2em;
}

hs {font-size: 1.2em; font-weight: bold;}

div.row {margin-bottom: 2em;}

#footer {
	background-color: #26A65B;
	color: white;
	min-height: 5em;
	padding: 1em;
}

ul.employment {
	margin-left: 0em;
	-webkit-padding-start: 20px;
	margin-top: 1em;
	margin-bottom: 2em;
};