
.source-image {
  max-width: 90%;
  
  
  position: absolute;
  z-index: -10;
}
.navbar {
	background-color: transparent;
	border-color: transparent;
}
.selected {
    border-bottom: 2px solid white;
}
.navbar-brand {
	font-size: 23px;
}
.menu-link,.navbar-brand,.navbar-text {
	color: white!important;
	line-height: 30px!important;
}
.menu-link:hover,.navbar-brand:hover,.navbar-text:hover {
	color: lightgray!important;
}


body {
	background-color: black;
	color: #AAA;
}
.imglink {
	border-width: 2px!important;
}
.imglink:hover {
	border-color: red;
	border-width: 2px!important;
}

.imglinks {
	padding: 0;
	margin: 0;
}
.imglinks p {
	text-align: center;
}

h1 {
	width: 100%;
	text-align: center;
	border-bottom: 10px solid;
	color: #8B8;
}

.subheader h3 {
	width: 100%;
	text-align: right;
}

.divider h3 {
	border-bottom: 10px solid;
}

.linked-in {
	padding: 5px;
}