body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100% !important;
	grid-template-rows: 0px auto 0px;
	display: grid;
}

html {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100% !important;
}


.container {
	padding: 0px;
	margin: 20px;
	display: grid;
	grid-template-columns: 250px auto 110px 130px;
	height: 60px;
	top: 0 !important; 
	left: 0;
	right: 0;
 	position: fixed !important;
}

.name {
	padding: 0px;
	margin: 0px;
	border: 4px;
	border-style: solid;
	border-color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 50px;

}

.name:hover {
	background: black;
	color: white !important; 
}

.name h1 {
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	margin: 0px;
	padding-bottom: 4px;
	font-size: 27px;
}

.name:link {
	color: black;
}

.name:visited {
	color: black;
}

.name:active {
	color: black;
}

.name:link {
  text-decoration: none;
}

.name:visited {
  text-decoration: none;
}

.name:hover {
  text-decoration: none;
}

.name:active {
  text-decoration: none;
}

.empty1 {
	padding: 0px;
	margin: 0px;
	display: flex;
}

.about {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	border: 4px;
	border-style: solid;
	border-color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;	
	background-color: white;
}

.about:hover {
	background: black;
	color: white !important; 
}

.about h2 {
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	margin: 0px;
	font-size: 20px;
}

.about:link {
	color: black;
}

.about:visited {
	color: black;
}

.about:active {
	color: black;
}

.about:link {
  text-decoration: none;
}

.about:visited {
  text-decoration: none;
}

.about:hover {
  text-decoration: none;
}

.about:active {
  text-decoration: none;
}


.etsy {
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	margin: 0px 0px 0px 0px;
	border: 4px;
	border-style: solid;
	border-color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 50px;
	background-color: white;
}

.etsy:hover {
	background: black;
	color: white !important; 
}

.etsy:link {
	color: black;
}

.etsy:visited {
	color: black;
}

.etsy:active {
	color: black;
}

.etsy:link {
  text-decoration: none;
}

.etsy:visited {
  text-decoration: none;
}

.etsy:hover {
  text-decoration: none;
}

.etsy:active {
  text-decoration: none;
}

.work
{
	display: grid;
}

img {
	width: 100%;
/*	outline-offset: -5px !important;*/
/*	margin-top: -5px;*/
}

.worktext {
	margin-top: -10px;

}


.work h1 {
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	margin: 60px 50px 10px 50px;
	text-align: center;
	line-height: 1.3;
}

.work h2 {
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	margin: 15px 50px 18px 50px;
	text-align: center;
	color: black;
	font-size: 15px;
}

.work p {
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	margin: 0px;
	text-align: center;
	color: black;
	margin: 0px 200px 70px 200px;
	line-height: 25px;
	font-size: 15px;
}

.worktext2 {
	margin-top: -10px;

}

.worktext2 p{
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	margin: 0px;
	text-align: center;
	color: black;
	margin: 50px 200px 70px 200px;
	line-height: 25px;
	font-size: 15px;
}

.worktext2 a:link {
	color: black;
}

.worktext2 a:visited {
	color: black;
}

.worktext2 a:active {
	color: black;
}

.worktext2 a:link {
  text-decoration: underline;
}

.worktext2 a:visited {
  text-decoration: none;
}

.worktext2 a:hover {
  text-decoration: none;
}

.worktext2 a:active {
  text-decoration: none;
}

.empty {
	height: 50px;
}


.container2 {
	margin: 20px; 	
	display: grid;
	grid-template-columns: 130px 115px 120px auto 70px 170px 140px;
	height: 53px;
 	position: fixed !important;
 	left: 0;
 	right: 0;
 	bottom: 0 !important;
 }


.email {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px;
	border-style: solid;
	border-color: black;
	font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 50px;
  background-color: white;
  margin-right: 15px;
}

.email:hover {
	background: black;
	color: white !important; 
}

.email:link {
	color: black;
}

.email:visited {
	color: black;
}

.email:active {
	color: black;
}

.email:link {
  text-decoration: none;
}

.email:visited {
  text-decoration: none;
}

.email:hover {
  text-decoration: none;
}

.email:active {
  text-decoration: none;
}

.linkedin {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px;
	border-style: solid;
	border-color: black;
	font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 50px;
  background-color: white;
  margin-right: 15px;
}

.linkedin:hover {
	background: black;
	color: white !important; 
}

.linkedin:link {
	color: black;
}

.linkedin:visited {
	color: black;
}

.linkedin:active {
	color: black;
}

.linkedin:link {
  text-decoration: none;
}

.linkedin:visited {
  text-decoration: none;
}

.linkedin:hover {
  text-decoration: none;
}

.linkedin:active {
  text-decoration: none;
}

.instagram {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px;
	border-style: solid;
	border-color: black;
	font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 50px;
  background-color: white;
}

.instagram:hover {
	background: black;
	color: white !important; 
}

.instagram:link {
	color: black;
}

