/*	CONTENT BLOCK 1-1
/*----------------------------------------------------*/

.content-1-1 {
	background: #193441;
}

.content-1-1 .container {
	margin-top: 70px;
}

.content-1-1 h1 {
	text-transform: uppercase;
	font-weight: 500;
}


.container-title {
 	position: relative;
    height: 176px;
    color: #eee;
}

.page-title {
 	position: absolute;
	margin: 0;
	padding: 60px 0;
	text-align: center;
	font-size: 3.5em;
}

.page-heart {
	position: absolute;
  z-index: 2;
	bottom: -24px;
	left: 0;
	right: 0;
	text-align: center;
}

.page-heart::before {
	content: '\f004';
	color: #142b35;
	font: 3em/1 'FontAwesome';
}

.container-intro {
  	position: relative;
    height: 180px;
    border-top: 2px dashed #193441;
    border-bottom: 2px dashed #193441;
    color: #193441;
    background-color: #142b35;
}

.page-intro {
    position: absolute;
    margin: 0;
    padding: 40px 10px;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center;
    font-family: 'Montserrat';
    color: #ccc;
}

.container-profiles {
  position: relative;
  height: 320px;
}


article {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 512px;
	height: 472px;
	padding: 20px 32px 20px 20px;
	border-top: 8px solid #81728a;
	border-bottom: 4px solid #a299a8;
	background-color: #fff;
	cursor: pointer;
	transform: translate(-50%, -50%) scale(.25);
	transition: transform .4s;
}

article::before {
	content: '\f004';
	display: block;
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: -100px;
	left: 0;
	right: 0;
	color: #c9b6c1;
	font: 6em/1 'FontAwesome';
	text-align: center;
	pointer-events: none;
	transition: transform .4s, opacity .4s;
}

article:focus {
	outline: none;
}

article:focus::before {
	opacity: 1;
	transform: translateY(-40px);
}

.dismiss {
	display: block;
	opacity: 0;
	position: absolute;
	top: -28px;
	right: -28px;
	width: 48px;
	height: 48px;
	border: 4px solid #fff;
	border-radius: 50%;
	color: #fff;
	background-color: #696764;
	cursor: pointer;
	transition: opacity .4s;
}

.dismiss::before {
	content: '\f00d';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font: 1.7em/1 'FontAwesome';
	transform: translate(-50%, -50%);
}

.avatar {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #b5c09e;
	overflow: hidden;
}

.avatar img {
	opacity: 0;
	width: 80px;
	height: 80px;
	border: 2px solid #b5c09e;
	border-radius: 50%;
	transition: opacity .4s;
}

.about {
	margin-left: 100px;
}

.about h1 {
	margin: 14px 0 16px;
	color: #81728a;
	font-size: 3.5em;
}

.about p {
	margin: 16px 0 18px;
	font-size: 1.25em;
	line-height: 1.4;
	word-spacing: .2em;
}

.about span {
	position: relative;
	overflow: hidden;
}

.about span::after {
	content: '';
	opacity: 1;
	display: block;
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: 0;
	right: 0;
	background-image: linear-gradient(to bottom, #fff 25%, #c7c5bf 25%, #c7c5bf 75%, #fff 75%);
	transition: opacity .4s;
}

.about .photo {
	position: relative;
	margin: 18px 0 16px;
	background-color: #b5c09e;
}

.about .photo::after {
	content: '\f03e';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font: 7em/1 'FontAwesome';
	transform: translate(-50%, -50%);
	transition: opacity .4s;
}

.about .photo img {
	width: 360px;
	height: 180px;
	display: block;
	opacity: 0;
	border: 2px solid #b5c09e;
	transition: opacity .4s;
}

.container-outro {
  position: relative;
  height: 104px;
}

.page-outro {
  position: absolute;
  left: calc(50% - 500px);
  width: 1000px;
	margin: 0 0 80px;
	font-size: 1.4em;
	text-align: center;
}

.inactive {
	pointer-events: none;
}

/* Chrome/Safari/iOS fix: Bumping up the z-index from the start of
   the expand animation until the end of the shrink animation
   prevents unnecessary repaints on subsequent <article> elements. */
.active {
	z-index: 2;
	transition-delay: 0s;
}

.active article {
	cursor: auto;
	transform: translate(-50%, -50%) scale(1);
}

.active .dismiss,
.active .avatar img,
.active .about .photo img {
	opacity: 1;
}

.active article:focus::before,
.active .avatar::after,
.active .about span::after,
.active .about .photo::after {
	opacity: 0;
}
