@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");

:root {
	--clrTheme1: rgb(245, 214, 72);
	--clrTheme2: rgb(243, 197, 54);
    --clrHomeText: rgb(43, 59, 113);
	--clrMain100: white;
	--clrMain300: rgb(114, 113, 114);
	--clrMain900: black;
    --bgaccent: rgb(170, 144, 17);
    --collageBorder: rgb(211, 177, 93);
	--ombreTheme: linear-gradient(45deg, var(--clrTheme1), var(--clrMain900), var(--clrTheme1));

	

	--ffTheme: "Luckiest Guy", "Rubik Doodle Shadow", system-ui, monospace, Helvetica, sans-serif;
	--ffAccent: Arial, Helvetica, sans-serif;

	--fsMain: clamp(.75rem, 3vw, 1rem);
	--fsSpecial: clamp(1rem, 3vw, 1.5rem);
	--fsSectionHeader: clamp(2rem, 6vw, 3rem);
	--fsContentHeader: clamp(1.5rem, 5vw, 2.5rem);
    --fsboldHeader: clamp(2.5px, 6vw, 4.5rem);
	--fsContentHeaderMed: clamp(1.5rem, 4.5vw, 2rem);
    --fsNavBar: clamp(.5rem, 2vw, .65rem);
    --logoWidth: clamp(15rem, 5vw, 20rem);
	--serviceLogo: clamp(10rem, 4vw, 15rem);
	--splitWidth: clamp(300px, 50vw, 700px);
    --headerWidth: clamp(300px, 70vw, 900px;)
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    font-family: var(--ffAccent);
    background: var(--clrMain900);
    font-weight: 400;
    font-size: var(--fsMain);
    line-height: 1.6;
	background: url("images/background\ \(Small\).png");
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: color;
    background-attachment: fixed;
    position: absolute;
    inset: 0;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

a {
    text-decoration: none;
    list-style: none;
}

h1,
h2,
h3,
p { 
    margin: 0; 
	line-height: 1.6;
} 

h1,
h2 { 
    display: grid;
    place-content: center;
    align-items: center;
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-size: var(--fsboldHeader);
    background: var(--clrTheme1);
    background-image: url("images/meltingButter.png");
    inset: 0;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 1rem;
}

h3 {
	font-size: var(--fsContentHeaderMed);
}

p, 
span {
    font-family: var(--ffAccent);
    font-size: var(--fsMain);
}

header nav ul li {
    font-size: var(--fsNavBar);
    font-family: var(--ffAccent);
}

h2, 
h3,
p {
    margin-bottom: .25rem;
}

.fa {
	color: var(--ffAccent);
	font-size: 1.5rem;
	place-content: center;
	text-align: center;
}

.fa:hover {
	color: var(--clrTheme2);
}

.title {
	display: grid;
	place-items: center;
}

.imgContainer {
	max-width: 100%;
	height: auto;
	border-radius: .5rem;
	margin: auto;
}

.imgCard {
	box-shadow: 2px 2px 15px var(--clrTheme2);
	border-radius: .5rem;
}

#nextPageIcons {
	display: flex;
	justify-content: center;
    gap: 1rem;
	margin: 0 auto;
	color: var(--clrTheme2);
    padding-right: 2rem;
}

#nextPageIcons a:hover {
	color: var(--clrMain300);
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul {
	text-decoration: none;
	list-style: none;
}

.hamburgerMenu {
	display: none;
}

.desktop {
	display: block;
}

#home,
#gallery,
#testimonial,
#faq,
#services,
#contactMe,
#about {
	max-width: 100dvw;
	min-height: 100dvh;
	padding: 1rem 4rem;
	margin: 0 auto;
	overflow-x: hidden;
	display: grid;
	place-items: center;
    position: relative;
    z-index: 1;
}

/* #gallery::before,
#testimonial::before,
#faq::before,
#about::before,
#contactMe::before {
	content: '';
    position: absolute;
    background-size: cover;
    opacity: .7;
    inset: 0;
    z-index: -1;
} */