.instagram:visited {
	color: black;
}

.instagram:active {
	color: black;
}

.instagram:link {
  text-decoration: none;
}

.instagram:visited {
  text-decoration: none;
}

.instagram:hover {
  text-decoration: none;
}

.instagram:active {
  text-decoration: none;
}


.nextproject {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px;
	border-style: solid;
	border-color: black;
	font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 50px;
  background-color: white;
  margin-left: 15px;
}

.nextproject:hover {
	background: black;
	color: white !important; 
}

.nextproject:link {
	color: black;
}

.nextproject:visited {
	color: black;
}

.nextproject:active {
	color: black;
}

.nextproject:link {
  text-decoration: none;
}

.nextproject:visited {
  text-decoration: none;
}

.nextproject:hover {
  text-decoration: none;
}

.nextproject:active {
  text-decoration: none;
}

.gobacktotop {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px;
	border-style: solid;
	border-color: black;
	font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 50px;
  background-color: white;
}

.gobacktotop:hover {
	background: black;
	color: white !important; 
}

.gobacktotop:link {
	color: black;
}

.gobacktotop:visited {
	color: black;
}

.gobacktotop:active {
	color: black;
}

.gobacktotop:link {
  text-decoration: none;
}

.gobacktotop:visited {
  text-decoration: none;
}

.gobacktotop:hover {
  text-decoration: none;
}

.gobacktotop:active {
  text-decoration: none;
}

.previousproject {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px;
	border-style: solid;
	border-color: black;
	font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 50px;
  background-color: white;
  margin-left: 15px;
}

.previousproject:hover {
	background: black;
	color: white !important; 
}

.previousproject:link {
	color: black;
}

.previousproject:visited {
	color: black;
}

.previousproject:active {
	color: black;
}

.previousproject:link {
  text-decoration: none;
}

.previousproject:visited {
  text-decoration: none;
}

.previousproject:hover {
  text-decoration: none;
}

.previousproject:active {
  text-decoration: none;
}

.containerpart2{
	display: none;
}

.containerpart1{
	display: none;
}

.emptymobile {
	display:none;
}



/*---------------------------------iPAD TABLET-------------------------
*/

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

.container2{
	display: none;
}

.containerpart1 {
  margin: 0px 20px 60px 0px;
  display: grid;
  grid-template-rows: 55px 55px 55px;
  gap: 10px;
  height: 140px; /* or set a height if needed */
  position: fixed !important;
  right: 0;
  bottom: 0 !important;
  justify-items: end; 
 }

.containerpart1 > *:nth-child(1) { width: 110px; }
.containerpart1 > *:nth-child(2) { width: 140px; }
.containerpart1 > *:nth-child(3) { width: 115px; }

 .containerpart2 {
  margin: 0px 0px 60px 20px;
  display: grid !important;
  grid-template-rows: 55px 55px 55px !important;
  gap: 10px;
  height: 140px; 
  position: fixed !important;
  left: 0;
  bottom: 0 !important;
  justify-items: start; 
 }

.containerpart2 > *:nth-child(1) { width: 105px; }
.containerpart2 > *:nth-child(2) { width: 100px; }
.containerpart2 > *:nth-child(3) { width: 110px; }



.worktext p {
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	text-align: center;
	color: black;
	margin: 0px 100px 70px 100px;
	line-height: 25px;
	font-size: 15px;
}

.worktext2 p{
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	text-align: center;
	color: black;
	margin: 50px 100px 70px 100px;
	line-height: 25px;
	font-size: 15px;
}

}

/*----------------------iPHONE---------------------------------------------*/

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



.container {
  display: grid;
  grid-template-columns: auto auto auto auto;  /* keep your original bubble sizes */
  grid-template-rows: auto auto; /* two rows */
  gap: 10px; /* spacing between rows */
  height: 140px; /* let height adjust */
  top: 0 !important;
  left: 0;
  right: 0;
  position: fixed !important;
  z-index: 100;
}

/* Row 1: Name spans all columns */
.name {
  grid-column: 1 / -1;
  width: 240px;
  justify-self: center;
}

/* Row 2: About and Etsy stay in their original columns */
.about {
  grid-column: 1 / 3; /* first two columns */
  width: 100px;
  height: 45px;
	justify-self: right;
	margin-right: 35px;
}

.etsy {
  grid-column: 3 / 5; /* last two columns */
  width: 120px;
  margin-left: 35px;
  height: 45px;
}

.empty1 {
	display: none;
}

.work {
	border-bottom: 400px !important;
}

.emptymobile {
	display: flex;
	height: 160px;
}

.worktext p {
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	text-align: center;
	color: black;
	margin: 0px 50px 70px 50px;
	line-height: 25px;
	font-size: 15px;
}

.worktext2 p{
	font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	text-align: center;
	color: black;
	margin: 50px 50px 70px 50px;
	line-height: 25px;
	font-size: 15px;
}

}

