/*
Theme Name: Stonehaven Holdings
Theme URI: http://www.stonehavenholdings.co.uk/
Description: Bespoke Theme built using Bootstrap 3 for Stonehaven Holdings
Author: Elms Creative
Author URI: http://www.elmscreative.com/
Version: 1.0
*/

/* ==========================================================================
   Elements
   ========================================================================== */

html,
body {
	height: 100%;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
}
body {
	padding: 0;
	font-weight: 500;
	font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	-webkit-font-smoothing: antialiased;
	background: none;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0 0 1em;
	padding: 0;
	color: #202020;
	font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
	font-weight: 100;
	text-transform: capitalize;
}
h4,
h5 {
	margin: 0 0 10px;
	padding: 0;
	color: #202020;
	font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
	font-weight: 100;
	text-transform: capitalize;
}
h3 {
	font-size: 22px;
}

hr {
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 0px;
	border-top: #eaeaea 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

p {
	margin: 0 0 1.6em;
	font-size: 1.1em;
	line-height: 1.4;
	font-weight: normal;
}
span {
	color: #04111d;
}
span.required,
.error {
	color: #e5090d;
}
small {
	font-size: 0.9em;
}
address {
	font-size: 1em;
}
blockquote p {
	font-size: inherit;
	font-style: italic;
	line-height: 1.8;
}
i {
	color: inherit;
}
.fa {
	font-size: inherit;
}

form {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 10px;
	display: block;
	overflow: hidden;
}
label {
	margin: 0.5em auto;
	padding: 0;
	font-size: 1em;
	display: block;
	text-align: left;
	clear: both;
}
input[type="text"],
input[type="url"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 6px;
	margin: 0px auto 12px;
	color: #ccc;
	font-size: 1em;
	background: #f5f5f5;
	border: #ccc 1px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: "Nunito Sans", Arial, Helvetica, sans-serif !important;
}
input[type="checkbox"] {
	margin: 0;
}
input[type="file"] {
	margin: 0;
	width: 100%;
	padding: 4px 4px 6px;
	font-size: 1em;
	color: #2a2a2a;
}
select {
	width: 100%;
	padding: 4px 12px;
	margin: 0px auto 12px;
	color: #ccc;
	font-size: 1em;
	height: 32px;
	font-family: "Nunito Sans", Arial, Helvetica, sans-serif !important;
	-webkit-appearance: none;
   appearance: none;
	background: #f5f5f5;
	border: #ccc 1px solid;
}
textarea {
	width: 100%;
	min-height: 120px;
	max-height: 120px;
	padding: 6px;
	margin: 0px auto 10px;
	font-size: 1em;
	background: #f5f5f5;
	border: #ccc 1px solid;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: "Nunito Sans", Arial, Helvetica, sans-serif !important;
}

label > span {
	font-size: inherit;
	color: #ccc;
}
.form-control {
	padding: 6px;
}

input[type="submit"],
button {
	width: 100%;
	font-size: 1.1em;
	font-weight: 700;
	padding: 14px 12px;
	text-decoration: none;
	display: block;
	color: #fff !important;
	text-align: center;
	background-color: #212c3b;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
input[type="submit"]:hover,
button:hover {
	color: #ccc !important;
	text-decoration: none;
	background-color: #404955;
}
.btn {
	width: 100%;
	font-size: 1.1em;
	font-weight: 700;
	padding: 14px 12px;
	text-decoration: none;
	display: block;
	color: #fff !important;
	text-align: center;
	background-color: #212c3b;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.btn:hover {
	color: #ccc !important;
	text-decoration: none;
	background-color: #404955;
}
.btn-invert {
	width: 100%;
	font-size: 1.1em;
	font-weight: 700;
	padding: 14px 12px;
	text-decoration: none;
	display: block;
	color: #212c3b !important;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.btn-invert:hover {
	color: #404955 !important;
	text-decoration: none;
	background-color: #ccc;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	border: none;
}
.alignright {
	float: right;
	margin: 0 20px 0 20px;
	border: none;
}
.aligncenter {
	float: none;
	margin: 20px auto;
	display: block;
	border: none;
}

.padded {
	padding: 6px 12px;
}
.no-padding {
	padding: 0px !important;
}
.no-padding-right {
	padding: 0px 0px 0px 15px;
}
.no-margin {
	margin: 0px;
}
.no-bullets {
	list-style: none;
}

.gap-ext2 {
	display: block;
	position: relative;
	margin: 60px 0;
	clear: both;
	overflow: hidden;
}
.gap-ext {
	display: block;
	position: relative;
	margin: 30px 0;
	clear: both;
	overflow: hidden;
}
.gap {
	display: block;
	position: relative;
	margin: 15px 0;
	clear: both;
	overflow: hidden;
}
.gap-mini {
	display: block;
	position: relative;
	margin: 8px 0;
	clear: both;
	overflow: hidden;
}
.gap-very-mini {
	display: block;
	position: relative;
	margin: 4px 0;
	clear: both;
	overflow: hidden;
}

/* ==========================================================================
   Structure
   ========================================================================== */

#wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -247px;
	padding: 0 0 247px;
	overflow: hidden;
}

header {
	position: relative;
	z-index: 50;
	background: -moz-linear-gradient(
		top,
		rgba(64, 73, 85, 1) 0%,
		rgba(64, 73, 85, 0.5) 60%,
		rgba(64, 73, 85, 0) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(64, 73, 85, 1) 0%,
		rgba(64, 73, 85, 0.5) 60%,
		rgba(64, 73, 85, 0) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(64, 73, 85, 1) 0%,
		rgba(64, 73, 85, 0.5) 60%,
		rgba(64, 73, 85, 0) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
header .logo {
	max-width: 160px;
	margin: 10px 0px;
}

section#hero {
	position: relative;
	background: url("img/hero-homepage-001.jpg") center no-repeat;
	background-size: cover;
}
section#hero h1,
section#hero h2,
section#hero h3,
section#hero h4,
section#hero h5,
section#hero p {
	color: #fff;
}
section#hero #inner {
	padding: 240px 0px 300px;
	position: relative;
	z-index: 25;
}
section#hero.other #inner {
	padding: 120px 0px;
}
section#testimonials {
	background: #f5f5f5;
}

