/*
Theme Name: Upward Construction
Theme URI: https://www.upwardconstruction.co.uk/
Description: Bespoke Theme built using Bootstrap 3 for Upward Construction
Author: Elms Creative
Author URI: http://www.elmscreative.com/
Version: 1.0
*/

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

html,
body {
	height: 100%;
}
html {
	overflow: auto;
	background: #fff;
}
body {
	padding: 0;
	font-size: 15px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #202020;
	-webkit-font-smoothing: antialiased;
	background: none;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0 0 1.5rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #202020;
	display: inline-block;
	color: #202020;
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	text-transform: capitalize;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
}
.no-underline {
	border-bottom: none;
}

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

p {
	margin: 0 0 1.6em;
	line-height: 1.4;
	font-weight: normal;
}
small {
	font-size: 0.9em;
}
blockquote {
	padding: 10px 0;
	border-left: none;
}
blockquote > svg {
	float: left;
	margin: 0 22px 3px 0;
	font-size: 42px;
}
blockquote > p {
	font-size: 15px;
}
i {
	color: inherit;
}

form {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	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="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 10px;
	margin: 0 auto 12px;
	color: #000;
	font-size: 1em;
	background: #202020;
	border: #e9e9e9 1px solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}
input[type="checkbox"] {
	margin: 0;
}
input[type="file"] {
	margin: 0;
	width: 100%;
	padding: 10px;
	font-size: 1em;
	color: #2a2a2a;
}
select {
	width: 100%;
	padding: 10px;
	color: #000;
	font-size: 1em;
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none !important;
	border: #e9e9e9 1px solid;
}
textarea {
	width: 100%;
	min-height: 120px;
	max-height: 120px;
	padding: 10px;
	margin: 0 auto 10px;
	font-size: 1em;
	background: #202020;
	border: #e9e9e9 1px solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

.form-control {
	padding: 6px;
}

input[type="submit"],
button {
	width: auto;
	font-size: 16px;
	padding: 10px 40px;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	color: #202020 !important;
	text-align: center;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: #202020 1px solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
}
input[type="submit"]:hover,
button:hover {
	color: #202020 !important;
	text-decoration: none;
	border: #202020 1px solid;
}
.btn {
	width: auto;
	font-size: 16px;
	padding: 10px 40px;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	color: #202020 !important;
	text-align: center;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: #202020 1px solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
}
.btn:hover {
	color: #ccc !important;
	text-decoration: none;
	border: #ccc 1px solid;
}
.btn-filled {
	width: auto;
	font-size: 16px;
	padding: 10px 40px;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	color: #202020 !important;
	text-align: center;
	background: #202020;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: #202020 1px solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
}
.btn-filled:hover {
	color: #202020 !important;
	text-decoration: none;
	background: #202020;
	border: #202020 1px solid;
}

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

.padded {
	padding: 6px 12px;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0;
}
.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 -282px;
	padding: 0 0 282px;
	overflow: hidden;
}

header {
	width: 100%;
	height: auto;
	padding: 0 10px;
	position: relative;
	z-index: 50;
}
header .logo-inverted {
	float: left;
	max-width: 340px;
	margin: 18px 0;
}
header .logo {
	display: none;
}

section#hero {
	padding: 0;
	position: relative;
	background: url("/wp-content/uploads/2022/10/other-hero-new.jpg") center
		no-repeat;
	overflow: hidden;
}
section#hero h1,
section#hero h2,
section#hero p,
section#hero .btn,
section#hero .btn-filled {
	color: #fff;
	position: relative;
	z-index: 10;
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}
section#hero h1 {
	font-weight: 800;
}
section#hero .container {
	padding: 10.5em 0 12.5em;
}
section#hero .btn {
	color: #fff !important;
	border: #fff 1px solid;
}
section#hero .btn-filled {
	color: #202020 !important;
	background: #fff;
}
section#hero .btn:hover {
	color: #ccc !important;
	border: #ccc 1px solid !important;
}
section#hero .btn-filled:hover {
	color: #fff !important;
	background: #202020 !important;
	border: #202020 1px solid !important;
}
section#hero .btn-filled:hover {
	background: #ccc;
}

