body {
	padding-bottom: 2%;
	padding-top: 4.4rem;
}

ul {
	padding-left: 1.8rem;
}

hr {
	border-color: #A9A9A9;
	width: 75%;
}
/*navigation*/
.bg-navbar-custom {
	background-color: #0073e6;
}

.jumbotron, .section-header, .icons, .profile, .source-link {
	text-align: center;
}

.jumbotron {
	background-image: url("../Images/jumbobg-min.jpg");
	background-size: cover;
	background-color: #0073e6;
}

#jumbotron-content {
	font-family: 'Fira Sans';
}

#header-display {
	font-weight: bold;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 
				 			 0px 8px 13px rgba(0,0,0,0.1), 
				       0px 18px 23px rgba(0,0,0,0.1);
}

.row {
	margin-bottom: 1.5rem;
}

.section-header {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.exp-dates {
	text-align: right;
}

.exp-description {
	padding-right: 2.4rem;
}

#projects {
	margin-bottom: 0;
}
.projects {
	border: solid 1px #A9A9A9;
	border-radius: 5px;
	padding: 1.2rem;
  box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
}

.projects-description {
	margin-bottom: 0.5rem;
}

.actions-list {
	list-style-type: none;
	padding-left: 1rem;
	margin-bottom: 0.5rem;
}

.icons {
	display: inline-block;
	width: 100%
}

.logo-link {
	color: inherit;
}

.logo {
	cursor: pointer;
}

.logo:hover {
	background-color: #66b3ff;
}