/* -------------------- UNIVERSAL -------------------- */
*:active, *:focus {
	background-color: transparent;
	border: 0;
}

html, body, .page {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; 
		font-size: 1.4vw; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px;
}

/* -------------------- PAGES -------------------- */

.page p {
	text-align: center;
}

/* ------------------ TYPOGRAPHY -------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

h1 {
	font-size: 3em;
	letter-spacing: -2px;
	margin-bottom: 30px;
	margin-top: 0px;
	text-align: center;
}

h2 {
	color: #555;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: -.5px;
	margin-bottom: 40px;
	text-align: center;
}

h3 {
	margin-bottom: 15px;
}

h4 {
	text-align: center;
}

p {
	font-size: 1.2vw;
	line-height: 1.7em;
}

/* -------------------- MENU -------------------- */

.top-bar {
	background: rgba(0, 0, 0, 0);
	position: fixed;
	top: 0;
	z-index: 1000;
	height: 80px;
	width: 100vw;
	margin: 0;
	margin-top: -80px;
	transition: background .5s, opacity .5s, margin-top .5s .1s, height .5s;
}

.top-bar-show {
	background: rgba(0, 0, 0, 0.8);
	margin-top: 0;
}

.top-bar-show:hover {
	background: rgba(0, 0, 0, 1);
}

.top-bar-left {
	text-align: left;
}

.logo {
	max-height: 60px;
	max-width: 60vw;
	margin: 0 0 0 80px;
	transition: max-height .5s, margin .3s;
}

.top-bar-right {
	margin-right: 5%;
}

.top-bar-right .menu {
	background-color: transparent;
	margin-top: -80px;
	font-size: 1.4em;
	transition: font-size .5s, margin-top .5s; 
}

.top-bar-right .menu li a {
	border: 1px solid transparent;
	border-radius: 5px;
	color: white;
	margin: 15px;
	padding: 8px;
	transition: .2s;
	text-shadow:
   -1px -1px 2px #000,  
    1px -1px 2px #000,
    -1px 1px 2px #000,
     1px 1px 2px #000;
}

.top-bar-right .menu li a:hover, .top-bar-right .menu li a:focus, .top-bar-right .menu li a:active, .top-bar-right .menu .active {
	color: #ffdd00;
}

.is-active a {
	background-color: #ffdd00 !important;
	color: black !important;
	text-shadow: none !important;
	box-shadow: 0 0 10px #000;
	padding: 0 5px 0 5px;
}

.is-active a:hover, .is-active a:active, .is-active a:focus, .is-active a .active {
	background-color: black !important;
	color: #ffdd00 !important;
}

.is-active a .active {
	background-color: black !important;
	color: #ffdd00 !important;
}

.menu-shrink {
	/* font-size: 1.4em !important; */
	margin-top: 0 !important;
}

.shop-link a {
	color: #f15a23 !important;	
	background-color: rgba(0, 0, 0, 0) !important;
	box-shadow: none;
}

.shop-link a:hover {
	background-color: #f15a23 !important;
	color: black !important;
}

.shop-link-mobile a {
	color: #ffdd00 !important;
}

.shop-link-mobile a:hover {
	background-color: #ffdd00 !important;
}

/* -------------------- HOME -------------------- */
#home {
	background-color: #fee600;
	color: white;
  text-align: center;
  text-shadow: 2px 2px 3px black;
	position: relative;
	margin-bottom: -5px;
	height: 100%;
	z-index: 40;
}

#banner {
	width: 100%;
}

#home-left {
	background: black url("/images/plaid-tile.jpg");
	background-size: 12.2vw;
	position: relative; 
	float: left; 
	width: 28vw; 
	min-height: 56vh; 
	margin: 0;
	padding-top: 30px;
}

#home-right {
	position: relative; 
	float: right;
	bottom: 0;
	right:0;
	width: 20vw; 
	padding-right: 3vw;
	padding-top: 1.1vw;
}

#videoplayer {
	background-color: rgba(0, 0, 0, 1);
	position: relative;
	bottom: 0;
	z-index: 41;
	box-shadow: 0 0 30px #000;
	width: 49.5vw;
	transform: translate(-2vw, 0);
	cursor: pointer;
}

