
.header {
	text-align: center;
}

.profile-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid pink;
}

body {
	background-image: url("../images/background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.main-content {
	padding-top: 12px;
}

/* If the page becomes longer, we will want to update the styling here */
.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.footer-text {
	margin-top: 15px;
}

/* Link styling */

a {
	text-decoration: none;
	color: #ff8a8b;
}

a:hover, a:active, a:focus {
	color: #ff5a5b;
}

/* Bootstrap overrides */

.navbar-light .navbar-nav .navlink:focus, .navbar-light .navbar-nav .navlink:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .9);
}
