html,
body {
	margin: 0;
	padding: 0;
}

.dropdown-menu {
	height: 160px;
	width: 100%;
	top: -100%;
	left: 0;
	background-color: rgba(130, 130, 130, 1);
	position: fixed;
	transition: top 1.5s ease-in-out;
	/* Smooth animation */
	z-index: 9999;
}

.dropdown-menu.active {
	top: 0;
	/* Fully visible */
}

.dropdown-menu-primary {
	height: 25%;
	width: 100%;
	display: flex;
}

.dropdown-menu-secondary {
	height: 25%;
	width: 100%;
	display: flex;
}

.dropdown-menu-tertiary {
	height: 25%;
	width: 100%;
	display: flex;
}

.dropdown-menu-quaternary {
	height: 25%;
	width: 100%;
	display: flex;
}

.dropdown-siteTitle {
	font-family: "Lato", sans-serif;
}

.primary-leftCol {
	display: flex;
	width: 50%;
	height: 100%;
}

.primary-rightCol {
	display: flex;
	width: 50%;
	height: 100%;
}

.secondary-leftCol {
	display: flex;
	width: 50%;
	height: 100%;
}

.secondary-rightCol {
	display: flex;
	width: 50%;
	height: 100%;
}

.socialMediaMenu {
	width: 400px;
	height: 50px;
	margin: 20px 160px;
	display: flex;
}

.socialMediaMenu li {
	list-style: none;
	border-radius: 10px;
}

.socialMediaMenu li:hover {
	background-color: white;
}

.contactInfoMenu {
	width: 400px;
	height: 50px;
	margin: 20px 160px;
	display: flex;
}

.contactInfoMenu p {
	font-style: normal;
	display: flex;
	align-items: center;
	gap: 10px;
}

.contactInfoMenu img {
	width: 55px;
	/* Adjust icon size if needed */
	height: auto;
}

.dropdownMenu_logoContainer {
	width: 400px;
	height: 60px;
	margin: 30px 160px;
	display: flex;
}

.somedSpacer {
	width: 15px;
}

.somedSpacer-text {
	width: 5px;
}

.emailContact {
	color: white;
	font-family: "Lato", sans-serif;
	text-decoration: none;
	font-weight: bold;
	z-index: 5;
}

.phoneContact {
	color: white;
	font-family: "Lato", sans-serif;
	text-decoration: none;
	font-weight: bold;
	z-index: 5;
}

.dropdown-siteTitle {
	color: white;
}

.slogan_body {
	position: absolute;
	z-index: 2;
	margin: 425px 660px;
	width: 750px;
}

.slogan {
	font-family: "Lato", sans-serif;
	font-size: 40pt;
	font-weight: bold;
	color: white;
	width: 749px;
	text-align: center;
	padding: 15px;
}

.radials-nav {
	width: 1400px;
	height: 80px;
	margin: 0px 20px;
	z-index: 5;
	display: -webkit-inline-box;
	position: absolute;
}

.radialButton {
	background-color: #282E34;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	z-index: 5;
	width: 50px;
	height: 35px;
	cursor: pointer;
	font-family: "Lato", sans-serif;
	border-style: double;
	border-radius: 10px;
	border-color: white;
	all: unset;
}

.radialButtonReno {
	background-color: #282E34;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	z-index: 5;
	width: 35px;
  	height: 28px;
	cursor: pointer;
	font-family: "Lato", sans-serif;
	border-style: double;
	border-radius: 10px;
	border-color: white;
}

.radialButton:hover {
	background-color: #788a9c;
	border-style: double;
	border-color: #788a9c;
}

.radialButtonReno:hover {
	background-color: #788a9c;
	border-style: double;
	border-color: #788a9c;
}

.radial-spacer {
	width: 5px;
}

.radial-spacerReno {
	height: 5px;
}

.map-container {
	width: 1200px;
	height: 610px;
	margin: 385px 125px;
	background-color: red;
	z-index: 1000;
	position: absolute;
}

.slider-img {
	width: 100%;
	height: 541px;
}

.map-img {
	width: 100%;
}