#faq,
#services,
#gallery,
#contactMe,
#about {
	padding-top: 2rem;
}

/* .button,
button,  {
	width: 12rem;
	height: 1.5rem;
	border-radius: .5rem;
	border: 1px solid var(--clrMain100);
	background: var(--clrMain900);
	color: var(--clrMain100);
	text-decoration: none;
	list-style: none;
} */

.themeBtn {
	width: 12rem;
	height: 1.5rem;
	border: 2px solid var(--clrMain300);
	border-radius: .5rem;
	color: var(--clrTheme2);
	background: var(--clrTheme1);
	margin-top: 2rem;
}

.themeBtn:hover {
	color: var(--clrMain300);
	box-shadow: 2px 2px 10px var(--clrMain300);
}

button div a {
	text-decoration: none;
	list-style: none;
    color: var(--clrMain900);
}

button div a:hover {
	color: var(--clrMain300);
}

/* header nav */
header {
	padding: 0;
	margin-bottom: .5rem;
	display: flex;
	justify-content: center;
	align-content: center;
	max-width: 100dvw;
	height: clamp(75px, 18vh, 130px);
	font-size: var(--fsNavBar);
	margin-top: .25rem;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90dvw;
	min-height: 20dvh;
	gap: 1rem;
	font-size: var(--fsNavBar);
}
nav * {
	text-decoration: none;
	color: var(--clrTheme2);
	font-size: var(--fsNavBar);
}

#navBar {
	display: flex;
	justify-content: space-between;
	padding: 0 1rem;
}

nav ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	display: flex; 
	justify-content: center; 
	flex-wrap: wrap; 
	text-decoration: none;
	font-size: var(--fsNavBar);
	height: 12dvh;
	max-width: 90dvw;
	margin: auto;
} 

nav ul li { 
	margin: 0 10px; 
	margin-top: .75rem;
	text-decoration: none;
	color: var(--clrTheme1);
	font-size: var(--fsNavBar);
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: fit-content;
	height: fit-content;
	padding: 0 .5rem;
}

#navBar ul li:hover,
#navBar ul a:hover {
	color: var(--clrTheme2);
}

.desktop {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logoContainer {
	width: var(--logoWidth);
	top: 0;
	left: 0;
}

.myLogo {
	width: var(--logoWidth);
	height: 5rem;
	object-fit: cover;
}

.myLogo img {
	width: fit-content;
	object-fit: cover;
	inset: 0;
	margin: -1rem;
}

nav .faFonts {
	padding-left: 1rem;
	padding-top: .75rem;
	margin: 0 2rem;
	font-size: var(--fsNavBar);

}

nav .faFonts a {
    margin-left: .5rem;
}

/* home */

#home {
	min-height: 100dvh;
	max-width: 100dvw;
	color: var(--clrTheme2);
	background: url(images/background.png);
    background-size: cover;
	position: relative;
	text-align: center;
    z-index: 1;
	display: grid;
	place-items: center;
    border-bottom: 5px solid transparent;
    box-shadow: 5px 5px 50px var(--clrMain900);

}
/* 
#home::before {
    content: "";
    position: absolute;
    background: url(images/background.png);
    background-size: cover;
    inset: 0;
    z-index: -1;
} */

#home video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    opacity: .4;
    border-bottom: .5px solid transparent;
    box-shadow: 3px 3px 50px var(--clrMain900);
	z-index: -2;
}

#home .logoContainer {
	margin-bottom: 4rem;
    animation: 10s ease-in logoFade;
    z-index: 1;
    margin-top: 1.5rem;
    
}

@keyframes logoFade {
   0% {
    transform: translateX(-800px);
    opacity: 0;
   } 
   10% {
    transform: translateX(-800px);
    opacity: 0;
   } 
   40% {
    transform: translateX(-800px);
    opacity: 0;
   } 
   70% {
    transform: translateX(-800px);
    opacity: 0;
   } 
   100% {
    transform: translateX(0);
    opacity: 1;
    display: block;
   }
    
}