section#pre-footer {
	padding: 40px 0px;
	background: #fff;
	border-top: #eaeaea 1px solid;
	border-bottom: #eaeaea 1px solid;
}
section#pre-footer .fa {
	font-size: 2em;
	color: #2f2f2f;
}
section#pre-footer h5 {
	margin: 0px auto 4px;
	color: #2f2f2f;
}
section#pre-footer p {
	margin: 0px;
	font-size: 0.9em;
	color: #2f2f2f;
}
section#pre-footer a:active,
section#pre-footer a:visited,
section#pre-footer a:link {
	color: #2f2f2f;
	text-decoration: none;
}
section#pre-footer a:hover {
	color: #9dd1bd;
}

footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	background: #404955;
}
footer p {
	margin: 0px auto;
	color: #fff;
}
footer a:active,
footer a:visited,
footer a:link {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #ccc;
}

footer #sitemap {
	padding: 40px 0px 20px;
}
footer #sitemap h4 {
	color: #fff;
	text-transform: uppercase;
}
footer #sitemap p {
	font-size: 0.9em;
}
footer #powered {
	padding: 16px 0px;
}
footer #powered p {
	font-size: 0.8em;
}

/* ==========================================================================
   Links and Navigation
   ========================================================================== */

#main.affix {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
}
#main.affix .logo {
	max-width: 60px;
	margin: 8px auto 4px;
	transition: all 0.3s ease;
}
#main.affix #primary {
	margin: 24px auto;
	transition: all 0.3s ease;
}
#main.affix #primary > li > a {
	font-size: 0.9em;
	transition: all 0.3s ease;
}
#main.affix ul.other {
	margin: 24px auto;
	transition: all 0.3s ease;
}
#main.affix ul.other > li {
	font-size: 0.9em;
	transition: all 0.3s ease;
}
#main.affix + .affixSpacer {
	min-height: 110px;
}