#buy-tickets {
	z-index: 41;
	width: 22vw;
	margin: auto;
	line-height: 5vw;
	transform: translate(-16px,0);
}

#buy-tickets a {
	display: block;
	background-color: #fee600;
	color: #000;
	font-size: 2.8vw;
	padding: 0 20px;
	border-radius: 10px;
	text-shadow: 0px 0px 0px black;
	box-shadow: 0 0 20px #000;
	transition: all .3s;
}

#buy-tickets a:hover {
	background-color: #000;
	color: #fee600;
}

.quotewrapper-home {
	width: 80%;
	display:block;
	margin: 3vw 50% 0px 6%;
	color: #fee600;
	text-shadow:
	-1px -1px 3px #000,  
	 1px -1px 3px #000,
	 -1px 1px 3px #000,
	  1px 1px 3px #000;
	padding: 2% 2% 4% 2%;
}

#about-mac-link {
	margin-top: 2.4vw;
	margin-right: 2.5vw;
	color: #f15a23;
}

#home-logo-wrapper {
	height:260px;
}

#home-logo {
	display:none;
	max-width:80%;
	max-height:0px;
	margin-top:40px;
}

#home #more {
	position:absolute;
	bottom:0;
	text-align: center;
	z-index: 41;
}

#home #more-img {
	font-size: 3vw;
	margin-top: -25px;
}

#home-right img {
	border: 6px solid;
	box-shadow: 10px 10px 20px #000;
	width: 12vw;
	margin-bottom: 1.8vw;
	transition: all .2s;
}

#home-right img:hover {
	box-shadow: 12px 12px 20px #000;
}

#thumbnail1 img {
	border-color: #f15a23 !important;
}

#thumbnail2 img {
	border-color: #14203a !important;
}

#thumbnail3 img {
	border-color: #FFFFFF !important;
}

.thumbnail-caption {
	position: absolute;
	z-index: 42;
	padding-left: 3.1vw;
	font-size: 1.1vw;
	top: 4px;
}

.thumbnail-icon {
	color: white;
	position: absolute;
	z-index: 42;
	padding-left: .2vw;
	transform: translate(180%, 95%);
	font-size: 2em;
	opacity: .4;
	transition: all .3s;
	line-height: 100%;
}

.thumbnail-icon:hover {
	opacity: 1;
}

/* -------------------- ABOUT --------------------- */
#about {
	margin: auto;
  background: black url("/images/smokebg.jpg") no-repeat fixed center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #000;
	color: white;
	z-index: 30;
	position: relative;
	padding-top: 5%;
	height: 100vh;
}

.about-text {
	font-size: .9em;
	margin: 3% 10% 10% 20%;
	font-weight: bold;
	/* text-shadow: 0px 0px 4px black; */
	text-shadow:
	-2px -2px 3px #a8a9a2,  
	 2px -2px 3px #a8a9a2,
	 -2px 2px 3px #a8a9a2,
	  2px 2px 3px #a8a9a2;
	padding: 2% 2% 2% 2%;
	background-color: rgba(168, 169, 162, 0.7);
	box-shadow: 0 0 50px #a8a9a2;
	border-radius: 25px;
	color: black;
	z-index: 31;
	position: relative;
}

.quotewrapper {
	width: 50%;
	display:block;
	margin: 25px 50% 0px 4%;
	color: #fee600;
	text-shadow:
	-1px -1px 2px #000,  
    1px -1px 2px #000,
    -1px 1px 2px #000,
     1px 1px 2px #000;
	padding: 2% 2% 4% 2%;
	background-color: rgba(168, 169, 162, 0.7);
	box-shadow: 0 0 50px #a8a9a2;
	border-radius: 25px;
	z-index: 31;
	position: relative;
}

.quotetext {
	line-height: 1.4vw;
	font-size: 1.2vw;
	font-weight: normal;
	margin-bottom: 25px;
	z-index: 31;
	position: relative;
}

.quotename {
	text-align: center;
	margin-top: -20px;
	margin-bottom: -25px;
	font-size: 1.3vw;
	color: white;
	z-index: 31;
	position: relative;
}

