@charset "utf-8";
/*============================================================================*\
	CSS for Placeholder Pages
	------------------------------------------------------------------------
	Designed and Built by Brian Sexton
	https://briansexton.com/
	------------------------------------------------------------------------
	© 2017 Brian Sexton
	------------------------------------------------------------------------
	Thanks to Unsplash (https://unsplash.com/), Unsplash Source
	(https://source.unsplash.com/), and their contributors for the
	background images.
\*============================================================================*/

body
{
	background: #ccc center center/cover fixed;
	color: #fff;

	display: flex;

	flex-direction: column;

	justify-content: center;

	padding: 0;

	height: 100vh;

	margin: 0
}

body > header
{
	text-align: center;
	margin-top: auto;
}

h1
{
	font-family: 'Bree Serif', serif;

	text-shadow: 2px 2px 2px #000;

	margin: 1em 0 0 0
}

h2
{
	border-radius: 1em;

	background-color: rgba(0,0,0,0.25);

	padding: 0.5em 0.75em;

	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;

	text-shadow: 2px 2px 2px #333;

	margin: 1em 0 0 0
}

h2 a
{
	text-shadow: none;
}

body > header > img.featured
{
	display: block;

	width: 256px; /* Half of the intrinsic image width. */
	height: 222px; /* Half of the intrinsic image height. */

	opacity: 0.85
}

body > header > p.initial
{
	display: flex;

	font-family: 'Bree Serif', serif;
	font-size: 10em;

	align-items: center;
	justify-content: center;

	background: url(../images/logo.png) center center/256px no-repeat;

	opacity: 0.75
}

.footer-clean {
  padding:50px 0;
  background-color:#333;
  color:#ccc;
  margin-top: auto;
}

.footer-clean h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-clean ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-clean ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-clean ul a:hover {
  opacity:1;
}

.footer-clean .item.social {
  text-align:right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align:center;
    padding-bottom:20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align:center;
  }
}

.footer-clean .item.social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin-left:10px;
  margin-top:22px;
  color:inherit;
  opacity:0.75;
}

.footer-clean .item.social > a:hover {
  opacity:0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top:40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top:10px;
  }
}

.footer-clean .copyright {
  margin-top:14px;
  margin-bottom:0;
  font-size:13px;
  opacity:0.6;
}