a {
	font-weight: bold;
	text-decoration: underline;
	-moz-transition: color 0.1s linear 0.1s;
	-webkit-transition: color 0.1s linear 0.1s;
	-o-transition: color 0.1s linear 0.1s;
	transition: color 0.1s linear 0.1s;
}
a:hover {
	text-decoration: none;
}
a:active,
a:visited,
a:link {
	color: #212c3b;
}
a:hover {
	color: #404955;
}
a[href^="tel"] {
	color: #212c3b;
	text-decoration: none;
}
a[href^="tel"]:hover {
	color: #404955;
	text-decoration: none;
}
a.nostyle {
	text-decoration: none;
}

.navbar-collapse {
	padding: 0 !important;
}
.navbar-toggle {
	float: right;
	width: 42px !important;
	position: relative;
	padding: 5px 10px 10px;
	margin: 30px 0px !important;
	background: rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	text-shadow: none;
	border: 0px solid #9c9c9c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: none;
}
.navbar-toggle:hover {
	border: 0px solid #fff !important;
	background: none;
}
.navbar-toggle span {
	color: #fff !important;
}
.navbar-toggle span.icon-bar {
	width: 100%;
	background: #fff !important;
}
.navbar-toggle:hover span {
	color: #fff !important;
}
.navbar-toggle:hover span.icon-bar {
	background: #fff !important;
}
.navbar-toggle .icon-bar {
	height: 1px;
	margin-top: 4px;
}

#primary {
	float: none;
	width: 100%;
	height: auto;
	margin: 35px auto;
	padding: 0px;
	position: relative;
	list-style: none;
	text-align: right;
}
#primary > li {
	float: none;
	width: auto;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	display: inline-block;
	position: relative;
	top: 1px;
	vertical-align: text-top;
}
#primary > li > a {
	margin: 0px;
	padding: 4px 20px;
	color: #ccc;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 2;
	text-align: left;
	text-transform: capitalize;
	text-decoration: none;
}
#primary > li > a:hover {
	color: #fff;
	background: none;
}
#primary > li.active > a {
	color: #fff;
}

.caret {
	position: relative;
	top: -2px;
	left: 4px;
}

.dropdown-menu {
	margin: 0px auto 0 !important;
	padding: 0 !important;
}
.dropdown-menu > li {
	width: 100% !important;
	font-size: 0.9em !important;
	background: #5b5b5b !important;
	border: none !important;
}
.dropdown-menu > li:hover {
	background: #5b5b5b !important;
}
.dropdown-menu > li > a {
	padding: 6px 14px !important;
	margin: 0;
	line-height: 2 !important;
	text-align: left !important;
	color: #ccc !important;
	font-size: inherit !important;
	font-weight: bold !important;
	text-decoration: none !important;
	border-bottom: #494949 1px solid !important;
	border-top: #494949 0px solid !important;
}
.dropdown-menu > li.active > a {
	color: #fff !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #fff !important;
	background: #5b5b5b !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	background: none !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: transparent;
}

/* ==========================================================================
   Misc
   ========================================================================== */

.section-large {
	padding: 120px 0px;
}
.section {
	padding: 80px 0px;
}
.section-mini {
	padding: 40px 0px;
}

.dark-blue {
	background: #212c3b;
}
.dark-blue h1,
.dark-blue h2,
.dark-blue h3,
.dark-blue h4,
.dark-blue h5,
.dark-blue p {
	color: #fff;
}
.light-grey {
	background: #f2f2ed;
}
.shadow {
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}
.inner-padding {
	padding: 80px 20px;
}
.inner-padding-small {
	padding: 40px 20px;
}

