/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

::selection {
  	background: rgba(0,0,0,0.6); /* WebKit/Blink Browsers */
	color: white;
}
::-moz-selection {
  	background: rgba(0,0,0,0.6); /* Gecko Browsers */
	color: white;
}
::-webkit-selection {
  	background: rgba(0,0,0,0.6); /* Chrome */
	color: white;
}

.AvenirLTStd-Medium { 
    font-family: AvenirLTStd-Medium;
    font-weight: normal;
    font-style: normal;
}
.AvenirLTStd-Black { 
    font-family: AvenirLTStd-Black;
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('fonts/AvenirLTStd-Light.eot');
  src: url('fonts/AvenirLTStd-Light.woff2') format('woff2'),
       url('fonts/AvenirLTStd-Light.woff') format('woff'),
       url('fonts/AvenirLTStd-Light.ttf') format('truetype'),
       url('fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg'),
       url('fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #e44d26;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Hito styles
   ========================================================================== */

html *, body * {
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
    font-family: 'AvenirLTStd-Light';
}

nav {
	position: fixed;
	width: 100vw;
	line-height: 50px;
	z-index: 9999;
	display: none;
	background: rgba(255,255,255,0.9);
	transition: none;
	-webkit-transition: none;
}

nav img {
	width: 30px;
	height: auto;
	margin-left: 40px;
	margin-top: 7px;
	position: absolute;
	cursor: pointer;
	transition: none;
	-webkit-transition: none;
}

nav ul {
	width: 80%;
	float: right;
	padding-right: 20px;
	transition: none;
	-webkit-transition: none;
}

@media (max-width: 768px) {
	nav ul {
		display: none;
	}
	nav {
		height: 50px;
	}
}

nav li {
	background: transparent;
	text-transform: uppercase;
	float: right;
	transition: none;
	-webkit-transition: none;
}

nav li a {
	padding: 0 20px;
	display: inline-block;
	text-decoration: none;
	font-size: 1em;
	color: #333;
	transition: none;
	-webkit-transition: none;
}

nav li a:hover {
	color: #999 !important;
}

nav .mobile-nav-trigger {
	display: none;
	position: absolute;
	right: 30px;
	top: 0px;
	cursor: pointer;
	transition: none;
	-webkit-transition: none;
	color: #333;
}

nav .mobile-nav-trigger:hover {
	color: #999;
}

@media (max-width: 768px) {
	nav .mobile-nav-trigger {
		display: block;
	}
}

.mobile-nav {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	height: calc(100vh - 50px);
	background: rgba(255,255,255,0.9);
	text-align: center;
	z-index: 999;
	padding-top: 10px;
	box-sizing: border-box;
	display: none;
	transition: none;
	-webkit-transition: none;
}

.mobile-nav a {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
}

.mobile-nav a:hover {
	color: #999;
}

.container {
	background-color: #efefef;
}

.container h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	letter-spacing: 1px;
}

@media (max-width: 768px) {
	.container h2 {
		margin-bottom: 40px;
		padding: 0 5px;
		font-size: 1.2em;
		box-sizing: border-box;
	}
}

.container .content {
	color: #333;
	width: 80%;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	font-weight: 100;
}

@media (max-width: 768px) {
	.container .content {
		font-size: 1em;
	}
}

.container .content-link {
	display: inline-block;
	padding: 20px 20px 18px;
	background: #5d5d5d;
	margin-top: 20px;
	color: white;
	text-decoration: none;
}

.container .content-link:hover {
	background: #999;
}

.home-container {
	background: url('../img/background.jpg') no-repeat center bottom;
	background-size: cover;
	min-height: 100vh;
}

.home-container div {
	width: 50%;
	text-align: center;
	color: white;
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 1px;
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
	.home-container div {
		width: 90%;
		left: 90%;
		top: 50%;
		-webkit-transform: translate(-95%, -50%);
		transform: translate(-95%, -50%);
	}
}

.home-container div img {
	width: 200px;
	height: auto;
	margin-bottom: 100px;
}

@media (max-width: 768px) {
	.home-container div img {
		width: 150px;
		margin-bottom: 80px;
	}
}

@media (max-width: 360px) {
	.home-container div img {
		width: 100px;
		margin-bottom: 50px;
	}
	.home-container div {
		font-size: 1em;
	}
}

.description-container {
	padding-bottom: 80px;
}

.description-container a {
    color: #614a72;
}

.description-container a:hover {
    color: black;
}

@media (max-width: 768px) {
	.description-container {
		padding-bottom: 50px;
	}
}

.testimonials-container {
    position: relative;
	padding: 30px;
    background: url('../img/img-1.jpg') no-repeat;
    background-size: cover;
}

.testimonials-container .img-1,.testimonials-container .img-2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.testimonials-container .img-1 {
    background: url('../img/img-2.jpg') no-repeat;
    background-size: cover;
    opacity: 0;
}

.testimonials-container .img-2 {
    background: url('../img/img-3.jpg') no-repeat;
    background-size: cover;
    opacity: 0;
}

.testimonials-container .content-wrap {
	background: rgba(255,255,255,0.6);
	padding: 80px 0 100px;
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
	.testimonials-container .content-wrap {
		padding: 40px 0;
	}
}

.testimonials-container .content span {
	display: inline-block;
	margin-top: 10px;
	font-family: 'AvenirLTStd-Medium';
}

.testimonials-container .margin-bottom {
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.testimonials-container .margin-bottom {
		margin-bottom: 20px;
	}
	.testimonials-container .content-link {
		margin-top: -10px
	}
}

.bio-container {
	padding: 100px 0 120px;
}

@media (max-width: 768px) {
	.bio-container {
		padding: 40px 0;
	}
}


.bio-container img {
	width: 20%;
	height: auto;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.bio-container img {
		width: 80%;
	}
}

.connect-container {
	padding: 100px 0 120px;
	background: #dedede;
}

@media (max-width: 768px) {
	.connect-container {
		padding: 40px 0;
	}
}

.contact-form {
	width: 100%;
	max-width: 600px;
	margin: 40px auto 0;
}

.contact-form .form-header {
	width: 100%;
	background: #9c9c9c;
	color: white;
	padding: 8px 0 5px;
	font-size: 0.8em;
	text-transform: uppercase;
}

.contact-form .form {
	width: 100%;
	padding: 40px 20px;
	box-sizing: border-box;
	background: #eee;
}

@media (max-width: 768px) {
	.contact-form .form {
		padding: 20px;
	}
}


.contact-form label {
	float: left;
	width: 200px;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 38px;
}

@media (max-width: 768px) {
	.contact-form label {
		width: 100%;
		text-align: left;
		margin-bottom: 0;
	}
}

.contact-form input:focus, .contact-form textarea:focus {
	outline: none;
}

.contact-form input[type="text"], .contact-form input[type="number"] {
	float: left;
	width: calc(100% - 220px);
	margin-bottom: 30px;
	border: none;
	box-shadow: none;
	padding: 7px 10px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.contact-form input[type="text"], .contact-form input[type="number"], .contact-form input[type="button"] {
		width: 100%; 
		margin-bottom: 20px;
	}
}

.contact-form textarea {
	float: left;
	width: calc(100% - 220px);
	margin-bottom: 30px;
	border: none;
	box-shadow: none;
	padding: 10px 10px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.contact-form textarea {
		width: 100%; 	
	}
}

.contact-form input[type="button"] {
	float: left;
	background: #9c9c9c;
	color: white;
	border: none;
	box-shadow: none;
	padding: 10px 40px 8px;
    margin-left: 200px;
}

@media (max-width: 768px) {
    .contact-form input[type="button"] {
        margin-left: 0px;   
    }
}

.contact-form input[type="button"]:hover {
	background: #333;
}

#returnmessage {
	height: 43px;
	line-height: 43px;
	display: inline-block;
}

@media (max-width: 768px) {
	#returnmessage {
		float: none;
		clear: both;
		width: 100%;
		display: none;
	}
}

.footer-container {
	background: url('../img/footer.jpg') center center no-repeat;
	background-size: cover;
	padding: 40px 0;
	text-align: center;
	color: rgba(255,255,255,0.8);
}

.footer-container .address-left, .footer-container .address-right {
	width: 40%;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 10px;
	vertical-align: top;
}

.footer-container .address-left {
	text-align: right;
	padding-right: 20px;
}

.footer-container .address-left a, .footer-container .address-right a {
	color: rgba(255,255,255,0.8);
}

.footer-container .address-left a:hover, .footer-container .address-right a:hover {
    color: white;
}

.footer-container .address-right {
	text-align: left;
	padding-left: 20px;
	border-left: 1px solid white;
}

.footer-container a.social {
	display: inline-block;
	color: white;
	font-size: 1.2em;
	margin: 20px 10px;
}

.footer-container a.social:hover {
	color: #999;
}

.quote {
	display: block;
	width: 100%;
	padding: 0 20px;
	color: rgba(255,255,255,0.6);
	box-sizing: border-box;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}