section#pre-footer h3 {
	margin: 6px 0;
	padding: 0;
	color: #fff;
	font-size: 30px;
	border: none;
}
section#pre-footer .btn {
	float: right;
	color: #fff !important;
	border: #fff 1px solid;
}
section#pre-footer .btn:hover {
	float: right;
	color: #ccc !important;
	border: #ccc 1px solid;
}

section.breadcrumbs > .container {
	padding: 1em 0.25em;
	border-top: #202020 1px solid;
}
section.breadcrumbs p#breadcrumbs {
	font-size: 1.25rem;
	margin-bottom: 0;
}

footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
footer .icon {
	max-width: 300px;
}
footer #sitemap {
	padding: 40px 0 20px;
}
footer #powered {
	padding: 10px 0;
	border-top: #707070 1px solid;
}
footer p {
	margin: 0 auto;
	font-size: 1em;
	color: #202020;
}
footer p.copy {
	font-size: 1.2rem;
}
footer a:active,
footer a:visited,
footer a:link {
	color: #202020;
}
footer a:hover {
	color: #ccc;
}

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

a {
	font-weight: normal;
	text-decoration: none;
	-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: #202020;
}
a:hover {
	color: #ccc;
}
a[href^="tel"] {
	color: #202020;
	text-decoration: none;
}
a[href^="tel"]:hover {
	color: #ccc;
	text-decoration: none;
}

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

#primary {
	float: right;
	width: auto;
	height: auto;
	margin: 30px auto;
	padding: 0;
	position: relative;
	list-style: none;
	text-align: right;
}
#primary > li {
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 0 32px;
	padding: 0;
	display: inline-block;
	position: relative;
	top: 1px;
	vertical-align: text-top;
}
#primary > li > a {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	font-size: 1.65rem;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
}
#primary > li > a:hover {
	color: #ccc;
	background: none;
}
#primary > li:last-child > a {
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	font-size: 1.65rem;
}
#primary > li.active > a {
	color: #fff;
}

#secondary {
	float: none;
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0;
	position: relative;
	list-style: none;
	text-align: center;
}
#secondary > li {
	float: none;
	width: auto;
	height: auto;
	margin: 0 12px;
	padding: 0;
	display: inline-block;
	position: relative;
	top: 1px;
	vertical-align: text-top;
}
#secondary > li > a {
	margin: 0;
	padding: 0;
	color: #202020;
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	text-transform: capitalize;
	font-size: 1.55rem;
	line-height: 1.6;
	text-align: left;
	text-transform: capitalize;
	text-decoration: none;
}
#secondary > li > a:hover {
	color: #ccc;
	background: none;
}
#secondary > li.active > a {
	color: #202020;
}

.dropdown-menu {
	margin: 0 auto 0 !important;
	padding: 10px !important;
}
.dropdown-menu li {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 auto !important;
	font-size: 0.9em !important;
	background: #202020 !important;
	border: none !important;
}
.dropdown-menu li:hover {
	background: #202020 !important;
}
.dropdown-menu li:nth-last-child(3) {
	padding: 0 !important;
	border: none !important;
}
.dropdown-menu li a {
	padding: 6px !important;
	margin: 0;
	line-height: 2 !important;
	text-align: left !important;
	color: #202020 !important;
	font-size: inherit !important;
	border: none !important;
}
.dropdown-menu li.active a {
	color: #555 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #555 !important;
	background: #202020 !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
   ========================================================================== */

header.affix {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	background: #fff;
	-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
header.affix + #topbar {
	display: none;
	transition: all 0.6s ease;
}
header.affix .logo {
	float: left;
	max-width: 220px;
	margin: 10px 0;
	display: block;
	transition: all 0.6s ease;
}
header.affix .logo-inverted {
	display: none;
}
header.affix #primary {
	margin: 20px auto;
	transition: all 0.6s ease;
}
header.affix #primary > li > a {
	font-size: 1.1em;
	color: #202020;
	transition: all 0.6s ease;
}
header.affix #primary > li > a:hover {
	color: #ccc;
}
header.affix + .empty {
	padding-top: 116px;
	transition: all 0.6s ease;
}