.qtpt {
	line-height: 2vw;
	font-size: 1.8vw;
	font-weight: normal;
	margin-bottom: 25px;
	z-index: 31;
	position: relative;
}

.qnpt {
	text-align: center;
	margin-top: -30px;
	margin-bottom: -25px;
	font-size: 1.9vw;
	color: white;
	z-index: 31;
	position: relative;
}

.read-more-wrapper {
	width: 50%;
	display:block;
	margin: 20px 50% 0px 5%;
	text-shadow:
	-1px -1px 2px #000,  
    1px -1px 2px #000,
    -1px 1px 2px #000,
     1px 1px 2px #000;
	z-index: 31;
	position: relative;
}

.read-more {
	text-align: center;
	display: block;
}

.read-more-hire {
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow:
		-1px -1px 3px #000,  
		 1px -1px 3px #000,
		 -1px 1px 3px #000,
			1px 1px 3px #000;
}


.read-more a, .read-more-hire a, #contact-content a, #geoff-link a {
	color: #f15a23;
	transition: all .3s;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.read-more a:hover, .read-more-hire a:hover, #contact-content a:hover, #geoff-link a:hover {
	color: #F26A38;
	border-bottom: 3px solid #f15a23;
}

#about-quotes-read-more-content {
	text-align: center;
}

#testimonials p, #corporate-read-more-content p {
	text-align: left;
	margin-bottom: 40px;
}

/* ------------------- HIRE MAC ------------------- */
#hiremac {
	background: black url("/images/bgcorp.jpg") no-repeat fixed center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
	z-index: 20;
	position: relative;
	}

.hiremac-header img {
	position: absolute;
	top: 100px;
	right: 0;
	margin: 0;
	padding: 0;
	height: 60vh;
}

.hiremac-header-mobile img {
	display: none;
}

.hiremac-image {
	position:absolute;
	bottom:0;
	height: 90vh;
}

.hiremac-text {
	font-size: .9em;
	margin: 0 22% 0 2%;
	font-weight: normal;
	text-shadow:
	-1px -1px 3px #000,  
	 1px -1px 3px #000,
	 -1px 1px 3px #000,
	  1px 1px 3px #000;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 2% 2% 2% 2%;
	box-shadow: 0 0 20px #000;
	border-radius: 25px;
	text-align: center;
}

.hiremac-quotewrapper {
	width: 65%;
	margin: auto;
	margin-left: 8%;
	display:block;
	color: #ffdd00;
	text-shadow:
	-1px -1px 3px #000,  
	 1px -1px 3px #000,
	 -1px 1px 3px #000,
	  1px 1px 3px #000;
	/* background-color: rgba(0, 0, 0, 0.6); */
	padding: 2% 2% 4% 2%;
	/* box-shadow: 0 0 20px #000; */
	/* border-radius: 25px; */
}

#hiremac-left {
	min-height:100vh;
	padding-top: 8vh;
}

#logos-wrapper {
	padding-top:21vh;
	padding-right: 2.5vw;
}


#logos img {
	opacity: .7;
}

#logos img:hover {
	opacity: 1;
}

/* ------------------- CONTACT ------------------- */
#contact-page {
	background: black url("/images/bgcontact.jpg") no-repeat scroll center;
	background-position: 0 180px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
	bottom: 0;
	position: fixed;
	padding-top: 100px;
	text-align: center;
	width: 100vw;
	display: block;
	padding-top:50vh;
	text-shadow:
	-1px -1px 2px #000,  
	 1px -1px 2px #000,
	 -1px 1px 2px #000,
	  1px 1px 2px #000;
	z-index: 10 !important;
}

#contact {
	height: 52vh;
	z-index: 10 !important;
}

#contact-content {
	float: left;
	margin-left: 10vw;
	width: 25vw;
	z-index: 11 !important;
	pointer-events: auto !important;
	padding: .5vw 0 0 0;
}

#contact-content a {
    line-height: 1vw;
}

#geoff-link {
	position: absolute;
	bottom: 2vh;
	right: 3vw;
	font-size: .6em;
}

#geoff-link-mobile, #social-icons-mobile {
	display: none !important;
}

#social-icons {
	width: 25vw; 
	z-index: 11;
	position: absolute;
	bottom: 12vh;
	right: 8vw;
	text-align: center;
}