section#content ul,
section#content ol {
	width: 96%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0px 0px 0px 20px;
}
section#content ol {
	padding: 0;
	list-style: none;
}
section#content ul li,
section#content ol li {
	margin-bottom: 4px;
	font-size: 1.1em;
}
section#content ul li ol,
section#content ol li ol {
	list-style: none;
}
section#content ul li ol li,
section#content ol li ol li {
	margin-bottom: 6px;
	font-size: inherit;
}
.no-style {
	padding: 0px;
	list-style: none;
}

.logo-footer {
	max-width: 180px;
}
.logo-homepage {
	max-width: 360px;
	margin: 0px auto;
}
.lead-title {
	font-weight: 700;
	text-transform: uppercase;
}
.lead {
	font-style: italic;
	font-size: 28px;
	font-weight: 300;
}

.sitemap {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sitemap > li:last-child {
	margin-top: 8px;
}
.sitemap > li > a {
	font-size: 0.9em;
}

.devs {
	list-style: none;
}
.devs > li {
	padding: 0px 12px 0px 16px;
	border-left: 1px solid #ccc;
}
.devs > li:first-child {
	border: none;
}
.devs > li > a {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: 300;
}
.devs > li:hover > a {
	color: #ccc;
}

#logo {
	-webkit-animation-duration: 0.85s;
	-webkit-animation-delay: 0.6s;
	-webkit-animation-iteration-count: 1;
	animation-duration: 0.85s;
	animation-delay: 0.6s;
	animation-iteration-count: 1;
}
#instructions {
	-webkit-animation-duration: 1.5s;
	-webkit-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	animation-duration: 1.5s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	color: #fff;
}
#formy {
	-webkit-animation-duration: 1.8s;
	-webkit-animation-delay: 1.4s;
	-webkit-animation-iteration-count: 1;
	animation-duration: 1.8s;
	animation-delay: 1.4s;
	animation-iteration-count: 1;
	color: #fff;
}
#thumbs-up {
	max-width: 240px;
	margin: 0px auto;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	animation-duration: 1.5s;
	animation-delay: 1s;
	animation-iteration-count: 1;
}
.pdf-icon {
	max-width: 60px;
}