.section-content-descriptor-wrapper{
	width: 1390px;
	height: 475px;
	z-index: 1;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 200px 25px;
}

.section-content-descriptor-container{
	width: 1370px;
	height: 432px;
	z-index: 1;
	margin: 10px 10px;
}

.section-content-descriptor-wrapper-decksAndFences{
	width: 1390px;
	height: 745px;
	z-index: 1;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 200px 25px;
}

.section-content-descriptor-container-decksAndFences{
	width: 1370px;
	height: 877px;
	z-index: 1;
	margin: 10px 10px;
}

.section-content-descriptor-wrapper-windows{
	width: 1390px;
	height: 600px;
	z-index: 1;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 200px 25px;
}

.section-content-descriptor-container-windows{
	width: 1370px;
	height: 577px;
	z-index: 1;
	margin: 10px 10px;
}

.section-content-descriptor-wrapper-stairs{
	width: 1390px;
	height: 575px;
	z-index: 1;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 200px 25px;
}

.section-content-descriptor-container-stairs{
	width: 1370px;
	height: 552px;
	z-index: 1;
	margin: 10px 10px;
}

.section-content-descriptor{
	color: white;
	font-size: 12pt;
	font-family: "Lato", sans-serif;
}

.section-content-descriptor-title{
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 20px;
	font-family: "Lato", sans-serif;
}

.section-content-descriptor-subHeading{
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 16px;
	font-family: "Lato", sans-serif;
}

.section-content-descriptor-list{
	width: 500px;
	margin: 0px 415px;
	color: white;
	font-family: "Lato", sans-serif;
}


/* LOGO Positions */

#logo-div {
	width: 500px;
	height: 350px;
	margin: 250px 950px;
	z-index: 1;
	position: absolute;
}

#DR {
	position: absolute;
	margin: 30px 155px;
	animation-name: DR-Transition;
	animation-duration: 1.2s;
	animation-timing-function: ease-out;
}

#U {
	position: absolute;
	margin: 115px 188px;
	animation-name: U-Transition;
	animation-delay: 1.4s;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-fill-mode: backwards;
}

#R {
	position: absolute;
	margin: 114px 207px;
	animation-name: R-Transition;
	animation-delay: 1.8s;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-fill-mode: backwards;
}

#H {
	position: absolute;
	margin: 105px 218px;
	animation-name: H-Transition;
	animation-delay: 2.2s;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-fill-mode: backwards;
}

#A_Durham {
	position: absolute;
	margin: 114px 235px;
	animation-name: A_Durham-Transition;
	animation-delay: 2.6s;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-fill-mode: backwards;
}

#M {
	position: absolute;
	margin: 114px 253px;
	animation-name: M-Transition;
	animation-delay: 3s;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-fill-mode: backwards;
}

#E01 {
	position: absolute;
	margin: 113px 316px;
	animation-name: E01-Bounce;
	animation-delay: 5s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#E02 {
	position: absolute;
	margin: 166px 316px;
	animation-name: E02-Bounce;
	animation-delay: 7s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#N01 {
	position: absolute;
	margin: 112px 391px;
	animation-name: N01-Bounce;
	animation-delay: 5.8s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#N02 {
	position: absolute;
	margin: 164px 334px;
	animation-name: N02-Bounce;
	animation-delay: 7.2s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#N03 {
	position: absolute;
	margin: 166px 453px;
	animation-name: N03-Bounce;
	animation-delay: 8.6s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#G {
	position: absolute;
	margin: 110px 335px;
	animation-name: G-Bounce;
	animation-delay: 5.2s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#I01 {
	position: absolute;
	margin: 98px 358px;
	animation-name: I01-Bounce;
	animation-delay: 5.4s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#O01 {
	position: absolute;
	margin: 111px 367px;
	animation-name: O01-Bounce;
	animation-delay: 5.6s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#O02 {
	position: absolute;
	margin: 165px 353px;
	animation-name: O02-Bounce;
	animation-delay: 7.4s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#O03 {
	position: absolute;
	margin: 165px 431px;
	animation-name: O03-Bounce;
	animation-delay: 8.4s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#V {
	position: absolute;
	margin: 165px 372px;
	animation-name: V-Bounce;
	animation-delay: 7.6s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#A_Renovations {
	position: absolute;
	margin: 165px 392px;
	animation-name: A_Renovations-Bounce;
	animation-delay: 7.8s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#T {
	position: absolute;
	margin: 150px 373px;
	animation-name: T-Bounce;
	animation-delay: 8s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#I02 {
	position: absolute;
	margin: 154px 423px;
	animation-name: I02-Bounce;
	animation-delay: 8.2s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#S {
	position: absolute;
	margin: 165px 472px;
	animation-name: S-Bounce;
	animation-delay: 8.8s;
	animation-duration: 2s;
	animation-fill-mode: both;
}