#home .container h1 {
	text-align: center;
	margin: auto;
	width: clamp(200px, 50vw, 800px);
	padding-top: .5rem;
	margin-bottom: 2rem;
    line-height: 1.2rem;
    padding-bottom: 2rem;
}

#home #homeText span {
    font-size: 1rem;
    color: var(--clrTheme1);
}

#home .container p {
	text-align: center;
	margin: auto;
	width: clamp(250px, 60vw, 900px);
	padding-top: .5rem;
    margin-top: 2rem;
}


.split {
	display: grid;
	place-items: center;
	place-self: center;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 3rem;
	padding: .5rem 2rem ;
}

.splitLeft,
.splitRight {
	max-width: 700px;
}
	
#about {
	min-height: 100dvh;
	max-width: 100dvw;
	display: grid;
    gap: 1rem;
	text-align: left;
    place-items: center;
	place-content: center;
	margin: auto;
	color: var(--clrTheme1);
    overflow: hidden;
    position: relative;
	/* line-height: 1.3; */
	z-index: 1;
}

#about .imgCard {
	overflow: hidden;
    box-shadow: 2px 2px 15px var(--clrTheme1);
} 

#about img {
	scale: 1.1;
}

#about h2 {
    text-align: left;
	margin: auto;
	width: clamp(200px, 50vw, 800px);
	padding-top: .5rem;
	margin-bottom: 2rem;
    line-height: 1.2rem;
    padding-bottom: 2rem;
}

#about #aboutText span {
    color: var(--clrTheme1);
    font-size: 1rem;
}

#about .split {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    place-content: center;
    text-align: left;
    gap: 3rem;
}

#about .splitLeft {
	display: grid;
	place-content: center;
    padding-right: 1rem;
}

#about .splitLeft p {
    max-width: 500px;
}

#about .splitRight {
    margin: auto;
    margin-left: 2rem;
}

#about #nextPageIcons {
    color: var(--clrTheme1);
}

#services {
	min-height: 100dvh;
	max-width: 100dvw;
	display: grid;
    gap: 1rem;
	text-align: center;
    place-items: center;
	place-content: center;
	/* margin: auto; */
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	color: var(--clrTheme2);
    overflow: hidden;
    position: relative;
	line-height: 1.3;
    padding-top: -5rem;
	z-index: 1;
}
/* 
#services::before {
    border: 1px solidfire   ;
    content: '';
    position: absolute;
    background: url('images/menu.png');
    background-size: cover;
    inset: 3em 60px 15px;
    display: grid;
    place-content: center;
    scale: .7;
    z-index: -1;
    opacity: 1;
} */

#services h2 {
	text-align: center;
	margin: auto;
    margin-bottom: 1rem;
	width: clamp(200px, 50vw, 800px);
}

#services .menuCard {
    /* width: 80dvw;
    height: 60dvh; */
    padding-left: 2rem;
}

#services span {
    width: fit-content;
    height: fit-content;
}

#services img {
    width: 100%;
    height: 100%;
}



#gallery {
	min-height: 100dvh;
	max-width: 100dvw;
	display: grid;
    gap: 1rem;
	text-align: center;
    place-items: center;
	place-content: center;
	margin: auto;
	color: var(--clrTheme2);
    position: relative;
	/* line-height: 1.3; */
	z-index: 1;
}

/* .galleryGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	place-items: center;
	padding: 0 3rem;
	gap: 1rem;
} */

#gallery h2 {
	padding: 2rem;
	text-align: center;
}

.wrapperContainer {
    margin: 0 2rem;
    overflow: hidden;
    mask: linear-gradient(
        to left,
        rgba(0,0,0,0),
        rgba(0,0,0,1) 20%,
        rgba(0,0,0,1) 80%,
        rgba(0,0,0,0)
        );
}