#social-icons img {
	background-color: white;
	width: 20%;
	margin: 16px 5px 0 5px;
	border-radius: 50%;
	box-shadow: 0 0 30px #000;
	z-index: 11;
	transition: all .5s;
	border: 2px solid rgba(255, 255, 255, 1);
	/* overflow: hidden; */
}

#social-icons img:hover {
	border-radius: 20%;
	/* overflow: hidden;
	transform: scale(1.5); */
}

/* ------------------- PLAID -------------------- */

#plaid {
	margin: auto;
	background: black url("/images/plaid-tile.jpg") repeat center center;
	/* background-size: 3.5vw; */
	background-size: 6vh;
	background-color: #000;
	color: black;
	z-index: 500;
	position: relative;
	padding-top: 80px;
	box-shadow: 0 0 30px #000;
}

/* ---------------- MISCELLANEOUS ---------------- */
@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

.hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	text-shadow: 0 0 10px #000000;
	transition: .3s;
	color: #fff;
	font-size: 48px;
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
	text-shadow: 0 0 20px #f15a23;
	color: #fff;
}

.reveal {
	background-color: white;
	height: 82vh;
	width: 50vw;
	overflow: auto;
	margin-top: 5vh;
	margin-bottom: 5vh;
	padding: 5%;
	transition: all .5s;
	box-shadow: 0 0 20px #000;
}

.print-button {
	position: absolute;
	top: 20px;
	left: 20px;
}

.print-button i {
	color: gray !important;
	text-shadow: none !important;
}

/* -------------------- LOADER -------------------- */

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000000000000000;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FFFFFF;

	-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

	z-index: 1001;
}

	#loader:before {
			content: "";
			position: absolute;
			top: 5px;
			left: 5px;
			right: 5px;
			bottom: 5px;
			border-radius: 50%;
			border: 3px solid transparent;
			border-top-color: #f15a23;

			-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
			animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
	}

	#loader:after {
			content: "";
			position: absolute;
			top: 15px;
			left: 15px;
			right: 15px;
			bottom: 15px;
			border-radius: 50%;
			border: 3px solid transparent;
			border-top-color: #ffdd00;

			-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
				animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
	}

	@-webkit-keyframes spin {
			0%   { 
					-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
					-ms-transform: rotate(0deg);  /* IE 9 */
					transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
			}
			100% {
					-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
					-ms-transform: rotate(360deg);  /* IE 9 */
					transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
			}
	}
	@keyframes spin {
			0%   { 
					-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
					-ms-transform: rotate(0deg);  /* IE 9 */
					transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
			}
			100% {
					-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
					-ms-transform: rotate(360deg);  /* IE 9 */
					transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
			}
	}

	#loader-wrapper .loader-section {
			position: fixed;
			top: 0;
			width: 51%;
			height: 100%;
			background: #222222;
			z-index: 1000;
			-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
			-ms-transform: translateX(0);  /* IE 9 */
			transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
	}

	#loader-wrapper .loader-section.section-left {
			left: 0;
	}

	#loader-wrapper .loader-section.section-right {
			right: 0;
	}

	/* Loaded */
	.loaded #loader-wrapper .loader-section.section-left {
			-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
					-ms-transform: translateX(-100%);  /* IE 9 */
							transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

			-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
							transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	}

	.loaded #loader-wrapper .loader-section.section-right {
			-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
					-ms-transform: translateX(100%);  /* IE 9 */
							transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
			transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	}
	
	.loaded #loader {
			opacity: 0;
			-webkit-transition: all 0.3s ease-out;  
							transition: all 0.3s ease-out;
	}
	.loaded #loader-wrapper {
			visibility: hidden;

			-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
					-ms-transform: translateY(-100%);  /* IE 9 */
							transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

			-webkit-transition: all 0.3s 1s ease-out;  
							transition: all 0.3s 1s ease-out;
	}
	
	/* JavaScript Turned Off */
	.no-js #loader-wrapper {
			display: none;
	}


.video-container {
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 28;
}

.video-container video {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	z-index: 29;
}

#banner-mobile, #buy-tickets-mobile, #thumbnails-mobile, #mobile-menu-button, .off-canvas {
	display: none;
}

