/* OVERRIDE STYLES */
html, body {
  height: 100%;
}

body {
	display: flex;
	flex-direction: column;
}

body > .container {
	flex: 1 0 auto;
}

/* FONTAWESOME ICONS */
.fas, .far, .fal, .fab {
	
}
.profile-img-container {
	position: relative;
	z-index: 3;
	width: 6rem;
	height: 6rem;
	background-color: transparent;
	border-radius: 50%;
	vertical-align: bottom;
	padding: 0;
	margin-top: 7.5rem;
	margin-bottom: -7.5rem;
	background-attachment: fixed;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.profile-img-border-light {
	box-shadow: 0 0 0 .4rem #fff;
}
.profile-img-border-dark {
	box-shadow: 0 0 0 .4rem #000;
}
.profile-img {
	background-image: url("../assets/imgs/icon-wdstudios.png");
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	padding: .5rem;
}
.site-name {
	margin-top: 3.5rem;
}

.parallax {
  /* Set a specific height */
  min-height: 10rem;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0975ce;
  background-image: linear-gradient(#0068bb, #61b8ff 50%);
}

.parallax-img-001 {
	/* The image used */
/*   background-image: url(""); */
}

.parallax-content {
	font-size: 1rem;
	background-color: transparent;
	padding: 20px 48px;
}

.parallax-foreground-img {
	position: relative;
	max-width: 30%;
	min-width: 300px !important;
	display: block;
	box-sizing: border-box;
	padding-top: 3rem;
	margin-left: auto !important;
	margin-right: auto !important;
	vertical-align: bottom;
	border: 0;
	font-size: 100%;
}

footer {
	background-color: #000;
	/* BELOW MAY NOT BE NECESSARY */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	box-sizing: border-box;
	/* ABOVE MAY NOT BE NECESSARY */
	width: 100%;
	color: #fff;
	font-size: .8rem;
	flex-shrink: 0;
	color: #aaa;
}

footer .flex-column {
	max-width: 350px;
}

footer h1 {
	font-size: .75rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}
footer ul {
	margin-left: 0;
	padding-left: 0;
}
footer li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
footer ul.follow-list li {
	line-height: 2;
}

.copyright-bar {
	background-color: #333;
	text-align: center;
}
.copyright-bar .flex-column {
	max-width: 100%;
}

footer a {
	color: #aaa !important;
	text-decoration: none;
}

.footer-logo {
	position: relative;
	max-width: 30%;
	min-width: 250px !important;
	display: block;
	border: 0;
}

.footer-bar {
	padding: 18px 24px;
	justify-content: center;
}

footer {
	min-height: 100px;
}
footer .flex-column .fab.follow, footer .flex-column .fas.follow {
	font-size: 1.25rem;
	margin: 0 auto;
	margin-left: -.5rem;
	width: 2.5rem;
	vertical-align: middle;
	text-align: center;
}