.wrapper {
    margin-top: 1rem;
    width: 90dvw; 
    max-width: 1536px;
    margin-inline: auto;
    align-items: center;
    height: 195px;
    padding: 4px 4px;
    margin: 0 3rem;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    mask: linear-gradient(
    to left,
    rgba(0,0,0,0),
    rgba(0,0,0,1) 20%,
    rgba(0,0,0,1) 80%,
    rgba(0,0,0,0)
    );
}

.wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 
.wrapper .itemCard:hover {
    animation-play-state: paused;
    transform: translateZ(20px);
    
} */

@keyframes scrollLeft {
    to {
        left: -200px;
    }
}

@keyframes scrollRight {
    to {
        right: -200px;
    }
}

.itemLeft,
.itemRight {
    width: 200px;
    height: 175px;
    border-radius: .5rem;
    box-shadow: 3px 3px 3px var(--clrMain100);
    overflow: hidden;
    position: absolute;
    animation-timing-function: linear;
    animation-duration: 60s;
    animation-iteration-count: infinite;
}

.itemLeft {
    left: max(calc(200px * 8), 100%);
    animation-name: scrollLeft;
}

.itemRight {
    right: max(calc(200px * 8), calc(100% + 200px));
    animation-name: scrollRight;
}

.item1 {
    animation-delay: calc(60s / 8 * (8 - 1) * -1);
}

.item2 {
    animation-delay: calc(60s / 8 * (8 - 2) * -1);
}

.item3 {
    animation-delay: calc(60s / 8 * (8 - 3) * -1);
}

.item4 {
    animation-delay: calc(60s / 8 * (8 - 4) * -1);
}

.item5 {
    animation-delay: calc(60s / 8 * (8 - 5) * -1);
}

.item6 {
    animation-delay: calc(60s / 8 * (8 - 6) * -1);
}

.item7 {
    animation-delay: calc(60s / 8 * (8 - 7) * -1);
}

.item8 {
    animation-delay: calc(60s / 8 * (8 - 8) * -1);
}


/* .galleryGrid .galleryCard {
	width: minmax(300px, 90dvw);
	height: fit-content;
	border-radius: .5rem;
	margin: 1rem auto;
	display: grid;
	place-items: center;
	margin-bottom: 1rem;
	padding: 0 2rem;
}

.galleryCard img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 2px solid var(--clrMain100);
	border-radius: .5rem;
	box-shadow: 0 0 15px var(--clrMain100);
} */

	
/* #faq,
#Desarrollador {
	background: var(--bgaccent);
	color: var(--clrMain100);
	min-height: 100dvh;
	max-width: 100dvw;
	padding: 2rem;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 1;
} */
/* 
#faq:after,
#Desarrollador:after {
    content: "";
    position: absolute;
    background: url("images/15.png");
    background-size: cover;
    inset: 0;
    opacity: 1;
    z-index: -1;
} */
/* 
#faq h2 {
	padding-bottom: 1rem;
} */

/* .accordion {
    max-width: 800px;
    box-shadow: 0 0 15px var(--clrMain100);
    border-radius: .5rem;
    overflow: hidden;
    background: var(--clrMain900);
}

.accordionLabel,
.accordionContent {
    padding: 14px 20px;
}

.accordionLabel {
    display: block;
    color: var(--clrMain100);
    cursor: pointer;
	border-bottom: 1px solid var(--bgaccent);
    position: relative;
}

.accordionLabel:hover {
    background: rgba(0,0,0,.1);
}

.accordionLabel::after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-33%);
    right: 20px;
    width: 12px;
    height: 6px;
    transition: transform .4s;
}

.accordionContent {
    background: var(--bgaccent);
    line-height: 1.6;
    font-size: .85em;
    display: none;
}

.accordionInput {
    display: none;
}

.accordionInput:checked ~ .accordionContent {
    display: block;
} */

/* #faq ul {
	padding-top: 1rem;
} */

#contactMe {
	color: var(--clrTheme2);
	min-height: 100dvh;
	max-width: 100dvw;
	display: grid;
	text-align: center;
	place-items: center;
	position: relative;
    padding-bottom: 2rem;
    z-index: 1;
}