figure.projects {
	color: #fff;
	position: relative;
	overflow: hidden;
	margin: 0px;
	min-width: 100%;
	width: 100%;
	background: #fff;
	text-align: center;
}
figure.projects * {
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
figure.projects img {
	opacity: 1;
	width: 100%;
}
figure.projects figcaption {
	top: 50%;
	left: 40px;
	right: 40px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
figure.projects figcaption h2 {
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	-webkit-transform: translateY(75%);
	transform: translateY(75%);
	color: #fff;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
figure.projects figcaption h2 span {
	font-weight: 800;
}
figure.projects figcaption p {
	font-size: 0.9em;
	font-weight: 500;
	opacity: 0;
	margin: 0;
}
figure.projects.small figcaption h2 {
	font-size: 24px;
}
figure.projects:before,
figure.projects:after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: "";
	opacity: 0;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s,
		-o-transform 0.6s, transform 0.6s;
}
figure.projects:before {
	border-top: 1px double #fff;
	border-bottom: 1px double #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
figure.projects:after {
	border-right: 1px double #fff;
	border-left: 1px double #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
figure.projects a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
figure.projects.blue {
	background: #212c3b;
}
figure.projects:hover img,
figure.projects.hover img {
	opacity: 0.2;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
figure.projects:hover figcaption h2,
figure.projects.hover figcaption h2,
figure.projects:hover figcaption p,
figure.projects.hover figcaption p {
	opacity: 1;
	border-color: rgba(255, 255, 255, 0.5);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
figure.projects:hover figcaption p,
figure.projects.hover figcaption p {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
figure.projects:hover:before,
figure.projects.hover:before,
figure.projects:hover:after,
figure.projects.hover:after {
	opacity: 0.8;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.key {
	width: auto;
	padding: 12px;
	display: inline-block;
	background: #404955;
}
.key > table {
	margin: 0;
}
.key > table td:first-child {
	text-align: left;
	color: #e7c582;
}
.key > table td:nth-child(2) {
	text-align: left;
	color: #fff;
}
.key .table > tbody > tr > td,
.key .table > tbody > tr > th,
.key .table > tfoot > tr > td,
.key .table > tfoot > tr > th,
.key .table > thead > tr > td,
.key .table > thead > tr > th {
	border-top: none !important;
}

.profile-pic {
	max-width: 160px;
}

.partner-box {
	padding: 25px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.partner-box a {
	text-decoration: none;
}

.forminator-ui#forminator-module-467.forminator-design--flat
	.forminator-button-submit {
	margin: 0 auto !important;
	display: block !important;
	width: auto !important;
	font-size: 1.1em !important;
	font-weight: 700 !important;
	padding: 14px 12px !important;
	text-decoration: none !important;
	color: #fff !important;
	text-align: center !important;
	background-color: #212c3b !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border: none !important;
	-webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	-moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.forminator-ui#forminator-module-467.forminator-design--flat
	.forminator-button-submit:hover {
	color: #ccc !important;
	text-decoration: none !important;
	background-color: #404955 !important;
}

.person-position {
   min-height: 60px;
}

/* ==========================================================================
   Google Recapatcha V3
   ========================================================================== */

.grecaptcha-badge {
	display: none !important;
}

/* ==========================================================================
   WP Page Navi
   ========================================================================== */

.wp-pagenavi {
	width: 100%;
	height: auto;
	margin: 20px auto;
	text-align: center;
	clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 2em;
	text-decoration: none;
	border: 1px solid #029bab;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #009ea9;
}
.wp-pagenavi span.current {
	color: #2a2a2a;
	font-weight: bold;
}

/* ==========================================================================
   Media Queries: iPad
   ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	header .logo {
		max-width: 100px !important;
	}
	#primary {
		width: 100% !important;
		display: block !important;
	}
	#primary > li {
		width: auto !important;
		display: inline-block !important;
	}
	#primary > li > a {
		padding: 4px 20px !important;
	}
	figure.projects span {
		font-size: 30px !important;
		top: 46% !important;
	}
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	header .logo {
		max-width: 100px !important;
	}
	#primary {
		width: 100% !important;
		display: block !important;
	}
	#primary > li {
		width: auto !important;
		display: inline-block !important;
	}
	#primary > li > a {
		padding: 4px 20px !important;
	}
	figure.projects span {
		font-size: 30px !important;
		top: 46% !important;
	}
}

/* ==========================================================================
   Bootstrap Queries
   ========================================================================== */

@media (min-width: 320px) and (max-width: 768px) {
	header .logo {
		max-width: 130px;
		position: absolute;
		z-index: 50;
	}
	#primary,
	#primary > li {
		width: 100%;
		display: block;
	}
	#primary {
		margin: 15px auto;
	}
	#primary > li > a {
		padding: 4px 0px;
	}
	section#hero #inner {
		padding: 100px 0px 140px;
	}
	.lead-title {
		font-size: 24px;
	}
	.lead {
		font-size: 16px;
	}
	section#hero.other #inner {
		padding: 60px 0px;
	}
	figure.projects span {
		font-size: 20px;
		top: 45%;
	}
	.profile-pic {
		width: 100%;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	#primary > li > a {
		padding: 4px 18px;
	}
	section#hero #inner {
		padding: 140px 0px 180px;
	}
	.profile-pic {
		width: 100%;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
}

@media (min-width: 1201px) {
}

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

@media print {
	* {
		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) ")";
	}

	/*
     * Don't show links for images, or javascript/internal links
     */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]: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;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