#Nine {
	position: absolute;
	margin: 222px 331px;
}

#Zero01 {
	position: absolute;
	margin: 222px 344px;
}

#Zero02 {
	position: absolute;
	margin: 222px 393px;
}

#Five {
	position: absolute;
	margin: 223px 357px;
}

#Dash01 {
	position: absolute;
	margin: 231px 370px;
}

#Dash02 {
	position: absolute;
	margin: 231px 419px;
}

#Seven {
	position: absolute;
	margin: 222px 379px;
}

#Six01 {
	position: absolute;
	margin: 222px 407px;
}

#Six02 {
	position: absolute;
	margin: 222px 443px;
}

#Six03 {
	position: absolute;
	margin: 222px 469px;
}

#Two01 {
	position: absolute;
	margin: 223px 429px;
}

#Two02 {
	position: absolute;
	margin: 223px 455px;
}

.container {
	max-width: 960px;
	margin: 0 auto;
	background-color: #f9f9f9;
	font-size: 25px;
	padding: 25px;
}

.parallax-window {
	min-height: 380px;
	background: transparent;
}

.parallax-window-main {
	min-height: 1540px;
	background: transparent;
}

.parallax-window-bathroom {
	min-height: 1510px;
	background: transparent;
}

.parallax-window-kitchen {
	min-height: 1410px;
	background: transparent;
}

.parallax-window-walls-flooring-ceiling-repairs {
	min-height: 1480px;
	background: transparent;
}

.parallax-window-doors {
	min-height: 1430px;
	background: transparent;
}

.parallax-window-decks-fences {
	min-height: 1690px;
	background: transparent;
}

.welcome-message-container {
	height: 65px;
	width: 100%;
	background-color: white;
}