#contactMe::before {
    content: "";
    position: absolute;
    background: url('images/inkcolor.png');
    inset: 0;
    opacity: .6;
    z-index: -1;
}

#contactMe h2,
#contactMe p {
	padding-bottom: 1rem;
    width: var(--splitWidth);
}

.contactContainer {
	display: flex;
	margin: 0 auto;
	place-items: center;
}

.contactContainer .fa {
	display: flex;
	flex-direction: column;
}

.contactLinks {
	display: grid;	
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	place-items: center;
    gap: 4rem;
    padding-bottom: 2rem;
}

.contactGrid {
	width: 300px;
	display: flex;
	padding-right: .5rem;
	margin-right: 3rem;
}

.contactGrid .buttons {
	width: fit-content;
	margin: .5rem .5rem;
	height: fit-content;
	gap: .5rem;
}

.contactGrid li {
	display: flex;
	flex-direction: column;
	margin: 0 1rem;
}

.contactGrid li a {
    text-decoration: none;
	list-style: none;
    color: var(--clrTheme2);
}

.map {
	width: clamp(300px, 40dvw, 600px);
	max-height: 500px;
	background: var(--clrTheme2);
	/* border: 2px solid var(--clrTheme2); */
	box-shadow: 0 0 15px var(--clrTheme1);
	border-radius: .5rem;
	padding: 0 2rem;
	place-items: center;
}

.map iframe {
	width: 90%;
    height: 90%;
}

#footer {
	height: max-content;
	max-width: 100dvw;
	padding: .5rem 2rem;
	background: var(--clrMain900);
	color: var(--clrMain100);
	text-align: center;
	z-index: 1000;
    padding-top: 2rem;
}

#footer a {
	list-style: none;
	text-decoration: none;
	color: var(--clrTheme2);
	padding: 0 1rem;
}

/* keyframes */

#about,
#gallery {
	-webkit-animation: ease-in-out both scrollReveal;
	-moz-animation: ease-in-out both scrollReveal;
	-o-animation: ease-in-out both scrollReveal;
	animation: ease-in-out both scrollReveal;
	animation-timeline: view();
	animation-range: entry 0% cover 40%;
}

#about .imgCard {
    transition-delay: 200ms;
}

