html, body {
	height: 100%;
	margin: 0;
	width: 100%;
}

body {
	padding-top: 50px;
}

nav.navbar.navbar-inverse.navbar-fixed-top {
	border-bottom: 4px solid #8e44ad;
}

header {
	background-color: #9b59b6;
	min-height: 100%;
	padding-top: 12px;
}

section {
	min-height: 100%;
	padding-top: 24px;
}

header .jumbotron h1 {
	color: #16a085;
	font-family: 'Lobster', cursive;
	text-align: center;
	text-decoration: underline;
}

header .jumbotron .subtitle {
	font-weight: bold;
}

#bio .avatar {
	background-image: url('../img/archer-avatar.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	height: 200px;
	width: 200px;
}

#issues .issue-image {
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	width: 200px;
}

#issues .row > div:nth-of-type(2) .issue-image {
	background-image: url('../img/archer-avatar.jpg');
}
#issues .row > div:first-child .issue-image {
	background-image: url('../img/archer-shot.jpg');
}

footer p {
	text-align: center;
}

footer ul {
	padding-left: 0;
	text-align: center;
}

footer ul li {
	display: inline-block;
	list-style-type: none;
}

/* Desktop-specific styles */
@media (min-width: 768px) {
	nav.navbar.navbar-inverse.navbar-fixed-top {
		border-bottom-color: #2980b9;
	}

	.navbar-inverse .navbar-nav>li>a {
		color: #2980b9;
		transition: all 1s ease-in-out;
	}
	.navbar-inverse .navbar-nav>li>a:hover {
		color: #e74c3c;
	}

	header {
		background-color: #3498db;
	}

	section {
		padding-top: 48px;
	}

	header .jumbotron {
		padding-top: 72px;
	}

	header .jumbotron h1 {
		font-size: 96px;
		font-weight: bold;
		text-decoration: none;
	}

	#bio .avatar {
		background-image: url('../img/archer-shot.jpg');
		border-radius: 0;
	}

	footer p {
		text-align: left;
	}

	footer ul {
		float: right;
	}
	footer ul li {
		float: left;
		padding-left: 4px;
	}











}
