@charset "UTF-8";
@media screen and (min-width:40em) {.intro h1 {font-size:4rem}}
.hero h1 span {font-size:100%}
.home-portfolio {
	padding-top:2.25rem;
	border-top:none}
#portfolio-gallery {
	width:100%;
	overflow:hidden;
	margin:2.2rem 0 0}
#portfolio-gallery figure {
	position:relative;
	display:block;
	width:100%;
	margin:0}
#portfolio-gallery .prev, #portfolio-gallery .next {
	position:absolute;
	z-index:2;
	width:2rem;
	height:3rem;
	background-color:rgba(0,0,0,0.33);
	font-size:2rem;
	line-height:2.6rem}
#portfolio-gallery .prev a, #portfolio-gallery .next a {
	display:block;
	color:#fff;
	font-weight:normal;
	text-shadow: 0 0 1rem #000;
	text-decoration:none;
	cursor:pointer}
#portfolio-gallery .prev {
	left:0;
	top:18.5rem;
	padding-right:0.5rem;
	border-top-right-radius:50%;
	border-bottom-right-radius:50%;
	text-align:right}
#portfolio-gallery .next {
	right:0;
	top:18.5rem;
	padding-left:0.5rem;
	border-top-left-radius:50%;
	border-bottom-left-radius:50%;
	text-align:left}
#portfolio-gallery .images {
	width: 100%;
	position: relative}
#portfolio-gallery .images img {
	transform:translate(-400%, 0);
	display:block;
	width:100%;
	max-width:45.5rem;
	position:absolute;
	margin:0 auto}
#portfolio-gallery .images img.current {transform:translate(0, 0)}
#portfolio-gallery .descriptions > figure {display:none}
#portfolio-gallery .descriptions .current {display:block}
figcaption {
	display: block;
	padding:0.0625rem 1rem 3.75rem}
figcaption h2, figcaption span, figcaption p, figcaption li {
	transform-origin: top center;
	transform:rotateX(-90deg);
	transition:transform 0.4s linear}
figcaption .text-visible {
	transform:rotateX(0deg);
	transition:transform 0.4s linear}
figcaption h2 {
	margin-bottom:1.1rem;
	color:#000;
	font-size:1.25rem;
	text-transform:none}
figcaption h2 span {
	display:inline-block;
	color:#0E6999;
	font-size:1.15rem;
	font-style:italic;
	letter-spacing:normal}
figcaption p {
	color:#000;
	font-size:0.95rem}
figcaption li {
	margin-left:0.625rem;
	padding:0;
	color:#0E6999;
	font-size:0.975rem;
	font-style:italic;
	list-style:disc !important}
h2 .client-link {
	color:#000;
	text-decoration:none}
h2 .client-link span {
	color:#0E6999;
	font-weight:normal}
.contactform {
	margin-bottom:0;
	padding:3.75rem 0 3.5rem}
.testimonial {
	background-image:none;
	background-color:#053b57;
	color:#fff}
#work:before {margin-top:-60px}