.welcome-message-wrapper {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.welcome-message {
	text-align: center;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Lato", sans-serif;
	color: silver;
}

.section-border {
	width: 1444px;
	height: 150px;
	background-color: #282E34;
	margin: 0px -4px;
}

.scroll-button-border {
	color: #ddd;
	background-color: rgba(0, 0, 0, 0.5);
	width: 1390px;
	height: 100px;
	margin: 40px 25px;
	position: absolute;
	z-index: 1;
}

.scroll-button {
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	color: silver;
	position: absolute;
	margin: 35px 525px;
	width: 310px;
}

.scroll-button a {
	color: silver;
	text-decoration: none;
}

.scroll-button a:hover {
	color: white;
}

.bathroom-text {
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	color: white;
	position: absolute;
	margin: 60px 620px;
}

.kitchen-text {
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	color: white;
	position: absolute;
	margin: 60px 640px;
}

.flooring-text {
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	color: white;
	position: absolute;
	margin: 60px 424px;
}

.door-text {
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	color: white;
	position: absolute;
	margin: 60px 670px;
}

.decks-text {
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	color: white;
	position: absolute;
	margin: 60px 570px;
}

.windows-text {
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	color: white;
	position: absolute;
	margin: 60px 570px;
}

.stairs-text {
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	color: white;
	position: absolute;
	margin: 60px 570px;
}

.footer {
	width: 1430px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px 5px;
	text-align: justify;
}

footer.page-footer {
	margin: 0;
}

.copyright-box {
	width: 400px;
	height: 40px;
	position: absolute;
	margin: -20px 500px;
}

.copyright {
	color: white;
	font-size: 10pt;
	margin: 15px -40px;
}


/* SLICK SLIDERS */

.slider-wrapper01 {
	position: absolute;
	margin: 730px 260px;
	width: 955px;
	height: 705px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	border-radius: 40px;
	border-style: solid;
}

.slider-wrapper02 {
	position: absolute;
	margin: 710px 285px;
	width: 860px;
	height: 670px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	border-radius: 40px;
	border-style: solid;
}

.slider-wrapper03 {
	position: absolute;
	margin: 710px 65px;
	width: 1290px;
	height: 700px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	border-radius: 40px;
	border-style: solid;
}

.slider-wrapper04 {
	position: absolute;
	margin: 760px 285px;
	width: 860px;
	height: 625px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	border-radius: 40px;
	border-style: solid;
}

.slider-wrapper05 {
	position: absolute;
	margin: 985px 285px;
	width: 860px;
	height: 630px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	border-radius: 40px;
	border-style: solid;
}

.spacer02 {
	width: 100%;
	height: 55px;
}

.eastGTA_add_wrapper {
	width: 640px;
	height: 230px;
	margin-left: 220px;
}

.eastGTAaddWrapperBody {
	width: 100%;
	height: 230px;
	background-color: #282E34;
	display: none;
}

.eastGTA_add_wrapper_mobile {
	width: 640px;
	height: 230px;
	margin-left: 220px;
}

.bathroom-slider {
	z-index: 600;
	background-color: beige;
	width: 787px;
	height: 541px;
	margin: 30px auto;
}

.kitchen-slider {
	z-index: 600;
	background-color: beige;
	width: 787px;
	height: 541px;
	margin: 30px auto;
}

.walls-flooring-ceiling-repairs-slider {
	z-index: 600;
	background-color: beige;
	width: 787px;
	height: 541px;
	margin: 30px auto;
}

.doors-slider {
	z-index: 600;
	background-color: beige;
	width: 787px;
	height: 541px;
	margin: 30px auto;
}

.wrapper {
	background-color: rgba(102, 102, 102, 0.43);
	width: 1200px;
	height: 630px;
	margin: 585px 140px;
	z-index: 1;
	position: absolute;
}

#Map {
	width: 100%;
}

#doors_map {
	cursor: pointer;
}

.decks-fences-slider {
	z-index: 600;
	background-color: beige;
	width: 787px;
	height: 541px;
	margin: 30px auto;
}

.bathroom-dots {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(32px, 1fr));
	/* Adjust based on button size */
	gap: 8px;
	max-width: 100%;
	overflow: auto;
	list-style: none;
}

.bathroom-dots li {
	margin: 0 0.25rem;
}

.bathroom-dots button {
	display: inline-flex;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #484848;
	border-style: solid;
	border-color: #f2f2f2;
	text-indent: -9999px;
}

.bathroom-dots li.slick-active button {
	background-color: #818181;
}

.kitchen-dots button {
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
	cursor: pointer;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #484848;
	border-style: solid;
	border-color: #f2f2f2;
	text-indent: -9999px;
}

.kitchen-dots li.slick-active button {
	background-color: #818181;
}

.kitchen-dots {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(32px, 1fr));
	/* Adjust based on button size */
	gap: 8px;
	max-width: 100%;
	overflow: auto;
	list-style: none;
}

.kitchen-dots li {
	margin: 0 0.25rem;
}

.walls-flooring-ceiling-repairs-dots button {
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #484848;
	border-style: solid;
	border-color: #f2f2f2;
	text-indent: -9999px;
}

.walls-flooring-ceiling-repairs-dots li.slick-active button {
	background-color: #818181;
}

.walls-flooring-ceiling-repairs-dots {
	display: flex;
	justify-content: center;
	margin: -240px 0px;
	padding: 1rem 0;
	list-style-type: none;
}

.walls-flooring-ceiling-repairs-dots li {
	margin: 0 0.25rem;
}

.doors-dots button {
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
	cursor: pointer;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #484848;
	border-style: solid;
	border-color: #f2f2f2;
	text-indent: -9999px;
}