.plaid-first {
	margin-top: -10px;
}

/* -------------------- MOBILE -------------------- */

@media only screen and (max-width: 1424px) {
	#home-left {
		min-height: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	html, body, .page {
		margin: 0;
		padding: 0;
		min-height: auto;
		height: auto;
	}
	
	.top-bar {
		display: none;
	}

	#home {
		margin-bottom: 0;
		z-index: 40;
		margin: none;
		padding: none;
		height: auto;
		min-height: auto;
		background: black url("/images/plaid-tile.jpg") repeat center center;
		/* background-size: 3.5vw; */
		background-size: 6vh;
	}

	#banner, #buy-tickets, #home-left {
		display: none;
	}

	#banner-mobile {
		display: block;
		width: 100vw;
	}

	#buy-tickets-mobile {
		position: relative;
		display: block;
		width: 100%;
		z-index: 41;
		margin: auto;
		padding: none;
	}

	#buy-tickets-mobile a {
		display: block;
		background-color: #fee600;
		color: #000;
		font-size: 15vw;
		line-height: 15vw;
		padding: 0 30px;
		text-shadow: 0px 0px 0px black;
		transition: all .3s;
	}
	
	#buy-tickets-mobile a:hover {
		background-color: #000;
		color: #fee600;
	}

	#videoplayer {
		background-color: rgba(0, 0, 0, 1);
		position: relative;
		width: 100%;
		z-index: 41;
		box-shadow: 0 0 0px #000;
		margin:0;
		padding: none;
		transform: none;
	}

	#home-right {
		display: none;
	}
	
	#home-rightfdfsdgs {
		display: block;
		position: absolute; 
		width: 100vw; 
		padding-right: 3vw;
		padding-top: 1.1vw;
		margin: none;
		transform: none;
		background-color: #000;
	}

	#thumbnails-mobile {
		display: block;
		background-size: 6vh;
		padding-bottom: 6px;
	}

	#thumbnails-mobile img {
		border: 6px solid;
		box-shadow: 10px 10px 20px #000;
		margin-bottom: 1.8vw;
		transition: all .2s;
		width: 30vw;
	}
	
	#home-right img:hover {
		box-shadow: 12px 12px 20px #000;
	}

	#thumbnail1, #thumbnail2, #thumbnail3 {
		margin: 0;
		padding: 0;
	}
	
	#thumbnail1 img {
		border-color: #f15a23 !important;
	}
	
	#thumbnail2 img {
		border-color: #fee600 !important;
	}
	
	#thumbnail3 img {
		border-color: #FFFFFF !important;
	}
	
	.thumbnail-caption {
		position: absolute;
		z-index: 42;
		padding-left: 3vw;
		font-size: 2.5vw;
	}
	
	.thumbnail-icon {
		color: white;
		position: absolute;
		z-index: 42;
		padding-left: .6vw;
		transform: translate(180%, 95%);
		font-size: 5em;
		opacity: .4;
		transition: all .3s;
		line-height: 100%;
	}
	
	.thumbnail-icon:hover {
		opacity: 1;
	}

	.plaid-first {
		margin-top: 0;
	}

	#about {
		height: auto;
		margin: auto;
		background: black url("/images/smokebg.jpg") no-repeat fixed center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-color: #000;
		color: white;
		z-index: 30;
		position: relative;
		padding-top: 5%;
		font-size: 40vw !important;
	}

	.video-container {
		display: none;
		height: 100vh;
		width: 100vw;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 28 !important;
}

