body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	line-height: 1.6;
	}
html {
  scroll-behavior: smooth;
}	
/* Links */
	a:link {/*CSS for links*/
		text-decoration: none;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		color: #FFF;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	a:visited {
		color: #FFF;
		text-decoration: none;
		-webkit-text-stroke: 1px black;
	}
	a:hover {
		color: rgb(183, 183, 183, 1);
	}
	a:focus {
		color: rgb(183, 183, 183, 1);
		text-decoration: none;
	}
	a:active {
		color: rgb(183, 183, 183, 1);
		text-decoration: none;
	}
	::-webkit-scrollbar {
		width: 12px;  /* remove scrollbar space */
		/*background: transparent;*/  /* optional: just make scrollbar invisible */
	}
	/* optional: show position indicator in red */
	::-webkit-scrollbar-thumb {
		background-color: rgba(80,0,0,1);
	}
#Background {
	Position: absolute;
	background-image: url();
	background-attachment: scroll;
	background-position:left 50% top 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 45px;
	width: 100vw;
	background-color: rgba(80,0,0,1);
	height: 0vh;
	z-index: -1;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.9;
	box-shadow: 0px 0px 10px #000;
	}

/*fonts */
/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* roboto-italic - latin */
  @font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/roboto-v20-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* roboto-700 - latin */
  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		 url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* roboto-700italic - latin */
  @font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		 url('../fonts/roboto-v20-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/roboto-v20-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
/* lato-regular - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/lato-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
	/* lato-italic - latin */
	@font-face {
		font-family: 'Lato';
		font-style: italic;
		font-weight: 400;
		font-display: swap;
		src: local(''),
			 url('../fonts/lato-v17-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
			 url('../fonts/lato-v17-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	  }
  /* lato-700 - latin */
  @font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		 url('../fonts/lato-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/lato-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* lato-700italic - latin */
  @font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		 url('../fonts/lato-v17-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/lato-v17-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/open-sans-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-700 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		 url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/open-sans-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-700italic - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		 url('../fonts/open-sans-v18-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/open-sans-v18-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-condensed-300 - latin */
@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local(''),
		 url('../fonts/open-sans-condensed-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/open-sans-condensed-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-condensed-300italic - latin */
  @font-face {
	font-family: 'Open Sans Condensed';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: local(''),
		 url('../fonts/open-sans-condensed-v15-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/open-sans-condensed-v15-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-condensed-700 - latin */
  @font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		 url('../fonts/open-sans-condensed-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/open-sans-condensed-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* pacifico-regular - latin */
@font-face {
	font-family: 'Pacifico';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/pacifico-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/pacifico-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* indie-flower-regular - latin */
@font-face {
	font-family: 'Indie Flower';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/indie-flower-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/indie-flower-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* playfair-display-regular - latin */
@font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/playfair-display-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/playfair-display-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* playfair-display-italic - latin */
  @font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/playfair-display-v21-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/playfair-display-v21-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* playfair-display-700 - latin */
  @font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		 url('../fonts/playfair-display-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/playfair-display-v21-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* playfair-display-700italic - latin */
  @font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		 url('../fonts/playfair-display-v21-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/playfair-display-v21-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* cinzel-regular - latin */
@font-face {
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/cinzel-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/cinzel-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* cinzel-700 - latin */
  @font-face {
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		 url('../fonts/cinzel-v10-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/cinzel-v10-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* titillium-web-regular - latin */
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/titillium-web-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/titillium-web-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* titillium-web-italic - latin */
  @font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/titillium-web-v9-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/titillium-web-v9-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* titillium-web-700italic - latin */
  @font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		 url('../fonts/titillium-web-v9-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/titillium-web-v9-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* titillium-web-700 - latin */
  @font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''),
		 url('../fonts/titillium-web-v9-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/titillium-web-v9-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* pontano-sans-regular - latin */
@font-face {
	font-family: 'Pontano Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/pontano-sans-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/pontano-sans-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* saira-stencil-one-regular - latin */
@font-face {
	font-family: 'Saira Stencil One';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/saira-stencil-one-v2-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/saira-stencil-one-v2-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* anton-regular - latin */
@font-face {
	font-family: 'Anton';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''),
		 url('../fonts/anton-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/anton-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
/* end fonts */	

/* Menu */
#Menu {
	position: relative;
	top: 0px;
	width: 100%;
	height: 30px;
	color: #FFF;
	padding: 10px 0 0 0;
	font-family: 'Open Sans Condensed', sans-serif;
	opacity: 0.9;
	box-shadow: 0px 0px 10px #000;
	display: none;
}
#Logo {
	position: absolute;
	width: 50px;
	font-size: 12px;
	height: auto;
	top: 10px;
	left: 10px;
	z-index: 6;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MobileMenuButton{
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 5;
	width: 60px;
	height: 40px;
	opacity: 0.9;
	overflow: hidden;
	padding: 5px 0px 0px 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#MenuBarTop {
	width: 30px;
	height: 3px;
	top: 0px;
	background-color: #500114;
	display: block;
	position: relative;
	margin: 0px 10px 0px 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#MenuBarMiddle {
	width: 30px;
	top: 5px;
	height: 3px;
	background-color: #500114;
	display: block;
	position: relative;
	margin: 0px 10px 0px 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#MenuBarBottom {
	width: 30px;
	height: 3px;
	top: 10px;
	background-color: #500114;
	display: block;
	position: relative;
	margin: 0px 10px 0px 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#MobileMenu {
	position: fixed;
	width: 0vw;
	height: 100vh;
	padding: 0vh 0 0 0;
	background-color: #500114;
	overflow: hidden;
	z-index: 7;
	opacity: 0.9;
	text-align: center; 
	letter-spacing: 1px;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#MobileMenu li {
	width: 96%;
	list-style-type: none;
}
.MobileMenuP{
	position: relative;
	padding: 5vh 0 0 0;
}
#MobileMenuX {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	right: 20px;
	padding: 0vh 1% 0 1%;
	color: #FFF;
	font-size: 40px;
	text-align: right;
	float: right;
	cursor: pointer;
	z-index: 7;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MobileMenuOutput {
	position: absolute;
	width: 98%;
	height: auto;
	top: 0;
	padding: 2vh 1% 0 1%;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	z-index: 6;
	opacity: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#MHomeButton{ 
	position: relative;
	padding: 10vh 0 0 0;
	font-size: 28px;
	color: rgb(183, 183, 183, 1);
	padding: 1vh 0vw 1vh 0vw;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MWhyButton{
	position: relative;
	font-size: 28px;
	padding: 0vh 0vw 1vh 0vw;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MHowButton{
	position: relative;
	font-size: 28px;
	padding: 0vh 0vw 1vh 0vw;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MWhatButton{
	position: relative;
	font-size: 28px;
	padding: 0vh 0vw 2.5vh 0vw;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MPuckPoetryButton{
	position: relative;
	font-size: 14px;
	padding: 0vh 0vw 1vh 0vw;
	font-family: 'Roboto', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MStorytellingWithPuckButton{
	position: relative;
	font-size: 14px;
	padding: 0vh 0vw 1vh 0vw;
	font-family: 'Roboto', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MKingPuckWisdomButton{
	position: relative;
	font-size: 14px;
	padding: 0vh 0vw 1vh 0vw;
	font-family: 'Roboto', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MMarketingBlogsButton{
	position: relative;
	font-size: 14px;
	padding: 0vh 0vw 1vh 0vw;
	font-family: 'Roboto', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MBrandButton{
	position: relative;
	font-size: 14px;
	padding: 0vh 0vw 1vh 0vw;
	font-family: 'Roboto', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MMarketingButton{
	position: relative;
	font-size: 14px;
	padding: 0vh 0vw 1vh 0vw;
	font-family: 'Roboto', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MStorytellingButton{
	position: relative;
	font-size: 14px;
	padding: 0vh 0vw 1vh 0vw;
	font-family: 'Roboto', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}						
#MExtraordinaryBusinessButton{
	position: relative;
	font-size: 14px;
	padding: 0vh 0vw 1vh 0vw;
	font-family: 'Roboto', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MPuckPrivacyPolicyButton{
	position: relative;
	font-size: 10px;
	padding: 0vh 0vw 1vh 0vw;
	font-family: 'Roboto', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}		
#ContactButton{
	position: relative;
	font-size: 4.96vh;
	padding: 2vh 0vw 4vh 0vw;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#MEmailButton {
	position: relative;
	top: -20px;
	font-size: 10px;
	padding: 0vh 0vw 1vh 0vw;
	font-family: 'Roboto', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#UsernameContainer{
	position: relative;
	width: 98vw;
	margin: 0px auto 0 auto;
	text-align: right;
	padding: 1vh 1vw 1vh 1vw;
	color: rgb(183, 183, 183, 1); 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow: hidden;
}
#LogInMessage {
	position: relative;
	width: 98vw;
	height: 20px;
}
#SubmitButton{
	position: relative;
	width: 60px;
	float: right;
	height: auto;
	padding: 2px 5px 2px 5px;
	background-color: #000;
}
#SubmitButton:hover{
	position: relative;
	width: 60px;
	float: right;
	height: auto;
	padding: 2px 5px 2px 5px;
	background-color: rgb(183, 183, 183, 1);
	color: rgb(80, 0, 0, 1);
	box-shadow: 0px 0px 10px #000;
}
#EmailContainer {
	Position: fixed;
	top: 0;
	right: 0;
	width: 20%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px 0px 0px;
	z-index: 4;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#NewsletterContainer {
	Position: absolute;
	background-image: url();
	background-attachment: scroll;
	background-position:left 50% top 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 45px;
	width: 100vw;
	background-color: #500114;
	height: 0vh;
	z-index: -1;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.9;
	box-shadow: 0px 0px 10px #000;
}
		#SideMenu {
			position: fixed;
			float: right;
			right: 0;
			top: 40px;
			height: auto;
			width: 20%;
			overflow: hidden;
			z-index: 3;
			line-height: 1.0;
		}
		.SideMenuButtons1 {
			position: relative;
			width: 98%;
			color: #FFF;
			text-align: center;
			font-size: 30px;
			padding: 13.7vh 0 0 0;
			margin: 1vh 0% 1vh 0;
			opacity: 0;
			background-color: rgba(80,0,0,1);
			box-shadow: 0px 0px 5px #000;
			animation-name: SideMenuFadeIn;
			animation-duration: 1s;
			animation-delay: 0s;
			animation-iteration-count: 1;
			animation-fill-mode: forwards;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			cursor: pointer;
			-webkit-tap-highlight-color: rgba(0,0,0,0);
			line-height: 1.0;
		}
		.SideMenuButtons1:hover {
				color: #B7B7B7;
		}
		.SideMenuButtons2 {
			position: relative;
			width: 98%;
			color: #FFF;
			text-align: center;
			font-size: 30px;
			padding: 13.7vh 0 0 0;
			margin: 1vh 0% 1vh 0;
			opacity: 0;
			background-color: rgba(80,0,0,1);
			box-shadow: 0px 0px 5px #000;
			animation-name: SideMenuFadeIn;
			animation-duration: 1s;
			animation-delay: 0.20s;
			animation-iteration-count: 1;
			animation-fill-mode: forwards;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			cursor: pointer;
			-webkit-tap-highlight-color: rgba(0,0,0,0);
			line-height: 1.0;
		}
		.SideMenuButtons2:hover {
				color: #B7B7B7;
		}
		.SideMenuButtons3 {
			position: relative;
			width: 98%;
			color: #FFF;
			text-align: center;
			font-size: 30px;
			padding: 13.7vh 0 0 0;
			margin: 1vh 0% 1vh 0;
			opacity: 0;
			background-color: rgba(80,0,0,1);
			box-shadow: 0px 0px 5px #000;
			animation-name: SideMenuFadeIn;
			animation-duration: 1s;
			animation-delay: 0.40s;
			animation-iteration-count: 1;
			animation-fill-mode: forwards;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			overflow: hidden;
			cursor: pointer;
			-webkit-tap-highlight-color: rgba(0,0,0,0);
			line-height: 1.0;
		}
		.SideMenuButtons3:hover {
				color: #B7B7B7;
		}
		@keyframes SideMenuFadeIn {
			  0%   {opacity: 0; height: 0vh;}
			  100% {opacity: 1; height: 16vh;}
		}
#SvgLogo {
	position: relative;
	width: 100%;
	height: 250px;
	opacity: 0;
	animation-name: SvgLogoFadeIn;
	animation-duration: 1s;
	animation-delay: 5.0s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
@keyframes SvgLogoFadeIn {
	  0%   {opacity: 0;}
	  100% {opacity: 0.9;}
}
#Title {
	position: absolute;
	width: 98vw;
	height: auto;
	top: 0px;
	padding: 200px 0vw 0 2vw;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 60px;
	color: #500114;
	text-shadow: 0px 2px 2px rgba(51,51,51,0.5);
}
#HomeText {
	position: relative;
	width: 70vw;
	height: 75vh;
	padding: 15vh 25vw 0px 5vw;
	text-align: center;
	font-family: 'Pacifico', cursive;
	font-family: 'Indie Flower', cursive;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Cinzel', serif;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	color: rgba(80, 0, 0, 1);
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#AdvertisingText {
	position: relative;
	width: 80%;
	height: auto;
	padding: 50px 0% 0px 0%;
	text-align: center;
	font-family: 'Pacifico', cursive;
	font-family: 'Indie Flower', cursive;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Cinzel', serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Titillium Web', sans-serif;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: rgba(80,0,0,1);
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#HowText {
	position: relative;
	width: 80%;
	height: auto;
	padding: 50px 30% 2% 0%;
	text-align: justify;
	font-family: 'Pacifico', cursive;
	font-family: 'Indie Flower', cursive;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Cinzel', serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Titillium Web', sans-serif;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: rgba(77,77,77,1);
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.WhyText{
	position: relative;
	width: 96%;
	text-align: center;
	margin: 0 2% 3% 2%;	
}
.HowInnerText{
	position: relative;
	width: 96%;
	text-align: center;
	margin: 0 2% 2% 2%;	
}
#HowImage {
	display: flex;
	width: 100%;
	height: 450px;
	background-position:left 50% top 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 0 2% 0;
	align-items:center;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
}
.HowImage {
	display: flex;
	width: 100%;
	height: 450px;
	background-position:left 50% top 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*margin: 0 0 2% 0;*/
	align-items:center;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
}
#HowImage1 {
	display: flex;
	width: 100%;
	height: 450px;
	background-image: url("Images/How1.jpeg");
	background-position:left 50% top 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 0 2% 0;
	align-items:center;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
}
#HowImage2 {
	display: flex;
	width: 100%;
	height: 450px;
	background-image: url("Images/How2.jpeg");
	background-position:left 50% top 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 0 2% 0;
	align-items:center;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
}
#HowImage3 {
	display: flex;
	width: 100%;
	height: 450px;
	background-image: url("Images/How3.jpeg");
	background-position:left 50% top 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 0 2% 0;
	align-items:center;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
}
#HowImage4 {
	display: flex;
	width: 100%;
	height: 450px;
	background-image: url("Images/How4.jpeg");
	background-position:left 50% top 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 0 2% 0;
	align-items:center;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
}
#HomePageImageText {
	position: relative;
	width: 80%;
	height: auto;
	padding: 0;
	text-align: center;
	font-family: 'Pacifico', cursive;
	font-family: 'Indie Flower', cursive;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Cinzel', serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Titillium Web', sans-serif;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: rgba(80,0,0,1);
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#Email {
	position: fixed;
	width: auto;
	padding: 0px 0% 0 0%;
	height: 32px;
	top: 5px;
	right: 15px;
	text-align: right;
	color: #500114;
	z-index: 3;
	font-family: 'Pacifico', cursive;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
#Email:hover {
	transform: scale(1.2);
}
#mySelect {
	position: fixed;
	width: 70px;
	padding: 0px 0% 0 0%;
	height: 32px;
	top: 4px;
	right: 70px;
	text-align: right;
	color: #500114;
	z-index: 3;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
#NEWSLETTER {
	position: fixed;
	width: 80px;
	padding: 7px 0% 0 0%;
	height: 32px;
	top: 3px;
	right: 10px;
	text-align: center;
	color: #500114;
	z-index: 3;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
#NEWSLETTER:hover {
	text-decoration: underline;
	color: rgb(183, 183, 183, 1);
}
#SIGNUP {
	position: relative;
	width: 100%;
	padding: 20px 0% 7px 0%;
	height: auto;
	top: 0px;
	right: 0px;
	text-align: center;
	color: rgb(183, 183, 183, 1);
	z-index: 3;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
#SIGNUP:hover {
	text-decoration: underline;
	color: rgb(183, 183, 183, 1);
}
#ErrorMessage {
	font-family: "Open Sans", sans-serif;
	color: rgb(183, 183, 183, 1);
	font-size: 12px;
	padding: 0 0 10px 0;
}
#name {
	width: 300px;
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	border-radius: 5px;
	border: thin solid #000;
	color: #000;
	outline: none;
	padding: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}
#name:focus {
	border:1px solid #56b4ef;
	box-shadow:0px 0px 3px 1px #c8def0;
}
#email {
	width: 300px;
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	border-radius: 5px;
	border: thin solid #000;
	color: #000;
	outline: none;
	padding: 4px;
	margin-bottom: 7px;
	font-weight: bold;
}
#email:focus {
	border:1px solid #56b4ef;
	box-shadow:0px 0px 3px 1px #c8def0;
}
#reset {
	width: 140px;
	border-radius: 5px;
	background: #CCC;
	border: thin solid #000;
	color: #000;
	outline: none;
	padding: 4px;
	cursor: pointer;
}
#reset:focus {
	border:1px solid #56b4ef;
	box-shadow:0px 0px 3px 1px #c8def0;
}
#submit {
	width: 140px;
	border-radius: 5px;
	background: #CCC;
	border: thin solid #000;
	color: #000;
	outline: none;
	padding: 4px;
	cursor: pointer;
}
#submit:focus {
	border: 1px solid #56b4ef;
	box-shadow:0px 0px 3px 1px #c8def0;
}
#EMAIL{
	position: fixed;
	width: 50px;
	padding: 7px 0% 0 0%;
	height: 32px;
	top: 3px;
	right: 320px;
	text-align: center;
	color: #500114;
	z-index: 3;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
#EMAIL:hover {
	text-decoration: underline;
	color: rgb(183, 183, 183, 1);
}
		#SocialMediaContainer {
			position: relative;
			width: 80vw;
			padding: 0px 20vw 0px 0vw;
			height: 40px;
			z-index: 3;
			opacity: 0;
			animation-name: SocialMediaContainerFadeIn;
			animation-duration: 1s;
			animation-delay: 1s;
			animation-iteration-count: 1;
			animation-fill-mode: forwards;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		@keyframes SocialMediaContainerFadeIn {
			0%   {opacity: 0;}
			100% {opacity: 1;}
		}
		#SocialMediaContainerM {
			position: relative;
			width: 0vw;
			padding: 0 0vw 0 0vw;
			height: auto;
			overflow: hidden;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;	
		}
		#SocialMediaMobile {
			position: relative;
			width: 200px;
			height: 40px;
			padding: 0px 0vw 0px 0%;
			margin: 0 auto 0 auto;
			text-align: center;
			opacity: 0.9;
			font-size: 14px;
			color: rgba(80,0,0,1);
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;	
		}
		#SocialMedia {
			position: relative;
			width: 200px;
			height: 40px;
			padding: 0px 0vw 0px 0%;
			margin: 0px auto 0 auto;
			text-align: center;
			opacity: 0.9;
			z-index: 3;
			font-size: 14px;
			color: rgba(80,0,0,1);
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		#SocialMediaBlogs {
			position: relative;
			width: 248px;
			height: 40px;
			padding: 0 0 0 0;
			margin: 0px auto 0 auto;
			text-align: center;
			opacity: 0.9;
			z-index: 3;
			font-size: 14px;
			color: rgba(80,0,0,1);
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		#PodcastContainer {
			position: relative;
			width: 80vw;
			padding: 0px 20vw 0px 0vw;
			height: 40px;
			z-index: 3;
			opacity: 0;
		}
		#PodcastLinks {
			position: relative;
			width: 250px;
			height: 40px;
			padding: 0px 0vw 0px 0%;
			margin: 0px auto 0 auto;
			text-align: left;
			opacity: 0.9;
			z-index: 3;
			font-size: 14px;
			color: rgba(80,0,0,1);
		}
	/*	#PuckCreationsCopy {
		}*/
		.SocialMediaButtons {
			position: relative;
			width: 40px;
			float: left;
			height: auto;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.SocialMediaButtons:hover {
			transform: scale(1.2);
		}
#LogoTag {
	position: fixed;
	width: 99vw;
	height: 30px;
	padding: 1vw 0 0 0vw;
	text-align: right;
	bottom: 0;
}
#TypeTextContainer {
	Position: relative;
	width: auto;
	margin: 0 auto 0 auto;
	text-align: center;
}
.TypedText {
	Position: relative;
	opacity: 0.9;
	float: left;
}
.video-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.Arrow1 {
	position: relative;
	width: 100%;
	text-align: center;
	list-style-type: none;
	clear: both;
}
.Arrow2 {
	position: relative;
	width: 50%;
	float: left;
	text-align: center;
	list-style-type: none;
}
.Text1 {
			position: relative;
			width: 96%;
			text-align: center;
			list-style-type: none;
			margin: 0 2% 0 2%;
			padding: 2vh 0 2vh 0;
			background-color: rgba(80,0,0,1);
			color: #FFF;
			border-radius: 10px;
			opacity: 0.9;
			box-shadow: 0px 0px 10px #000;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.Text1:hover {
			transform: scale(1.1);
		}
		.Text2 {
			position: relative;
			width: 96%;
			text-align: center;
			margin: 0 2% 2% 2%;
			color: rgba(80,0,0,1);	
		}
		.Text3 {
			position: relative;
			width: 96%;
			text-align: center;
			list-style-type: none;
			margin: 0 2% 0 2%;
			color: rgba(80,0,0,1);
		}
		.Text4 {
			position: relative;
			width: 40%;
			text-align: center;
			list-style-type: none;
			margin: 0 30% 0 30%;
			padding: 1vh 0 1vh 0;
			background-color: rgba(80,0,0,1);
			color: #FFF;
			border-radius: 10px;
			opacity: 0.9;
			box-shadow: 0px 0px 10px #000;
		}
		.Text4:hover{
			background-color: #000;
		}
		#WhatButtons {
			position: realtive;
			width: 100%;
			padding: 10px 0 0% 0;
			font-size: 14px;
		}
		#DefineYourBrandButton {
			color: rgba(80,0,0,1);	
		}
		#DefineYourBrandButton:hover {
			color: rgb(183, 183, 183, 1);
		}
		#AudienceBuildingButton {
			color: rgba(80,0,0,1);	
		}
		#AudienceBuildingButton:hover {
			color: rgb(183, 183, 183, 1);
		}
		#AdvertisingButton {
			color: rgba(80,0,0,1);	
		}
		#AdvertisingButton:hover {
			color: rgb(183, 183, 183, 1);
		}
		.ImageHide2 {
			position: relative;
			width: 100%;
			height: 600px;
			background-image: url("Images/advertisingPuck.jpg");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			overflow: hidden;
			z-index: 1;
		}
		#AdvertisingTitle {
					position: relative;
					text-align: left;
					width: 96%;
					height: auto;
					color: #FFF;
					font-size: 36px;
					padding: 0 2% 0 2%;
				}
		.WhatWeDo{
			  display:flex;
			  flex-direction:row;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			padding: 0 0 2% 0;
			}
		.WhatWeDoBox-1{
			flex:1;
			order:1;
			text-align: left;
			padding: 0 2% 0% 2%;
			} 
		.WhatWeDoBox-2{
			flex:2;
			order:2;
			text-align: justify;
			padding: 0 15% 0% 15%;
			font-size: 24px;
			color: rgba(77,77,77,1);
		  }
		#SocialMediaAds{
			 display: flex;
			 width: 100%;
			 height: 450px;
			 margin: 0% 0 0% 0;
			 opacity: 1;
			 align-items: center;
			 /*
			 align-items:flex-start;
			 align-items:flex-end;
			 align-items:center;
			 flex-direction:column;
			 */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: rgba(77,77,77,1);
			}
		.SocialMediaAdsBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: justify;
		}
		.SocialMediaAdsBox-2{
			flex:2;
			order:2;
			height: 450px;
			padding: 0 2% 0% 2%;
			background-image: url("Images/SocialMediaAdvertising.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		  }	
		#VideoScripts {
			 display: flex;
			  width: 100%;
			  height: 450px;
			  margin: 0px 0 0% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: rgba(77,77,77,1);
			}	
		.VideoScriptsBox-1{
			flex:1;
			order:2;
			padding: 0 2% 0% 2%;
			text-align: justify;
		  }
		.VideoScriptsBox-2{
			flex:2;
			order:1;
			height: 450px;
			padding: 0 0% 0% 0%;
			background-image: url("Images/");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			overflow: hidden;
		  }	
		#VideoAutoplay {
			position: relative;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 100%;
			height: auto;
			overflow: hidden;
		} 
		#Slogans {
			 display: flex;
			  width: 100%;
			  height: 450px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			color: rgba(77,77,77,1);
			}
		.SlogansBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: left;
		  }
		.SlogansBox-2{
			flex:2;
			order:2;
			height: 450px;
			padding: 0% 0% 0% 20%;
			/*background-image: url("Images/sloganAdvertising.png");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;*/
			text-align: justify;
			color: #FFF;
			font-family: 'Pontano Sans', sans-serif;
			font-family: 'Anton', sans-serif;
			font-size: 96px;
			background-image: linear-gradient(135deg, rgba(80,0,0,1), rgba(0,0,0,1));
		  }
		.SlogansBox-2 p {
		  margin: 0;
		  position: relative;
		  top: 50%;
		  left: 50%;
		  width: 100%;
		  transform: translate(-50%, -50%);
		}  
		#AudioAdvertisements {
			 display: flex;
			  width: 100%;
			  height: 450px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			 -webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			color: rgba(77,77,77,1);
			}
		.AudioAdvertisementsBox-1{
			flex:1;
			order:2;
			padding: 0 2% 0% 2%;
			text-align: justify;
			
		  }
		.AudioAdvertisementsBox-2{
			flex:2;
			order:1;
			height: 450px;
			padding: 0 2% 0% 2%;
			background-image: url("Images/AudioAdvertising.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
		  }  
		#Leaflets {
			 display: flex;
			  width: 100%;
			  height: 450px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: rgba(77,77,77,1);
			}
		.LeafletsBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: justify;	
		  }
		.LeafletsBox-2{
			flex:2;
			order:2;
			height: 450px;
			padding: 0 2% 0% 2%;
			background-image: url("Images/LeafletAdvertising.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-size: 55px;
			font-weight: bold;
		  }	
		#Newspaper {
			 display: flex;
			  width: 100%;
			  height: 450px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: rgba(77,77,77,1);
			}
		.NewspaperBox-1{
			flex:1;
			order:2;
			padding: 0 2% 0% 2%;
			text-align: justify;	
		  }
		.NewspaperBox-2{
			flex:2;
			order:1;
			height: 450px;
			padding: 0 2% 0% 2%;
			background-image: url("Images/NewspaperAdvertising.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-size: 55px;
			font-weight: bold;
		 }
		#PR {
			 display: flex;
			  width: 100%;
			  height: 450px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items: center;
			 -webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			color: rgba(77,77,77,1);
			}
		.PRBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: justify;	
		  }
		.PRBox-2{
			flex:2;
			order:2;
			height: 450px;
			padding: 0 2% 0% 2%;
			background-image: url("Images/PRAdvertising.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
		 }
		#Jingles {
			 display: flex;
			  width: 100%;
			  height: 450px;
			  margin: 0 0 2% 0;
			  align-items:center;
			  opacity: 1;
			 -webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			color: rgba(77,77,77,1);
			}
		.JinglesBox-1{
			flex:1;
			order:2;
			padding: 0 2% 0% 2%;
			margin: 0 0% 0% 0%;
			text-align: justify;
		  }
		.JinglesBox-2{
			flex:2;
			order:1;
			height: 450px;
			padding: 0 2% 0% 2%;
			margin: 0 0% 0% 0%;
			background-image: url("Images/JingleAdvertising.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
		 }
		/* CSS -> Audience buliding */ 
		.AudienceBuildingImage {
			position: relative;
			width: 100%;
			height: 650px;
			background-image: url("Images/AudienceBuilding.jpeg");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			overflow: hidden;
			z-index: 1;
		}
		#WebsiteContent {
			 display: flex;
			  width: 100%;
			  height: 650px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: rgba(77,77,77,1);
			}
		.WebsiteContentBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: left;
			font-size: 16px;
		  }
		.WebsiteContentBox-2{
			flex:2;
			order:2;
			height: 650px;
			padding: 0% 0% 0% 20%;
			background-image: url("Images/WebsiteContent.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-family: 'Pontano Sans', sans-serif;
			font-family: 'Anton', sans-serif;
			font-size: 96px;
		  }
		#BlogsArticle {
			 display: flex;
			  width: 100%;
			  height: 650px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			 -webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			color: rgba(77,77,77,1);
			}
		.BlogsArticleBox-1{
			flex:1;
			order:2;
			padding: 0 2% 0% 2%;
			text-align: justify;
			font-size: 16px;
		  }
		.BlogsArticleBox-2{
			flex:2;
			order:1;
			height: 650px;
			padding: 0 2% 0% 2%;
			background-image: url("Images/BlogsArticles.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
		  }
		#SubscriptionNewsletter {
			 display: flex;
			  width: 100%;
			  height: 650px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			color: rgba(77,77,77,1);
			}
		.SubscriptionNewsletterBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: left;
			font-size: 16px;
		  }
		.SubscriptionNewsletterBox-2{
			flex:2;
			order:2;
			height: 650px;
			padding: 0% 0% 0% 20%;
			background-image: url("Images/SubscriptionNewsletter.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-family: 'Pontano Sans', sans-serif;
			font-family: 'Anton', sans-serif;
			font-size: 96px;
		  }
		#Brochures {
			 display: flex;
			  width: 100%;
			  height: 650px;
			  margin: 0 0 2% 0;
			  opacity: 1;
			  align-items:center;
			 -webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: rgba(77,77,77,1);
			}
		.BrochuresBox-1{
			flex:1;
			order:2;
			padding: 0 2% 0% 2%;
			text-align: left;
			font-size: 16px;
		  }
		.BrochuresBox-2{
			flex:2;
			order:1;
			height: 650px;
			padding: 0 2% 0% 2%;
			background-image: url("Images/InformativeBrochures.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
		}
		/* CSS -> Define Your Brand */
		.DefineYourBrandImage {
			position: relative;
			width: 100%;
			height: 600px;
			background-image: url("Images/DefiningYourBrand.jpeg");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			overflow: hidden;
			z-index: 1;
		}
		.HomePageImage {
    		position: relative;
    		width: 100%;
   			height: 600px; /* desktop */
    		overflow: hidden;
    		z-index: 1;
		}
		.HomePageImage picture img {
    		position: static;
    		top: 50%;
    		left: 50%;
    		width: 100%;
    		height: 100%;
    		object-fit: cover;
    		object-position: left 50% top 50%;
    		none;
    		/* Remove border and background */
    		border: none;
    		background: none;
    		z-index: 1;
    		display: block;
		}
		#Workshops {
			 display: flex;
			  width: 100%;
			  height: 600px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: rgba(77,77,77,1);
			}
		.WorkshopsBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: left;
		  }
		.WorkshopsBox-2{
			flex:2;
			order:2;
			height: 600px;
			padding: 0% 0% 0% 20%;
			background-image: url("Images/WorkshopsBrand.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-family: 'Pontano Sans', sans-serif;
			font-family: 'Anton', sans-serif;
			font-size: 96px;
		  }
		#HomeContact {
			 display: flex;
			  width: 100%;
			  height: 600px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: rgba(77,77,77,1);
			}
		.HomeContactBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: left;
		  }
		.HomeContactBox-2{
			flex:2;
			order:2;
			height: 600px;
			padding: 0% 0% 0% 20%;
			background-image: url("Images/2025HomePageThinkFeelTakeAction.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-family: 'Pontano Sans', sans-serif;
			font-family: 'Anton', sans-serif;
			font-size: 96px;
		  }
		#HomeWhy {
			 display: flex;
			  width: 100%;
			  height: 600px;
			  margin: 0 0 0% 0;
			  opacity:1;
			  align-items:center;
			 -webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			color: rgba(77,77,77,1);
			}
		.HomeWhyBox-1{
			flex:1;
			order:2;
			padding: 0 2% 0% 2%;
			text-align: justify;
		  }
		.HomeWhyBox-2{
			flex:2;
			order:1;
			height: 600px;
			padding: 0 2% 0% 2%;
			background-image: url("Images/2025HomePageWhyAnimals.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
		  }
		  		
		  #HomeHow {
			 display: flex;
			  width: 100%;
			  height: 600px;
			  margin: 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			color: rgba(77,77,77,1);
			}
		.HomeHowBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: left;
		  }
		.HomeHowBox-2{
			flex:2;
			order:2;
			height: 600px;
			padding: 0% 0% 0% 20%;
			background-image: url("Images/2025HomePageHowGoat.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-family: 'Pontano Sans', sans-serif;
			font-family: 'Anton', sans-serif;
			font-size: 96px;
		  }		
		  #HomeWhat {
			 display: flex;
			  width: 100%;
			  height: 600px;
			  margin: 0 0 2% 0;
			  opacity:1;
			  align-items:center;
			 -webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			color: rgba(77,77,77,1);
			}
		.HomeWhatBox-1{
			flex:1;
			order:2;
			padding: 0 2% 0% 2%;
			text-align: justify;
		  }
		.HomeWhatBox-2{
			flex:2;
			order:1;
			height: 600px;
			padding: 0 2% 0% 2%;
			background-image: url("Images/2025HomePageWhatOffice.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
		  }
		#TheBrandGuide {
			 display: flex;
			  width: 100%;
			  height: 600px;
			  margin: 0 0 0% 0;
			  opacity:1;
			  align-items:center;
			 -webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			color: rgba(77,77,77,1);
			}
		.TheBrandGuideBox-1{
			flex:1;
			order:2;
			padding: 0 2% 0% 2%;
			text-align: justify;
		  }
		.TheBrandGuideBox-2{
			flex:2;
			order:1;
			height: 600px;
			padding: 0 2% 0% 2%;
			background-image: url("Images/BrandGuide.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
		  }
		#Stories {
			 display: flex;
			  width: 100%;
			  height: 600px;
			  margin: 0 0 2% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			color: rgba(77,77,77,1);
			}
		.StoriesBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: left;
		  }
		.StoriesBox-2{
			flex:2;
			order:2;
			height: 600px;
			padding: 0% 0% 0% 20%;
			background-image: url("Images/StoriesBrand.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-family: 'Pontano Sans', sans-serif;
			font-family: 'Anton', sans-serif;
			font-size: 96px;
		  }
		/* CSS -> WHAT SECTION */
		.WhatTextSection{
			  display:flex;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			padding: 0 0 0% 0;
			text-align: center;
			}
		.WhatTextSectionBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: center;
			color: rgba(77,77,77,1);
		  }
		#DefiningYourBrandSection {
			 display: flex;
			  width: 100%;
			  height: 500px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			cursor: pointer;
			-webkit-tap-highlight-color: transparent;
			}
		.DefiningYourBrandSectionBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: left;
			font-size: 18px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: transparent;
			text-shadow: 0 0 0px rgba(80,0,0,1);
			color: rgba(77,77,77,1);
		  }
		.DefiningYourBrandSectionBox-2{
			flex:2;
			order:2;
			height: 500px;
			padding: 0% 0% 0% 20%;
			background-image: url("Images/DefiningYourBrand.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-family: 'Pontano Sans', sans-serif;
			font-family: 'Anton', sans-serif;
			font-size: 96px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			opacity: 1;
		  }
		  #AudienceBuildingSection {
			 display: flex;
			  width: 100%;
			  height: 500px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			 -webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			cursor: pointer;
			-webkit-tap-highlight-color: transparent;
			}
		.AudienceBuildingSectionBox-1{
			flex:1;
			order:2;
			padding: 0 2% 0% 2%;
			text-align: right;
			font-size: 18px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: transparent;
			text-shadow: 0 0 0px rgba(80,0,0,1);
			color: rgba(77,77,77,1);
		  }
		.AudienceBuildingSectionBox-2{
			flex:2;
			order:1;
			height: 500px;
			padding: 0 2% 0% 2%;
			background-image: url("Images/AudienceBuilding.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			opacity: 1;
		  }
		#AdvertisingSection {
			 display: flex;
			  width: 100%;
			  height: 500px;
			  margin: 0 0 2% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			cursor: pointer;
			-webkit-tap-highlight-color: transparent;
			}
		.AdvertisingSectionBox-1{
			flex:1;
			order:1;
			padding: 0 2% 0% 2%;
			text-align: left;
			font-size: 18px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: transparent;
			text-shadow: 0 0 0px rgba(80,0,0,1);
			color: rgba(77,77,77,1);

		  }
		.AdvertisingSectionBox-2{
			flex:2;
			order:2;
			height: 500px;
			padding: 0% 0% 0% 20%;
			background-image: url("Images/advertisingPuck.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-family: 'Pontano Sans', sans-serif;
			font-family: 'Anton', sans-serif;
			font-size: 96px;
			opacity: 1;
		  }
		  .LearnMore {
			font-size: 14px;
			opacity: 0;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: rgba(80,0,0,1);
		  }
		/* CSS -> BLOGS SECTION */
		#BlogText {
			position: relative;
			width: 80%;
			height: auto;
			padding: 52px 0 0 0;
			text-align: center;
			/*font-family: 'Pacifico', cursive;
			font-family: 'Indie Flower', cursive;
			font-family: 'Open Sans Condensed', sans-serif;
			font-family: 'Cinzel', serif;
			font-family: 'Roboto', sans-serif;
			font-family: 'Titillium Web', sans-serif;*/
			font-family: 'Lato', sans-serif;
			font-size: 14px;
			color: rgba(80,0,0,1);
			z-index: 1;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.BlogButtons {
			font-family: 'Lato', sans-serif;
			position: relative;
			width: 90%;
			height: 30px;
			padding: 15px 5% 15px 5%;
			font-size: 18px;
			background-color: rgba( 230, 230, 230, 1);
			text-align: left;
			box-shadow: 0px 0px 5px #000;
			//letter-spacing: 1px;
		}
		#BlogsTitle {
			position: relative;
			font-family: 'Lato', sans-serif;
			width: auto;
			font-size: 18px;
			color: rgba(80,0,0,1);
			padding: 0px 20px 0 20px;
		}
		#BlogsTitle:hover {
			color: rgba(0, 0, 0, 1);
			font-weight: bold;
		}
		#LatestArticlesButton {
			color: rgba(80,0,0,1);
			padding: 0px 5px 0 5px;
			cursor: pointer;
		}
		#LatestArticlesButton:hover {
			color: rgba(80, 0, 0, 1);
			font-weight: bold;
		}
		#LatestButton {
			font-family: 'Lato', sans-serif;
			color: rgba(80,0,0,1);
			padding: 0px 5px 0 5px;
			cursor: pointer;
		}
		#LatestButton:hover {
			color: rgba(80, 0, 0, 1);
			font-weight: bold;
		}
		#BrandButton {
			color: rgba(80,0,0,1);
			padding: 0px 5px 0 5px;
			cursor: pointer;
		}
		#BrandButton:hover {
			color: rgba(80, 0, 0, 1);
			font-weight: bold;
		}
		#MarketingButton {
			color: rgba(80,0,0,1);
			padding: 0px 5px 0 5px;	
			cursor: pointer;
		}
		#MarketingButton:hover {
			color: rgba(80, 0, 0, 1);
			font-weight: bold;
		}
		#PuckPoetryButton {
			color: rgba(80,0,0,1);
			padding: 0px 5px 0 5px;	
			cursor: pointer;
		}
		#PuckPoetryButton:hover {
			color: rgba(80, 0, 0, 1);
			font-weight: bold;
		}
		#StorytellingButton {
			color: rgba(80,0,0,1);
			padding: 0px 5px 0 5px;
			cursor: pointer;
		}
		#StorytellingButton:hover {
			color: rgba(80, 0, 0, 1);
			font-weight: bold;
		}
		#MoreFromKingPuckButton {
			color: rgba(80, 0, 0, 1);
			//font-weight: bold;
			cursor: pointer;
		}
		#KPWFeaturedArticle{
			font-family: 'Lato', sans-serif;
			position: relative;
			width: 30%;
			height: 350px;
			margin: 0 0 1% 0%;
			padding: 12vh 40% 0 10%;
			background-image: url("");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-size: cover;
			background-repeat: no-repeat;
			overflow: hidden;
			z-index: 1;
			//background-color: rgba(0,134,134,1);
			text-align: left;
			cursor: pointer;
			//color: rgba(80,0,0,1);
			color: rgba(255,255,255,1);
			font-size: 12px;
			//font-weight: bold;
			-webkit-tap-highlight-color: transparent;
			//letter-spacing: 1px;
		}
		#KPWFeaturedArticleIntro{
			font-family: 'Lato', sans-serif;
			position: relative;
			font-size: 12px;
			padding: 1vh 0 1vh 0; 
			text-shadow: 0px 0px 3px #000;
		}
		#KPWFeaturedArticleTitle{
			font-family: 'Lato', sans-serif;
			position: relative;
			font-size: 26px;
			font-weight: bold;
			//color: rgba(80,0,0,1);
			padding: 1vh 0 1vh 0;
			text-shadow: 0px 0px 4px #000;
		}
		#KPWFeaturedArticleText{
			font-family: 'Lato', sans-serif;
			font-size: 16px;
			padding: 1vh 0 1vh 0; 
			//color: rgba(77,77,77,1);
			color: rgba(255,255,255,1);
			text-shadow: 0px 0px 3px #000;
		}
		#KingPucksWisdomTitle {
			font-family: 'Lato', sans-serif;
			position: relative;
			width: 80%;
			height: auto;
			text-align: center;
			font-size: 18px;
			//font-weight: bold;
			padding: 0vh 0 1vh 0;
			font-family: 'Lato', sans-serif;
			//letter-spacing: 1px;
		}
		#KPWArticleContainer {
			position: relative;
			font-family: 'Lato', sans-serif;
			width: 76%;
			height: auto;
			font-size: 12px;
			text-align: center;
			display: grid;
			color: #000;
			grid-template-columns: 1fr 1fr 1fr;
			padding: 0vh 2% 2vh 2%;
		}
		.WisdomArticles{
			position: relative;
			font-family: 'Lato', sans-serif;
			font-size: 14px;
			color: rgba(80,0,0,1);
			width: 92%;
			height: auto;
			min-height: 400px;
			text-align: center;
			padding: 0vh 0% 1vh 0%;
			//background-color: #0808;
			margin: 1vh 4% 1vh 4%;
			-webkit-transition: all .1s ease-in-out;
			-moz-transition: all .1s ease-in-out;
			-o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
			cursor: pointer;
			background-color: rgba(230, 230, 230, 1);
		}
		/*.WisdomArticles:hover{
			//width: 96%;
			//padding: 1vh 2% 1vh 2%;
			//margin: 0vh 0% 0vh 0%;
		}*/
		.WisdomArticlesText{
			color: rgba(77,77,77,1);
			font-family: 'Lato', sans-serif;
		}
		.KPWImages {
			border-radius: 5px;
			box-shadow: 0px 0px 5px #000;
			overflow: hidden;
		}
		.KPWImages:hover {
			box-shadow: 0px 0px 5px #0892D0;
		}
		.KPWButton {
			cursor: pointer;
			background-color: #fff;
			border-radius: 5px;
		}
		.KPWButton:hover {
			color: #fff;
			background-color: #0892D0;
		}
		.BlogMainArticle {
			position: relative;
			width: 40%;
			height: 350px;
			margin: 0 0 2% 0%;
			padding: 100px 50% 0 10%;
			background-image: url("");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-size: cover;
			background-repeat: no-repeat;
			overflow: hidden;
			z-index: 1;
			background-color: rgba(0,134,134,1);
			text-align: left;
			cursor: pointer;
			color: rgba(80,0,0,1);
			color: rgba(255,255,255,1);
			font-size: 18px;
			-webkit-tap-highlight-color: transparent;
		}
		.BlogMarketingMainArticle {
			position: relative;
			width: 40%;
			height: 350px;
			margin: 0 0 2% 0%;
			padding: 100px 50% 0 10%;
			background-image: url("");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-size: cover;
			background-repeat: no-repeat;
			overflow: hidden;
			z-index: 1;
			background-color: rgba(0,134,134,1);
			text-align: left;
			cursor: pointer;
			color: rgba(80,0,0,1);
			color: rgba(255,255,255,1);
			font-size: 18px;
			-webkit-tap-highlight-color: transparent;
		}
		#FeaturedArticle {
			color: rgba(255,255,255,1);
			padding: 0% 0px 0 0%;
		}
		#FeaturedArticleText {
			color: rgba(255,255,255,1);
			padding: 0% 0px 0 0%;
		}
		.BlogArticles0 {
			 display: flex;
			  width: 90%;
			  height: auto;
			  margin: 0 0 0% 0;
			  padding: 30px 5% 0 5%;  
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: rgba(77,77,77,1);
			cursor: pointer;
			-webkit-tap-highlight-color: transparent;
		}
		.BlogArticleBox0 {
			flex:1;
			order:1;
			height: 400px;
			padding: 0 0% 0% 0%;
			margin: 0 1% 0% 1%;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			background-color: rgba(230, 230, 230, 1);
			cursor: pointer;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		.BlogArticleBox0:hover {
			box-shadow: 0px 0px 5px #000;
		}
		.BlogArticleBox1 {
			flex:1;
			order:1;
			height: 400px;
			padding: 0 0% 0% 0%;
			margin: 0 1% 0% 1%;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			background-color: rgba(230, 230, 230, 1);
			cursor: pointer;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		.BlogArticleBox1:hover {
			box-shadow: 0px 0px 5px #000;
		}
		.BlogArticleBox2 {
			flex:1;
			order:1;
			height: 400px;
			padding: 0 0% 0% 0%;
			margin: 0 1% 0% 1%;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			background-color: rgba(230, 230, 230, 1);
			cursor: pointer;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		.BlogArticleBox2:hover {
			box-shadow: 0px 0px 5px #000;
		}
		.BlogText{
			padding: 0 1% 0% 1%;
		}
				/* New CTA CSS - (Use this CSS instead to control the CTA Container, Title, text & button) */
				.CTAContainer {
					position: relative;
					width: 90%;
					height: auto;
					margin: 0 0 0 0;
					padding: 1% 5% 5% 5%; 
					font-family: 'Lato', sans-serif;
					font-size: 14px;
					color: rgba(77,77,77,1);
					text-align: center;
					background-color: rgba(230, 230, 230, 1);
					border-radius: 15px 35px;
					opacity: 1;
					cursor: pointer;
					-webkit-tap-highlight-color: transparent;
					-webkit-transition: all .2s ease-in-out;
					-moz-transition: all .2s ease-in-out;
					-o-transition: all .2s ease-in-out;
					transition: all .2s ease-in-out;
				}
				.CTAContainer:hover {
					box-shadow: 0px 0px 5px #000;
				}
				.CTATitle { 
					color: rgba(77,77,77,1);
					padding: 0% 0% 0% 0%; 
				}
				.CTAText { 
					color:rgba(77,77,77,1);
					padding: 0% 0% 1% 0%; 
				}
				.CTAButton {
					position: relative;
					width: auto;
					padding: 1% 3% 1% 3%;
					background-color: rgba(80, 0, 0, 1);
					color: rgba(230, 230, 230, 1);
					height: 50px;
					border-radius: 25px;
					font-weight: bold;
					-webkit-transition: all .2s ease-in-out;
					-moz-transition: all .2s ease-in-out;
					-o-transition: all .2s ease-in-out;
					transition: all .2s ease-in-out;
					cursor: pointer;
				}
				/* End of CTA CSS*/
		.BlogImage26 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage25 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage24 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage23 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage22 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage21 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage20 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage19 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage18 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage17 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage16 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage15 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage14 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}		
		.BlogImage13 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}		
		.BlogImage12 { 
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}		
		.BlogImage11 {
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage10 {
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage9 {
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage8 {
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage7 {
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage6 {
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage5 {
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage4 {
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage3 {
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage2 {
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage1 {
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.BlogImage0 {
			Position: relative;
			width: 100%;
			Height: 200px;
			background-image: url();
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.MarketingBlogLayout {
			Position: relative;
			width: 60%;
			Height: auto;
			padding: 0 20% 0 20%;
			font-size: 18px;
			text-align: left; 
			color: rgba(77,77,77,1);
			line-height: 1.3;
		}
		.PuckPoetryMainArticle {
			position: relative;
			width: 40%;
			height: 350px;
			margin: 0 0 2% 0%;
			padding: 100px 50% 0 10%;
			background-image: url("");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-size: cover;
			background-repeat: no-repeat;
			overflow: hidden;
			z-index: 1;
			background-color: rgba(0,134,134,1);
			text-align: left;
			cursor: pointer;
			color: rgba(80,0,0,1);
			color: rgba(255,255,255,1);
			font-size: 18px;
			-webkit-tap-highlight-color: transparent;
		}
		.PuckPoetryArticle1 {
			position: relative;
			width: 96%;
			height: 450px;
			margin: 0 0 2% 0%;
			padding: 0px 2% 0 2%;
			background-image: url("");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			background-size: cover;
			overflow: hidden;
			z-index: 1;
			background-color: #63d1d3;
			text-align: left;
		}
		.PoetryBlogLayout {
			Position: relative;
			display: flex;
			width: 90%;
			Height: auto;
			padding: 0 5% 0 5%;
			margin: 0 auto 0 auto;
			font-size: 18px;
			text-align: left; 
			color: rgba(77,77,77,1);
			line-height: 1.3;
		}
		.PoemTitle {
			flex:1;
			order:1;
			width: 46%;
			height: auto;
			margin: 0 0 0% 0;
			align-items: center;
			padding: 0 2% 0% 2%;
			font-size: 2vw;
		}
		.PoemText	{
			flex:2;
			order:2;
			width: 46%;
			height: auto;
			margin: 0 2% 0% 2%;
			padding: 0 2% 0% 2%;
			align-items: center;
			font-size: 1vw;
			background-color: rgba(230, 230, 230, 1);
		}
		.PoetryImage0 {
			Position: relative;
			width: 100%;
			Height: 50%;
			background-image: url("");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.PoetryImage1 {
			Position: relative;
			width: 100%;
			Height: 50%;
			background-image: url("");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.PoetryImage2 {
			Position: relative;
			width: 100%;
			Height: 50%;
			background-image: url("");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		hr.BlogLines {
		border: 5px solid rgba(80,0,0,1);
		border-radius: 5px;
		}
		.HideEmptyBlogs{
			display: none;
			opacity: 0;
		}
		.AddBackgroundColor{
			Position: relative;
			width: auto;
			height: auto;
			Background-color: rgba(230,230,230,1);
			opacity: 0.8;
		}
		/* Cookie Warning Banner */
		.CookieWarning {
 			 Position: absolute;
 			 width: 100%;
 			 height: auto;
 			 top: 0px;
 			 font-size: 13px;
 			padding: 8px 10px;
  			background-color: rgba(80,0,0,1);
 			z-index: 7;
  			overflow: visible;
 			opacity: 0.95;
  			color: #FFF;
  			-webkit-transition: all .2s ease-in-out;
 			-moz-transition: all .2s ease-in-out;
  			-o-transition: all .2s ease-in-out;
  			transition: all .2s ease-in-out;
  			animation-name: CookiebannerFadeIn;
  			animation-duration: 1s;
 			animation-iteration-count: 1;
  			box-sizing: border-box;
		}

			@keyframes CookiebannerFadeIn {
  			0% { opacity: 0; }
  			100% { opacity: 0.95; }
		}
		/* Buttons in Cookie Banner */
			#CookieDecline,
			#CookieAccept {
  			font-family: inherit;
  			border-radius: 3px;
 			 cursor: pointer;
  			-webkit-transition: all .2s ease-in-out;
  			-moz-transition: all .2s ease-in-out;
  			-o-transition: all .2s ease-in-out;
  			transition: all .2s ease-in-out;
		}

		#CookieDecline:hover {
  			background: rgba(255,255,255,0.1) !important;
		}

		#CookieAccept:hover {
  			opacity: 0.9;
  			transform: scale(1.02);
		}
		
		/* Controls Opt OUT Sliders for PuckPrivacyPolicy */
		.switch {
		  position: relative;
		  display: inline-block;
		  width: 40px;
		  height: 20px;
		  margin: 0 10px 0 10px;
		}
		.switch input { 
		  opacity: 0;
		  width: 0;
		  height: 0;
		}
		.slider {
		  position: absolute;
		  cursor: pointer;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  background-color: #ccc;
		  -webkit-transition: .3s;
		  transition: .3s;
		}
		.slider:before {
		  position: absolute;
		  content: "";
		  height: 12px;
		  width: 12px;
		  left: 4px;
		  bottom: 4px;
		  background-color: white;
		  -webkit-transition: .3s;
		  transition: .3s;
		}
		input:checked + .slider {
		  background-color: #2196F3;
		}
		input:focus + .slider {
		  box-shadow: 0 0 1px #2196F3;
		}
		input:checked + .slider:before {
		  -webkit-transform: translateX(20px);
		  -ms-transform: translateX(20px);
		  transform: translateX(20px);
		}
		/* Rounded sliders */
		.slider.round {
		  border-radius: 30px;
		}
		.slider.round:before {
		  border-radius: 50%;
		}
		/* WHY Puck Creations Poem Section */
		#WhyPuckCreationsPoem {
			background-image: -webkit-image-set(
    		url(Images/WhyPuckCreationsPoem.webp) 1x
			);
		background-image: image-set(
    		url(Images/WhyPuckCreationsPoem1.webp) type("image/webp"),
    		url(Images/WhyPuckCreationsPoem.png) type("image/png")
			);
			padding-top: 1em;
		}
		.WhyPuckCreationsPoemText {
			margin: 0;
			line-height: 1.5;
			font-style: italic;
			color: rgba(250,250,250,1);
			text-align: center;
		}



		
/* Media Queries for Mobile */
		@media only screen and (min-width: 0px) and (max-width: 1024px)  
		{
		.MenuButtons{
			position: relative;
			width: 0%;
			float: right;
			text-align: center;
		}
		#Logo {
			position: absolute;
			width: auto;
			height: auto;
			top: 10px;
			left: 10px;
		}
		#EmailContainer {
			Position: absolute;
			top: 0;
			right: -40px;
			width: 0;
			overflow: hidden;
		}
		#SideMenu {
			position: fixed;
			float: right;
			right: 0;
			top: 0;
			height: auto;
			width: 0vw;
			overflow: hidden;
			z-index: 5;
		}
		#HomeText {
			position: relative;
			width: 96vw;
			min-height: 425px;
			height: auto;
			padding: 15vh 2vw 0px 2vw;
			text-align: center;
			font-family: 'Pacifico', cursive;
			font-family: 'Indie Flower', cursive;
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 24px;
			font-weight: bold;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		#TypedInText {
    		white-space: normal; /* or pre-line if you want to preserve line breaks */
    		word-break: break-word;
		}
		#AdvertisingText {
			position: relative;
			width: 100vw;
			height: auto;
			padding: 50px 0vw 0px 0vw;
			text-align: center;
			font-size: 16px;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
			#HomePageImageText {
			position: relative;
			width: 100vw;
			height: auto;
			padding: 0;
			text-align: center;
			font-size: 16px;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		#HowText {
			position: relative;
			width: 100vw;
			height: auto;
			padding: 50px 0vw 0px 0vw;
			text-align: justify;
			font-size: 14px;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.WhyText{
			position: relative;
			width: auto;
			text-align: left;
			font-size: 14px;
			margin: 0 20px 5% 20px;
		}
		.HowInnerText{
			position: relative;
			width: 92%;
			text-align: left;
			margin: 0 4% 4% 4%;	
		}
		.Text1 {
			position: relative;
			width: 90%;
			text-align: center;
			list-style-type: none;
			margin: 0 3% 0 3%;
			padding: 2% 2% 2% 2%;
			background-color: rgba(80,0,0,1);
			color: #FFF;
			border-radius: 10px;
			opacity: 0.9;
			box-shadow: 0px 0px 10px #000;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.Text2 {
			position: relative;
			width: 92%;
			text-align: left;
			margin: 0 4% 2% 4%;
			color: rgba(80,0,0,1);	
		}
		.Text3 {
			position: relative;
			width: 96%;
			text-align: center;
			list-style-type: none;
			margin: 0 2% 0 2%;
			color: rgba(80,0,0,1);
		}
		#SocialMediaContainer {
			position: relative;
			width: 98vw;
			padding: 0 1vw 30px 1vw;
			height: auto;
			z-index: 3;
		}
		#Title {
			position: absolute;
			width: 98vw;
			height: auto;
			top: 0px;
			padding: 200px 0vw 0 7vw;
			text-align: center;
			font-family: 'Open Sans Condensed', sans-serif;
			font-weight: bold;
			font-size: 30px;
			color: #500114;
		}
		#AdvertisingAnimation {
			position: relative;
			font-size: 32px;
			animation-name: AdAnimation;
			animation-duration: 3s;
			animation-iteration-count: infinite;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		#AdvertisingTitle {
					position: relative;
					text-align: left;
					width: 96%;
					height: auto;
					color: #FFF;
					font-size: 24px;
					padding: 0 2% 0 2%;
				}
		.ImageHide2 {
			position: relative;
			width: 100%;
			height: 500px;
			background-image: url("Images/advertisingPuck.jpg");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			overflow: hidden;
			z-index: 1;
		}		
		.WhatWeDo{
			  display:flex;
			  flex-direction:row;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			}
		/*.WhatWeDoBox-1{
			} */
		.WhatWeDoBox-2{
			flex:2;
			order:2;
			text-align: justify;
			padding: 0 2% 0% 2%;
			font-size: 18px;
			text-align: center;
		  }		
		#SocialMediaAds{
			  display: flex;
			  flex-wrap: wrap;
			  flex-direction: column;
			  width: 100%;
			  height: 600px;
			  margin: 0 0 0% 0;
			  align-items:center;
			}
		.SocialMediaAdsBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			text-align: justify;
			height: 400px;
			width: 96%;
		  }
		.SocialMediaAdsBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/SocialMediaAdvertising.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 400px;
			width: 100%;
		  }
		#VideoScripts {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
			height: 600px;
			margin: 0 0 0% 0;
			align-items:center;
			}
		.VideoScriptsBox-1{
			flex:1;
			order:2;
			padding: 0% 2% 0% 2%;
			text-align: justify;
			height: 400px;
			width: 96%;
		  }
		.VideoScriptsBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 400px;
			width: 100%;
		  }
		#VideoAutoplay {
			position: relative;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 100%;
			height: auto;
			overflow: hidden;
		}
		#Slogans {
			 display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
			height: 600px;
			margin: 0 0 0% 0;
			align-items:center;
			}
		.SlogansBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			text-align: left;
			height: 400px;
			width: 96%;
		  }
		.SlogansBox-2{
			flex:2;
			order:1;
			height: 400px;
			padding: 0 0% 0% 20%;
			text-align: justify;
			color: #FFF;
			height: 400px;
			width: 80%;
			font-size: 48px;
			/*background-image: linear-gradient(90deg, rgba(80,0,0,1), rgba(0,0,0,1));*/
		  }	
		#AudioAdvertisements {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
			height: 600px;
			margin: 0 0 0% 0;
			align-items:center;
			}
		.AudioAdvertisementsBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			text-align: justify;
			height: 400px;
			width: 96%;
		  }
		.AudioAdvertisementsBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/AudioAdvertising.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 400px;
			width: 100%;
		  }
		#Leaflets {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
			height: 600px;
			margin: 0 0 0% 0;
			align-items:center;
			}
		.LeafletsBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			text-align: justify;
			height: 400px;
			width: 96%;
		  }
		.LeafletsBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/LeafletAdvertising.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 400px;
			width: 100%;
		  }	 
		#Newspaper {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
			height: 600px;
			margin: 0 0 0% 0;
			align-items:center;
			}
		.NewspaperBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			text-align: justify;
			height: 400px;
			width: 96%;
		  }
		.NewspaperBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/NewspaperAdvertising.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 400px;
			width: 100%;
		  }
		#PR {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
			height: 600px;
			margin: 0 0 0% 0;
			align-items:center;
			}
		.PRBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			text-align: justify;
			height: 400px;
			width: 96%;
		  }
		.PRBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/PRAdvertising.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 400px;
			width: 100%;
		  }
		#Jingles {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
			height: 600px;
			margin: 0 0 0% 0;
			align-items:center;
			}
		.JinglesBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			text-align: justify;
			height: 400px;
			width: 96%;
		  }
		.JinglesBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/JingleAdvertising.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 400px;
			width: 100%;
		 }
		.AudienceBuildingImage {
			position: relative;
			width: 100%;
			height: 500px;
			background-image: url("Images/AudienceBuilding.jpeg");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			overflow: hidden;
			z-index: 1;
		} 
		#WebsiteContent {
			  display: flex;
			  flex-wrap: wrap;
			  flex-direction: column;
			  width: 100%;
			  height: 700px;
			  margin: 0 0 0% 0;
			  align-items:center;
		}
		.WebsiteContentBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			margin: 0 0% 5% 0%;
			text-align: justify;
			height: 500px;
			width: 96%;
		}
		.WebsiteContentBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/WebsiteContent.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 500px;
			width: 100%;
		}
		#BlogsArticle {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
			height: 800px;
			margin: 0 0 0% 0;
			align-items:center;
			font-size: 14px;
		}
		.BlogsArticleBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			margin: 0 0% 5% 0%;
			text-align: justify;
			height: 500px;
			width: 96%;
			font-size: 14px;
		 }
		.BlogsArticleBox-2{
			flex:1;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/BlogsArticles.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 500px;
			width: 100%;
		 }
		#SubscriptionNewsletter {
			   display: flex;
			  flex-wrap: wrap;
			  flex-direction: column;
			  width: 100%;
			  height: 700px;
			  margin: 0 0 0% 0;
			  align-items: center;
		}
		.SubscriptionNewsletterBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			margin: 0 0% 5% 0%;
			text-align: left;
			height: 500px;
			width: 96%;
		}
		.SubscriptionNewsletterBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/SubscriptionNewsletter.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 500px;
			width: 100%;
		} 		
		#Brochures {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
			height: 700px;
			margin: 0 0 0% 0;
			align-items:center;
		}
		.BrochuresBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			margin: 0 0% 5% 0%;
			text-align: left;
			height: 500px;
			width: 96%;
		 }
		.BrochuresBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/InformativeBrochures.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 500px;
			width: 100%;
		 }
		.DefineYourBrandImage {
			position: relative;
			width: 100%;
			height: 500px;
			background-image: url("Images/DefiningYourBrand.jpeg");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			overflow: hidden;
			z-index: 1;
		}
    .HomePageImage {
        height: auto;
    }
		#Workshops {
			   display: flex;
			  flex-wrap: wrap;
			  flex-direction: column;
			  width: 100%;
			  height: 600px;
			  margin: 0 0 0% 0;
			  align-items:center;
		}
		.WorkshopsBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			margin: 0 0% 5% 0%;
			text-align: justify;
			height: 500px;
			width: 96%;
		}
		.WorkshopsBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/WorkshopsBrand.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 500px;
			width: 100%;
		}
		#HomeContact {
			   display: flex;
			  flex-wrap: wrap;
			  flex-direction: column;
			  width: 100%;
			  height: 600px;
			  margin: 0 0 0% 0;
			  align-items:center;
		}
		.HomeContactBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			margin: 0 0% 5% 0%;
			text-align: justify;
			height: 500px;
			width: 96%;
		}
		.HomeContactBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/2025HomePageThinkFeelTakeAction.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 500px;
			width: 100%;
		}
		#HomeWhy {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
			height: 600px;
			margin: 0 0 0% 0;
			align-items:center;
		}
		.HomeWhyBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			margin: 0 0% 5% 0%;
			text-align: justify;
			height: 500px;
			width: 96%;
		}
		.HomeWhyBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/2025HomePageWhyAnimals.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 500px;
			width: 100%;
		}
		#HomeHow {
			  display: flex;
			  flex-wrap: wrap;
			  flex-direction: column;
			  width: 100%;
			  height: 600px;
			  margin: 0 0 0% 0;
			  align-items: center;
		}
		.HomeHowBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			margin: 0 0% 5% 0%;
			text-align: left;
			height: 500px;
			width: 96%;
		}
		.HomeHowBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/2025HomePageHowGoat.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 500px;
			width: 100%;
		}		
		#HomeWhat {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
			height: 600px;
			margin: 0 0 0% 0;
			align-items:center;
		}
		.HomeWhatBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			margin: 0 0% 5% 0%;
			text-align: justify;
			height: 500px;
			width: 96%;
		}
		.HomeWhatBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/2025HomePageWhatOffice.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 500px;
			width: 100%;
		}
		#TheBrandGuide {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			width: 100%;
			height: 600px;
			margin: 0 0 0% 0;
			align-items:center;
		}
		.TheBrandGuideBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			margin: 0 0% 5% 0%;
			text-align: justify;
			height: 500px;
			width: 96%;
		 }
		.TheBrandGuideBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/BrandGuide.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 500px;
			width: 100%;
		 }
		#Stories {
			  display: flex;
			  flex-wrap: wrap;
			  flex-direction: column;
			  width: 100%;
			  height: 600px;
			  margin: 0 0 0% 0;
			  align-items: center;
		}
		.StoriesBox-1{
			flex:1;
			order:2;
			padding: 5% 2% 0% 2%;
			margin: 0 0% 5% 0%;
			text-align: left;
			height: 500px;
			width: 96%;
		}
		.StoriesBox-2{
			flex:2;
			order:1;
			padding: 0 0% 0% 0%;
			background-image: url("Images/StoriesBrand.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 500px;
			width: 100%;
		}
		#DefiningYourBrandSection {
			 display: flex;
			 flex-wrap: wrap;
			 flex-direction: column;
			  width: 100%;
			  height: 500px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			cursor: pointer;
			}
		.DefiningYourBrandSectionBox-1{
			flex:1;
			order:2;
			width: 90%;
			height: 500px;
			padding: 0 5% 0% 5%;
			text-align: left;
			font-size: 16px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: transparent;
			text-shadow: 0 0 0px rgba(80,0,0,1);
			color: rgba(77,77,77,1);
		  }
		.DefiningYourBrandSectionBox-2{
			flex:1;
			order:1;
			width: 100%;
			height: 500px;
			padding: 0% 0% 0% 0%;
			background-image: url("Images/DefiningYourBrand.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-family: 'Pontano Sans', sans-serif;
			font-family: 'Anton', sans-serif;
			font-size: 96px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			opacity: 1;
		  }
		  #AudienceBuildingSection {
			display: flex;
			 flex-wrap: wrap;
			 flex-direction: column;
			  width: 100%;
			  height: 500px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			cursor: pointer;
			}
		.AudienceBuildingSectionBox-1{
			flex:1;
			order:2;
			width: 90%;
			height: 500px;
			padding: 0 5% 0% 5%;
			text-align: left;
			font-size: 16px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: transparent;
			text-shadow: 0 0 0px rgba(80,0,0,1);
			color: rgba(77,77,77,1);
		  }
		.AudienceBuildingSectionBox-2{
			flex:1;
			order:1;
			width: 100%;
			height: 500px;
			padding: 0% 0% 0% 0%;
			background-image: url("Images/AudienceBuilding.jpeg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-family: 'Pontano Sans', sans-serif;
			font-family: 'Anton', sans-serif;
			font-size: 96px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			opacity: 1;
		  }
		#AdvertisingSection {
			display: flex;
			 flex-wrap: wrap;
			 flex-direction: column;
			  width: 100%;
			  height: 500px;
			  margin: 0 0 0% 0;
			  opacity: 1;
			  align-items:center;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			cursor: pointer;
			}
		.AdvertisingSectionBox-1{
			flex:1;
			order:2;
			width: 90%;
			height: 500px;
			padding: 0 5% 0% 5%;
			text-align: Left;
			font-size: 16px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: transparent;
			text-shadow: 0 0 0px rgba(80,0,0,1);
			color: rgba(77,77,77,1);
		  }
		.AdvertisingSectionBox-2{
			flex:1;
			order:1;
			width: 100%;
			height: 500px;
			padding: 0% 0% 0% 0%;
			background-image: url("Images/advertisingPuck.jpg");
			background-position:left 50% top 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			text-align: justify;
			color: #FFF;
			font-family: 'Pontano Sans', sans-serif;
			font-family: 'Anton', sans-serif;
			font-size: 96px;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out; 
			opacity: 1;
		  }
		.LearnMore {
			font-size: 14px;
			opacity: 1;	
		}  
		#BlogText {
			position: relative;
			width: 100%;
			height: auto;
			padding: 50px 0 0 0;
			text-align: center;
			font-size: 14px;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.BlogArticles0 {
			 display: flex;
			  width: 90%;
			  height: auto;
			  margin: 0 0 0% 0;
			  padding: 0px 5% 0 5%;  
			  opacity: 1;
			  align-items:center;
			  flex-direction:column;
			  /*
			  align-items:flex-start;
			  align-items:flex-end;
			  align-items:center;
			  flex-direction:column;
			  */
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			color: rgba(77,77,77,1);	
		}
		.BlogArticleBox0 {
			flex:1;
			order:1;
			width: 100%;
			height: 600px;
			padding: 0% 0% 0% 0%;
			margin: 1% 1% 1% 1%;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			background-color: rgba(230, 230, 230, 1);
			cursor: pointer;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		.BlogArticleBox0:hover {
			box-shadow: 0px 0px 5px #000;
		}
		.BlogArticleBox1 {
			flex:1;
			order:2;
			width: 100%;
			height: 600px;
			padding: 0 0% 0% 0%;
			margin: 1% 1% 1% 1%;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			background-color: rgba(230, 230, 230, 1);
			cursor: pointer;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		.BlogArticleBox1:hover {
			box-shadow: 0px 0px 5px #000;
		}
		.BlogArticleBox2 {
			flex:1;
			order:3;
			width: 100%;
			height: 600px;
			padding: 0 0% 0% 0%;
			margin: 1% 1% 1% 1%;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			background-color: rgba(230, 230, 230, 1);
			cursor: pointer;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		.BlogArticleBox2:hover {
			box-shadow: 0px 0px 5px #000;
		}
		.BlogButtons {
			position: relative;
			width: 90%;
			height: 30px;
			padding: 12px 5% 5px 5%;
			font-size: 14px;
			background-color: rgba( 230, 230, 230, 1);
			text-align: center;
			box-shadow: 0px 0px 5px #000;
		}
		.BlogMainArticle {
			position: relative;
			width: 80%;
			height: 350px;
			margin: 0 0 2% 0%;
			padding: 100px 10% 0 10%;
			background-image: url("");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-size: cover;
			background-repeat: no-repeat;
			overflow: hidden;
			z-index: 1;
			background-color: rgba(0,134,134,1);
			text-align: left;
			font-size: 18px;
		}
		#FeaturedArticle {
			color: rgba(255,255,255,1);
			padding: 0% 0px 0 0%;
			font-size: 12px;
		}
		#FeaturedArticleText {
			color: rgba(255,255,255,1);
			padding: 0% 0px 0 0%;
		}
		.BlogMarketingMainArticle {
			position: relative;
			width: 80%;
			height: 350px;
			margin: 0 0 2% 0%;
			padding: 100px 10% 0 10%;
			background-image: url("");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-size: cover;
			background-repeat: no-repeat;
			overflow: hidden;
			z-index: 1;
			background-color: rgba(0,134,134,1);
			text-align: left;
			font-size: 18px;
		}
		.MarketingBlogLayout {
			Position: relative;
			width: 80%;
			Height: auto;
			padding: 0 10% 0 10%;
			font-size: 16px;
			text-align: left; 
		}
		.PuckPoetryMainArticle {
			position: relative;
			width: 80%;
			height: 350px;
			margin: 0 0 2% 0%;
			padding: 100px 10% 0 10%;
			background-image: url("");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-size: cover;
			background-repeat: no-repeat;
			overflow: hidden;
			z-index: 1;
			background-color: rgba(0,134,134,1);
			text-align: left;
			font-size: 18px;
		}
		.PoetryBlogLayout {
			flex-wrap: wrap;
			flex-direction: column;
		}
		.PoemTitle {
			flex:1;
			order:1;
			flex-wrap: wrap;
			flex-direction: column;
			width: 96%;
			height: auto;
			margin: 0 0 0% 0;
			padding: 0 2% 0% 2%;
			align-items: center;
			padding: 0 2% 2% 2%;
			font-size: 24px;
		}
		.PoemText	{
			flex:2;
			order:2;
			flex-wrap: wrap;
			flex-direction: column;
			width:96%;
			height: auto;
			margin: 0 0% 0% 0%;
			padding: 0 2% 0% 2%;
			align-items: center;
			font-size: 16px;
			background-color: rgba(230, 230, 230, 1);
		}
        .CookieWarning{
            Position: absolute;
            width: 100%;
            height: auto;
            top: 0px;
            font-size: 12px;
            padding: 6px 8px;
            background-color: rgba(80,0,0,1);
            z-index: 4;
            overflow: visible;
            opacity: 0.95;
            color: #FFF;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            animation-name: CookiebannerFadeIn;
            animation-duration: 1s;
            animation-iteration-count: 1;
            box-sizing: border-box;
        }
		#KPWArticleContainer {
			position: relative;
			width: 100%;
			height: auto;
			font-family: 'Nunito', sans-serif;
			font-size: 12px;
			text-align: center;
			display: grid;
			color: #000;
			grid-template-columns: 1fr;
			padding: 0vh 0% 2vh 0%;
		}
		#KingPucksWisdomTitle {
			font-family: 'Lato', sans-serif;
			position: relative;
			width: 100%;
			height: auto;
			text-align: center;
			font-size: 18px;
			//font-weight: bold;
			padding: 1vh 0 1vh 0;
		}
		#KPWFeaturedArticle{
			font-family: 'Lato', sans-serif;
			position: relative;
			width: 70%;
			height: 350px;
			margin: 0 0 1% 0%;
			padding: 12vh 20% 0 10%;
			background-image: url("");
			background-attachment: scroll;
			background-position:left 50% top 50%;
			background-size: cover;
			background-repeat: no-repeat;
			overflow: hidden;
			z-index: 1;
			//background-color: rgba(0,134,134,1);
			text-align: left;
			cursor: pointer;
			//color: rgba(80,0,0,1);
			color: rgba(255,255,255,1);
			font-size: 12px;
			//font-weight: bold;
			-webkit-tap-highlight-color: transparent;
			//letter-spacing: 1px;
		}
		#KPWFeaturedArticleIntro{
			font-family: 'Lato', sans-serif;
			position: relative;
			font-size: 12px;
			padding: 1vh 0 1vh 0;
		}
		#KPWFeaturedArticleTitle{
			font-family: 'Lato', sans-serif;
			position: relative;
			font-size: 24px;
			font-weight: bold;
			padding: 1vh 0 1vh 0; 
		}
		#KPWFeaturedArticleText{
			font-family: 'Lato', sans-serif;
			font-size: 18px;
			//color: rgba(77,77,77,1);
			color: rgba(255,255,255,1);
			padding: 1vh 0 1vh 0;
		}
}