#content ul,
#content ol {
	width: 100%;
	height: auto;
	margin: 0 auto 30px !important;
	padding: 0 0 0 20px;
}
#content ul > li,
#content ol li {
	margin-bottom: 4px;
	font-size: 15px;
}
#content ul li ol,
#content ol li ol {
	list-style: none;
}
#content ul li ol li,
#content ol li ol li {
	margin-bottom: 6px;
	font-size: inherit;
}
#content ol > li > ol {
	list-style: lower-alpha;
	margin: 10px 0 !important;
}
.no-style {
	padding: 0;
	list-style: none;
}

.section {
	padding: 120px 0;
	position: relative;
}
.section-mid {
	padding: 80px 0;
	position: relative;
}
.section-mini {
	padding: 40px 0;
	position: relative;
}
.section-very-mini {
	padding: 25px 0;
	position: relative;
}

.black-bg {
	background: #000;
}

ul.social-foot > li > a {
	font-size: 1.75rem;
}

h1.no-line,
h2.no-line,
h3.no-line,
h4.no-line,
h5.no-line {
	padding: 0;
	border: none;
}
.with-line {
	text-align: left;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.with-line span {
	background: #fff;
	display: inline-block;
	margin: 0;
	padding: 0 20px 0 0;
	position: relative;
	top: -2px;
}
.with-line:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 1px;
	background: #202020;
	content: " ";
	width: 100%;
	z-index: -1;
}

.benefit svg {
	font-size: 4rem;
}
h1.larger {
	font-size: 56px;
	border: none;
}

ul.cta > li {
	vertical-align: top;
}

.hoverd {
	width: 88%;
	position: absolute;
	bottom: 35px;
	left: 130px;
	z-index: 5;
	border-top: 1px solid #fff;
}

ul.social {
	position: absolute;
	bottom: 15px;
	left: 30px;
	z-index: 5;
}
ul.social > li > a > svg {
	font-size: 2rem;
	color: #fff;
}
ul.social > li > a > svg:hover,
ul.social > li > a:hover > svg {
	color: #ccc;
}

ul.social-2 {
	padding: 0 !important;
	position: relative;
	z-index: 5;
}
ul.social-2 > li > a > svg {
	font-size: 2.25rem;
	color: #202020;
}
ul.social-2 > li > a > svg:hover,
ul.social-2 > li > a:hover > svg {
	color: #555;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.55);
}

article.services h3 {
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}
article.projects h3 {
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}
.service-img {
	max-width: 250px;
}
.project-img {
	max-width: 250px;
}

.forminator-ui#forminator-module-51.forminator-design--flat
	.forminator-button-submit {
	margin: 0 auto !important;
	display: block !important;
	width: auto !important;
	font-size: 16px !important;
	padding: 10px 40px !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	color: #202020 !important;
	text-align: center !important;
	background: transparent !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: #202020 1px solid !important;
	-moz-transition: color 0s linear 0s !important;
	-webkit-transition: color 0s linear 0s !important;
	-o-transition: color 0s linear 0s !important;
	transition: color 0s linear 0s !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-51.forminator-design--flat
	.forminator-button-submit:hover {
	color: #ccc !important;
	text-decoration: none !important;
	border: #ccc 1px solid !important;
}

.cover-single {
	max-width: 320px;
}

.projects img,
.services img {
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: filter 0.5s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.projects:hover img,
.services:hover img,
.projects img:hover,
.services img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.sb_instagram_header {
	display: none !important;
}

.intro-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1065;
}

.bg-overlay {
	background-color: rgba(0, 0, 0, 1);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1055;
}
.bg-overlay.roll-up {
	animation: rollUp 0.5s ease forwards;
	transform-origin: top;
}

#preIntroScreen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#introModal .modal-body {
	padding: 1px !important;
	background: #000 !important;
}