.video-container video {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		/* object-fit: cover; */
		z-index: 29;
}
	
	.about-text {
		width: 90%;
		margin: 3% 5% 10% 5%;
		font-weight: bold;
		text-shadow:
		-2px -2px 3px #a8a9a2,  
		 2px -2px 3px #a8a9a2,
		 -2px 2px 3px #a8a9a2,
			2px 2px 3px #a8a9a2;
		padding: 2% 2% 2% 2%;
		background-color: rgba(168, 169, 162, 0.85);
		box-shadow: 0 0 50px #a8a9a2;
		border-radius: 25px;
		color: black;
		font-size: 4vw !important;
	}

	.about-text h3 {
		font-size: 6vw;
		padding-top: 10px;
	}

	.about-text p {
		font-size: 4vw;
	}
	
	.quotewrapper {
		width: 80%;
		display:block;
		margin: 25px 10% 0px 10%;
		color: #fee600;
		text-shadow:
		-1px -1px 2px #000,  
    1px -1px 2px #000,
    -1px 1px 2px #000,
     1px 1px 2px #000;
		padding: 4% 4% 6% 4%;
		background-color: rgba(168, 169, 162, 0.85);
		box-shadow: 0 0 50px #a8a9a2;
		border-radius: 25px;
	}
	
	.quotetext {
		line-height: 4.2vw;
		font-size: 4vw;
		font-weight: normal;
		margin-bottom: 25px;
	}
	
	.quotename {
		text-align: center;
		margin-top: -20px;
		margin-bottom: -15px;
		font-size: 5vw;
		color: white;
	}
	
	.qtpt {
		line-height: 6vw;
		font-size: 5.5vw;
		font-weight: normal;
		margin-bottom: 35px;
	}
	
	.qnpt {
		text-align: center;
		margin-top: -30px;
		margin-bottom: -15px;
		font-size: 7vw;
		color: white;
	}
	
	.read-more-wrapper {
		width: 80%;
		display:block;
		margin: 20px 10% 10vw 10%;
		text-shadow:
		-1px -1px 2px #000,  
		 1px -1px 2px #000,
		 -1px 1px 2px #000,
			1px 1px 2px #000;
	}
	
	.read-more {
		text-align: center;
		display: block;
		font-size: 4vw;
	}
	
	.read-more-hire {
		text-align: center;
		display: block;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 5vw;
		
	}
	
	#about-quotes-read-more-content {
		text-align: center;
	}
	
	#testimonials p, #corporate-read-more-content p {
		text-align: left;
		margin-bottom: 40px;
	}
	
	/* ------------------- HIRE MAC ------------------- */
	#hiremac {
		background: black url("/images/bgcorp.jpg") no-repeat fixed center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		color: white;
		z-index: 20;
		position: relative;
		height: auto;
		min-height: auto;
		}
	
	.hiremac-text {
		width: 80%;
		margin: 0 10% 0 10%;
		font-weight: normal;
		text-shadow:
		-1px -1px 3px #000,  
		 1px -1px 3px #000,
		 -1px 1px 3px #000,
			1px 1px 3px #000;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 2% 2% 2% 2%;
		box-shadow: 0 0 20px #000;
		border-radius: 25px;
		text-align: center;
	}

	.hiremac-text p {
		font-size: 4vw;
	}
	
	.hiremac-text h3 {
		font-size: 5vw;
	}
	
	.hiremac-quotewrapper {
		width: 80%;
		margin: auto;
		display:block;
		color: #ffdd00;
		text-shadow:
		-1px -1px 3px #000,  
		 1px -1px 3px #000,
		 -1px 1px 3px #000,
			1px 1px 3px #000;
		/* background-color: rgba(0, 0, 0, 0.6); */
		padding: 2% 2% 4% 2%;
		/* box-shadow: 0 0 20px #000; */
		/* border-radius: 25px; */
	}

	#hiremac-left {
		min-height:auto;
		padding-top: 4vh;
	}

	#logos-wrapper {
		padding-top:0vh;
	}

	#logos img {
		opacity: .7;
	}
	
	#logos img:hover {
		opacity: 1;
	}

	
	/* ------------------- CONTACT ------------------- */
	#contact-page {
		background: none;
		color: white;
		position: relative;
		height: auto;
		min-height: auto;
		text-align: center;
		padding: 0;
		margin: 0;
		width: 100%;
		display: block;
		text-shadow:
		-1px -1px 2px #000,  
		 1px -1px 2px #000,
		 -1px 1px 2px #000,
		  1px 1px 2px #000;
		z-index: 10 !important;
	}
	
	#contact {
		display: none;
	}
	
	#contact-content {
		background: black url("/images/bgcontact.jpg") no-repeat fixed;
        /* background-position: 0 180px; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		position: relative;
		float: none;
		min-height: auto;
		margin: 0;
		padding: 8vw 0 0 0;
		width: 100%;
		height: 100%;
		pointer-events: auto !important;
		font-size: 5vw;
	}

	#contact-content p {
		font-size: 4vw;
	}

    #contact-content a {
        line-height: 8vw;
    }

    .contact-numbers {
        display: block;
        margin-top:1.6vw;
    }

	#social-icons-mobile {
		display: block !important;
		width: 100%; 
		z-index: 11;
		position: relative;
		text-align: center;
		margin-top: 6vw;
		padding-bottom: 4vw;
	}
	
	#social-icons-mobile img {
		background-color: white;
		width: 20%;
		margin: 16px 5px 0 5px;
		border-radius: 50%;
		box-shadow: 0 0 30px #000;
		z-index: 11;
		transition: all .5s;
		border: 2px solid rgba(255, 255, 255, 1);
		/* overflow: hidden; */
	}
	
	#social-icons-mobile img:hover {
		border-radius: 20%;
		/* overflow: hidden;
		transform: scale(1.5); */
	}

	#social-icons-mobile a {
		transition: all 0s !important;
	} 

	#social-icons-mobile a:hover {
		border-bottom: 0px;
	} 

	#geoff-link, #social-icons {
		display: none !important;
	}

	#geoff-link-mobile {
		display: block !important;
		float: none;
		position: relative; 
		font-size: 3vw;
		margin-top: 9vw;
		padding-bottom: 6vh;
	}

    .reveal {
        background-color: white;
        height: 100vh;
        width: 80vw;
        overflow: auto;
        margin: 0 auto 0 auto;
        padding: 5%;
        transition: all .5s;
        box-shadow: 0 0 20px #000;
    }
    
    .reveal p, .reveal li {
        font-size: 4vw;
    }

    .reveal h2, .reveal h3 {
        font-size: 6vw;
    }

    .print-button {
        display: none;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    
    .print-button i {
        display: none;
        color: gray !important;
        text-shadow: none !important;
    }

    .close-button {
        position: fixed;
        right: 15vw;
        font-size: 10vw;
    }

	#mobile-menu {
		position: fixed;
		z-index: 503;
		width: 12vw;
		height: 12vw;
		background-color: rgba(0, 0, 0, 0);
		top: 2vw;
		right: 2vw;
		border-radius: 50%;
		transition: all .5s;
		display: flex;
		align-items: center;
		justify-content: center;
		text-shadow:
			-1px -1px 2px #000,  
			1px -1px 2px #000,
			-1px 1px 2px #000,
				1px 1px 2px #000;
		opacity: 0;
	}

	.mobile-menu-show {
		opacity: 1 !important;
	}

	#mobile-menu:hover {
		background-color: rgba(0, 0, 0, .6);
	}

	#mobile-menu i {
		font-size: 8vw;
		/* margin: 2vw auto 0 auto; */
		color: white;
	}

	#mobile-menu-button {
		display: block;
	}

	.off-canvas {
		display: block;
		background-color: rgba(0, 0, 0, .8);
		z-index: 502 !important;
		box-shadow: 0 0 30px #000;
		width: 55vw;
	}

	ul.mobile-menu-list {
		list-style: none;
		margin-top: 2vh;
	}

	ul.mobile-menu-list li a {
		color: white;
		font-size: 7vw;
	}

	ul.mobile-menu-list li a:hover, ul.mobile-menu-list li a:active {
		color: #ffdd00;
	}
	
	.js-off-canvas-overlay {
		position: fixed !important;
		z-index: 501 !important;
	}

	.mobile-logo {
		max-width: 25vw !important;
		width: 25vw !important;
		margin: 2.5vw 0 0 4vw;
		border:0; 
		text-decoration:none; 
		outline:none;
	}

	.mobile-logo-link {
		border:0; 
		text-decoration:none; 
		outline:none;
	}

	.off-canvas a:active img {
		border: 0;
	}
}

@supports ( -webkit-touch-callout : none) {
	#about, #hiremac, #contact {
	background-attachment:scroll !important;
	}
}
	
@supports not ( -webkit-touch-callout : none) {
	#about, #hiremac, #contact {
	background-attachment: fixed !important;
	}
}