@keyframes scrollReveal {
	from {
		opacity: 0;
		transform: translateY(150px);
		transform: translateX(-500px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes scrollReveal {
	from {
		opacity: 0;
		transform: translateY(150px);
		transform: translateX(-500px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		transform: translateX(0);
	}
}
@-moz-keyframes scrollReveal {
	from {
		opacity: 0;
		transform: translateY(150px);
		transform: translateX(-500px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		transform: translateX(0);
	}
}
@-o-keyframes scrollReveal {
	from {
		opacity: 0;
		transform: translateY(150px);
		transform: translateX(-500px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		transform: translateX(0);
	}
}


#services,
#contactMe {
	-webkit-animation: ease-in-out both scrollRevealRight;
	-moz-animation: ease-in-out both scrollRevealRight;
	-o-animation: ease-in-out both scrollRevealRight;
	animation: ease-in-out both scrollRevealRight;
	animation-timeline: view();
	animation-range: entry 50% cover 50%;
}

@keyframes scrollRevealRight {
	from {
		opacity: 0;
		transform: translateY(25px);
		transform: translateX(500px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes scrollRevealRight {
	from {
		opacity: 0;
		transform: translateY(25px);
		transform: translateX(500px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		transform: translateX(0);
	}
}
@-moz-keyframes scrollRevealRight {
	from {
		opacity: 0;
		transform: translateY(25px);
		transform: translateX(500px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		transform: translateX(0);
	}
}
@-o-keyframes scrollRevealRight {
	from {
		opacity: 0;
		transform: translateY(25px);
		transform: translateX(500px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		transform: translateX(0);
	}
}

/* @media */

@media screen and (max-width: 850px) {
	
    body {
        
    width: 100%;
    height: 100%;
    font-family: var(--ffAccent);
    background: var(--clrMain900);
    font-weight: 400;
    font-size: var(--fsMain);
    line-height: 1.6;
	background: url("images/background\ \(Small\).png");
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: color;
    background-attachment: fixed;
    position: absolute;
    inset: 0;
	padding: 0;
	margin: 0;
	overflow-x: hidden;

    }

	#home,
	#about,
	#services,
	#gallery,
	#contactMe {
		display: grid;
		place-items: center;
		padding: 1rem 1rem;
		margin: auto;
		min-height: 100dvh;
		text-align: center;
	}

	#home header {
		height: 35dvh;
		/* margin-top: -1rem; */
	}

	#home .container .main {
		margin-bottom: 1rem;
        margin-top: 1rem;
		z-index: 1;
	}

    #navBar {
        display: flex;
		flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        gap: .5rem;
        font-size: var(--fsNavBar);
		margin: 0 auto;
    }
    #navBar * {
        text-decoration: none;
        color: var(--clrTheme2);
        font-size: .5rem;
    }

	#navBar ul { 
        list-style: none; 
        display: flex; 
        justify-content: center; 
        flex-wrap: wrap; 
        text-decoration: none;
        font-size: 1.5rem;
        font-family: var(--ffAccent);
        height: 5dvh;
        max-width: 100dvw;
        margin: auto;
		padding-right: .5rem;
		gap: .5rem;
    } 

	#navBar ul .faFonts {
		/* margin-left: 2rem; */
		padding: 0 .5rem;
		scale: 2;
	}

	#navBar ul li { 
        margin: 0 10px; 
        text-decoration: none;
        color: var(--clrMain100);
        display: flex;
        justify-content: center;
		width: fit-content;
		height: fit-content;
	}

    #navBar ul li a {
        font-size: .75rem;
        font-family: var(--ffAccent);
    }
	
	#navBar ul li:hover,
	#navBar ul a:hover {
		background: var(--clrTheme1);
	}

	.logoContainer {
		width: 20rem;
		height: 5rem;
	}

    .myLogo {
        width: 100%;
		height: 100%;
		display: grid;
		place-content: center;
		object-position: bottom;
    }

    .myLogo img {
        width: 80%;
		height: 80%;
		object-fit: contain;
		object-position: bottom;
		padding-top: 3.5rem;
    }

    #home {
        border-bottom: .5px solid var(--clrMain900);
        box-shadow: 5px 5px 50px var(--clrMain900);
    }
  
    #home .container h1,
    #about h2 {
    	text-align: center;
    	margin: auto;
    	width: clamp(200px, 50vw, 800px);
    	padding-top: .5rem;
        font-size: 2.5rem;
    	margin-bottom: 1rem;
        line-height: 2.2rem;
        padding-bottom: 1rem;
    }

    #home #homeText span,
    #about #aboutText span {
        font-size: .75rem;
        color: var(--clrTheme1);
        margin-bottom: -3rem;

    }

    #about {
        margin-top: -2rem;
    }

	.splitLeft,
	.splitRight {
		display: grid;
		place-items: center;
		text-align: center;
		max-width: 80dvw;
		margin: auto;
        margin-left: 1rem;
	}

    .imgCard {
        margin-left: -2rem;
    }

    #services,
    #gallery {
        margin-top: -8rem;
    }

    #services h2 {
        margin-bottom: 1rem;
    }

    .menuCard {
        margin-top: 2rem;
        margin-left: -1.75rem;
    }

    .menuCard img {
        scale: 1;
    }

    #contactMe .container {
        display: grid;
        place-content: center;
    }

    #contactMe .container h2,
    #contactMe .container p {
        padding-left: 3rem;
    }

    .contactGrid ul {
        margin-left: 1rem;
    }

    .map {
        margin-top: -1rem;
    }

    .copyright {
        display: grid;
        place-content: center;
        padding-right: 2.5rem;
    }
}