#circle {
	text-align: center;
	cursor: pointer;
}
#circle svg circle {
	transition: fill 0.3s ease;
}
#circle:hover svg circle {
	fill: white;
}
#circle p {
	font-size: 24px;
	margin-top: 20px;
	color: white;
}

@keyframes rollUp {
	from {
		transform: scaleY(1);
	}
	to {
		transform: scaleY(0);
	}
}

/* ==========================================================================
   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: 1em;
	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-inverted {
		max-width: 220px !important;
	}
	header.affix #primary > li > a {
		font-size: 1em !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-inverted {
		max-width: 220px !important;
	}
	header.affix #primary > li > a {
		font-size: 1em !important;
	}
}

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

@media (min-width: 320px) and (max-width: 767px) {
	header .logo-inverted {
		float: left;
		max-width: 220px;
		margin: 18px 0;
	}
	section#hero .container {
		padding: 55px 0 85px;
	}
	#primary,
	#primary > li {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
	}
	#primary > li {
		margin: 5px auto;
	}
	header.affix #primary > li > a {
		font-size: 1.5rem;
	}
	header.affix .logo {
		max-width: 160px;
	}
	header.affix .navbar-toggle {
		margin: 14px auto !important;
	}
	header.affix .navbar-toggle span.icon-bar {
		width: 100%;
		background: #202020 !important;
	}
	h1.larger {
		font-size: 28px;
	}
	section#hero h1 {
		font-size: 22px;
	}
	.btn,
	.btn-filled {
		font-size: 14px;
		padding: 10px 20px;
	}
	ul.social > li > a > svg {
		font-size: 1.2rem;
	}
	.hoverd {
		width: 60%;
		bottom: 32px;
		left: 120px;
	}

	.section,
	.section-mid {
		padding: 40px 0;
		position: relative;
	}
	section#pre-footer {
		text-align: center;
	}
	section#pre-footer .btn {
		float: none;
	}
	footer .icon {
		max-width: 220px;
	}
	#secondary > li {
		display: block;
	}
	#secondary > li > a {
		font-size: 1.5rem;
	}

	#introVid {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.section,
	.section-mid {
		padding: 60px 0;
		position: relative;
	}
	header .logo {
		max-width: 260px;
		margin: 20px auto;
	}
	#primary > li {
		margin: 0 0 0 15px;
	}
	#primary > li > a {
		font-size: 1.35rem;
	}
	section#hero .container {
		padding: 115px 0 145px;
	}
	h1.larger {
		font-size: 28px;
	}
	ul.social > li > a > svg {
		font-size: 1.2rem;
	}
	.hoverd {
		width: 80%;
		bottom: 32px;
	}
	section#pre-footer h3 {
		font-size: 24px;
	}
	section#hero h1 {
		font-size: 30px;
	}
	.service-img {
		max-width: 200px;
	}
	.project-img {
		max-width: 200px;
	}

	#introVid {
		width: 100%;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	header .logo {
		max-width: 340px;
	}
	section#hero .container {
		padding: 145px 0 185px;
	}
	#primary > li {
		margin: 0 0 0 22px;
	}
	h1.larger {
		font-size: 38px;
	}
	section#hero h1 {
		font-size: 30px;
	}

	#introVid {
		width: 600px;
	}
}

@media (min-width: 1201px) {
	#introVid {
		width: 600px;
	}
}

/* ==========================================================================
   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;
	}
}