.doors-dots li.slick-active button {
	background-color: #818181;
}

.doors-dots {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(32px, 1fr));
	/* Adjust based on button size */
	gap: 8px;
	max-width: 100%;
	overflow: auto;
	list-style: none;
}

.doors-dots li {
	margin: 0 0.25rem;
}

.decks-fences-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #484848;
	border-style: solid;
	border-color: #f2f2f2;
	text-indent: -9999px;
}

.decks-fences-dots li.slick-active button {
	background-color: #818181;
}

.decks-fences-dots {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(32px, 1fr));
	/* Adjust based on button size */
	gap: 8px;
	max-width: 100%;
	overflow: auto;
	list-style: none;
}

.decks-fences-dots button {
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
	cursor: pointer;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #484848;
	border-style: solid;
	border-color: #f2f2f2;
	text-indent: -9999px;
}

.decks-fences-dots li {
	margin: 0 0.25rem;
}


/* THIS COUNTER IS USED FOR SCROLLING DEBUGGING PURPOSES */

.counter {
	position: fixed;
	background-color: red;
	color: white;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}

.closeDropdownContainer {
	width: 30px;
	height: 30px;
	background-color: rgba(130, 130, 130, 1);
	border: none;
	background: url(../imgs/social-media-icons/icons8-arrow-up-50.png);
	background-size: 30px;
	margin: 5px 10px;
	cursor: pointer;
	z-index: 10;
}

.closeDropdownClass {
	width: 100%;
	height: 100%;
	margin: 70px 10px;
	cursor: pointer;
}

.openDropdownContainer {
	width: 30px;
	height: 30px;
	z-index: 100;
	position: fixed;
	margin: 10px 10px;
}

.openDropdownClass {
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 100;
}

.dropdownMenuOptionsNav01 {
	width: 105px;
	height: 100px;
	margin: 0px 10px;
	position: relative;
}

.dropdownMenuOptionsNav01 li {
	list-style: none;
}

.renovationsMenuContainer {
	width: 197px;
	height: 450px;
	display: none;
	overflow: scroll;
}

.radialButtonSpacer{
	width: 10px;
}


/* Show the dropdown when hovering over the parent container */

.dropdownMenuOptionsNav01:hover .renovationsMenuContainer {
	display: block;
}


/* ---------------------- Animation Controls ------------------ */

@keyframes DR-Transition {
	0% {
		margin: 55px 155px;
		opacity: 0.0;
	}
	100% {
		margin: 30px 155px;
		opacity: 1.0;
	}
}

@keyframes U-Transition {
	0% {
		position: absolute;
		margin: 115px 493px;
	}
	100% {
		position: absolute;
		margin: 115px 188px;
	}
}

@keyframes R-Transition {
	0% {
		position: absolute;
		margin: 115px 493px;
	}
	100% {
		position: absolute;
		margin: 114px 207px;
	}
}

@keyframes H-Transition {
	0% {
		position: absolute;
		margin: 115px 493px;
	}
	100% {
		position: absolute;
		margin: 105px 218px;
	}
}

@keyframes A_Durham-Transition {
	0% {
		position: absolute;
		margin: 115px 493px;
	}
	100% {
		position: absolute;
		margin: 114px 235px;
	}
}

@keyframes M-Transition {
	0% {
		position: absolute;
		margin: 115px 493px;
	}
	100% {
		position: absolute;
		margin: 114px 253px;
	}
}

@keyframes E01-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes G-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes I01-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes O01-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes N01-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes E02-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes N02-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes O02-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes V-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes A_Renovations-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes T-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes I02-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes O03-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes N03-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes S-Bounce {
	0% {
		transform: translateY(-1055px);
	}
	10% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(-40px);
	}
	25% {
		transform: translateY(0px);
	}
	30% {
		transform: translateY(-30px);
	}
	40% {
		transform: translateY(0px);
	}
	45% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	65% {
		transform: translateY(-10px);
	}
	75% {
		transform: translateY(0px);
	}
	85% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}