html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-size: 20px;
	scroll-behavior: smooth;
}

body {
	font-family: 'Source Sans Pro', sans-serif;

}

a {
	-webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -ms-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}

a:hover {
	-webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
	transform: translateY(-10px);
}

.hubs-embedded {
	padding: 5%;
}

.left-side {
	width: 50vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.left-side p {
	max-width: 800px;
}

.left-side img {
	max-width: 100%;
	padding: 0 0 5% 0;
}

.right-side-2 {
	width: 50vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.right-side-2 p {
	max-width: 800px;
}

.right-side-2 img {
	max-width: 100%;
	padding: 0 0 5% 0;
}

.left-side-2 img {
	max-width: 100vh;
	width: 125%;
}

.section-1 {
  background-image: url('./images/BACKGROUND.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	height: 100vh;
	overflow-y: hidden;
}

.section-2 {
	min-height: 100vh;
	overflow: hidden;
}

#web-section {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(245,213,5,100) 150%), url("./images/Web-Background.jpg") no-repeat center;
	background-size: cover;
}

#email-section {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(232,51,67,100) 150%), url("./images/Web-Background.jpg") no-repeat center;
	background-size: cover;
}

#social-section {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(3,114,180,100) 150%), url("./images/Web-Background.jpg") no-repeat center;
	background-size: cover;
}

#content-section {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(115,115,121,100) 150%), url("./images/Web-Background.jpg") no-repeat center;
	background-size: cover;
}

#paid-media-section {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(116,196,105,100) 150%), url("./images/Web-Background.jpg") no-repeat center;
	background-size: cover;
}

.inner-section-1 {
	display: flex;
	justify-content: center;
	flex-direction: row;
	transform-style: preserve-3d;
	min-height: 100vh;
}

.inner-section-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	transform-style: preserve-3d;
	min-height: 100vh;
	padding: 5%;
}

.inner-section-2 p {
	color: white;
	text-shadow: 2px 2px 2px #000000;
	font-size: 1rem;
	padding: 5%;
	line-height: 1.2rem;
}

.voltron-hero-div {
	transform: translateZ(20px);
	display: flex;
	align-items: center;
}

.voltron-hero {
	transform: translateZ(20px);
  width: 40vw;
	max-width: 40vh;
}

.header-div {
	transform: translateZ(20px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 5%;
	z-index: -2;
}

.header-image {
	width: 50vw;
	margin: 0 0 10% 0;
	max-width: 70vh;
}

.navigation {
	display: flex;
	flex-direction: column;
	text-align: -webkit-right;
	width: 50vw;
	max-width: 67vh;
}

.anchor-web {
	width: 38%
}

.anchor-email {
	width: 48%
}

.anchor-social {
	width: 58%
}

.anchor-content {
	width: 68%
}

.anchor-paid-media {
	width: 78%
}

.anchor-div {
	margin: 0 0 20px 0;
}

#home-section {
	border-top: 1px solid white!important;
}

section {
	border-top: 5px solid white;
}

.hubs-embedded {
	margin-bottom: 0!important;
}

.right-side img, .left-side-2 img, .voltron-hero-div img, .anchor-web, .anchor-email, .anchor-social, .anchor-content, .anchor-paid-media, .header-image, .header-email, .header-social, .header-content, .header-paid-media {
	-webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.click-pingpilot {
	background-color: #005DAA;
	width: 100vw;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1.4rem;
	text-align: center;
}

@media only screen and (max-width: 950px) {

	html {
		font-size: 18px;
	}

	.voltron-hero-div {
		-webkit-filter: blur(3px);
		-moz-filter: blur(3px);
		-o-filter: blur(3px);
		-ms-filter: blur(3px);
		filter: blur(3px);
		position: absolute;
		top: 10%;
	}

	.voltron-hero {
		width: 50vh;
	}

	.header-div {
		z-index: 1;
	}

	.header-image {
		width: 90%;
	}

	.navigation {
		width: 90%;
		padding: 0 5%;
	}

	.inner-section-2 {
		flex-direction: column;
		min-height: 80vh;
	}

	.inner-section-2 p {
		position: relative;
		top: 0
	}

	.anchor-web {
		width: 50%
	}

	.anchor-email {
		width: 60%
	}

	.anchor-social {
		width: 70%
	}

	.anchor-content {
		width: 80%
	}

	.anchor-paid-media {
		width: 90%
	}

	.anchor-div {
		margin: 0 0 10px 0;
	}

	.left-side, .right-side-2 {
		width: 90%;
	}

	.left-side p, .right-side p {
		max-width: 100%;
	}

	#lion-right {
		position: absolute;
		z-index: -1;
		left: 40%;
		top: 10%;
		filter: blur(10px);
		-webkit-filter: blur(10px);
	}

	#lion-left {
		position: absolute;
		z-index: -1;
		top: 10%;
		filter: blur(10px);
		-webkit-filter: blur(10px);
	}

	.right-side img {
		width: 100vh;
		max-width: 100vh;
	}

	.left-side-2 img {
		width: 100vh;
		max-width: 100vh;
	}

	.section-2 {
		min-height: 80vh;
	}

	.click-pingpilot {
		width: 100vw;
	}

}

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

	html {
		font-size: 24px;
	}

	.left-side-2 img {
		max-width: 130%;
		width: 130%;
	}

	.right-side img {
		max-width: 130%;
		width: 130%;
	}

	.inner-section-2 p {
		padding: 5% 5% 5% 8%;
	}

}
