body {
	padding-top: 53px;
	/* background-color: #dfe8ee; */
	/* background-color: rgb(191,208,221); */
	margin-bottom: 37px;
	font-family: Roboto, sans-serif;
	}

p {
	line-height: 1.5;
	}
	
a {
	color: #0417aa;
}

a:hover {
	color: #009499;
}

a[href^="http://"] {
    background: url(/img/icon-external-link.gif) center right no-repeat;
    padding-right: 13px;
	}

a[href^="https://"] {
    background: url(/img/icon-external-link.gif) center right no-repeat;
    padding-right: 13px;
	}

a.noext[href^="https://"] {
	background: none;
	padding-right: 0;
}

a.icon {
	background: none;
	padding-right: 0;
	}

.navbar {
	height: 53px;
	font-family: Lato, sans-serif;
	}

.navbar-nav > li > a {
	font-weight: normal;
}

a.headlink {
	color: #046aaa;
	text-decoration: none;
}

@media (min-width: 992px) {
	.navbar-right {
		margin-right: 0 !important;
	}
}

.pagetitle {
	color: #92b558;
	font-family: Lato, sans-serif;
	margin-top: 10px;
}

.resumesection {
	background-color: #046aaa;
	border-radius: 6px;
	margin-bottom: 10px;
	}

.resumesection > h4 {
	font-size: 22px;
	color: #ffffff;
	font-family: Lato, sans-serif;
	}

.resumesection > div.tog, .portsection > div.tog {
	float: right;
	font-size: 16px;
	color: #ffffff;
	margin-top: 15px;
	/* font-weight: bold; */
}
	
h5.employer {
	color: #046aaa;
	font-family: Lato, sans-serif;
	font-size: 22px;
	margin-bottom: 5px;;
	}

.esi {
	font-family: Lato, sans-serif;
}
	
.col3 {
	text-align: right;
	}

.resume ul {
	list-style-position: outside;
	}
	
.resume li {
	list-style: none;
	list-style-position: outside;
	position: relative;
	}
	
.resume li:before {
	font-family: 'FontAwesome';
	font-size: 0.6em;
	padding-top: 7px;
	content: "\f04b";
	list-style-position: outside;
	margin: 0 5px 0 -18px;
	position: absolute;
	left: 0;
	}

.portsection {
	/* background-color: rgb(52, 73, 94); */
	background-color: #046aaa;
	border-radius: 6px;
	margin-bottom: 10px;
	}

.portsection > h4 {
	font-size: 22px;
	color: #ffffff;
	font-family: Lato, sans-serif;
	}
	
h5.project {
	color: #046aaa;
	font-size: 22px;
	margin-bottom: 5px;;
	}

.portdate {
	font-weight: bold;
	float: right;
	text-align: right;
	}

.thumb {
	font-size: 13px;
	line-height: 17px;
	max-height: 275px;
	overflow: hidden;
}

a.thumb > img {
/*	max-width: 100%;
	max-height: 275px;
	overflow: hidden; */
}

.btn-primary {
	background-color: #0417aa;
	-webkit-transition: .25s;
    transition: .25s;
}

.btn-danger {
	color: #ffffff;
	background-color: #88b04b;
	/* background-color: #d35400; this was the orange */
	/* background-color: #c4833f; */
	}

.btn-inverse {
	color: #ffffff;
	background-color: #046aaa;
}

.btn-primary:hover, .btn-danger:hover, .btn-inverse:hover {
	background-color: #009499;
}

hr.spacer {

}

.inpic {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.inpic-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/*
body {
	padding-top: 80px;
	}

th {
	background-color: #428bca;
	color: #ec8007;
	z-index: 10;
	text-shadow: 1px 1px 1px #fff;
	font-size: 24px;
	}

.badge {
	background-color: #428bca;
	color: #fff;
	font-size: 22px;
	}

.container > h1 {
	text-align: center;
	}
	
.socials {
	padding: 10px;
	}
*/