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;
 	z-index: 1;
}

.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;
}


img {
	width: 100%;
/*	margin: -5px 0px 30px 0px;*/
/*	border-bottom: 5px solid black;*/
}

.button {
  background-color: #843276;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: white !important;
  border: none;
  border-radius: 200px;
  padding: 15px 32px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  position: relative;
  border: 4px solid black;
}

.button:hover {
	background-color: black;
}

.work
{
	display: grid;
}

.grid1 {
	display: grid;
	grid-template-columns: 30% auto;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 80px;
}

.a_1 {
	text-align: center;
	padding-left: 90px;
	position: relative;
	color: white;
}

.a_1 h1 { 
	display: inline;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 34px;
	color: black;
	line-height: 1.3;
 }

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

.b_1{
	text-align: left;
	padding: 50px 0px 25px 0px;
	position: relative;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	margin: 0px;
	text-align: left;
	color: black;
	margin: 0px 100px 40px 100px;
	line-height: 25px;
	font-size: 15px;
}

.b_1 a:link {
	color: black;
}

.b_1 a:visited {
	color: black;
}

.b_1 a:active {
	color: black;
}

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

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

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

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


.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) {

img {
	width: 100%;
	margin: -5px 0px 10px 0px;
}

.button {
  background-color: #843276;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: white !important;
  border: none;
  border-radius: 200px;
  padding: 15px 32px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  position: relative;
  border: 5px solid black;
}


.grid1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;

}

.a_1 {
	text-align: center;
	position: relative;
	color: white;
	padding: 0;
	margin-top:15px;
}

.a_1 h1 { 
	display: inline;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
	text-align: center;
	color: black;
	line-height: 1.3;
	margin: 20px 10px 0px 10px;
 }

 .a_1 h2 { 
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
	margin-bottom: 30px;
	text-align: center;
	color: black;
	font-size: 15px;
 }

.b_1{
	text-align: center;
	padding: 30px 0px 25px 0px;
	position: relative;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
	margin: 0px;
	text-align: center;
	color: black;
	margin: 0px 60px 40px 60px;
	line-height: 25px;
	font-size: 15px;
	padding-bottom: 40px;
}

.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;
}

img {
	width: 100%;
	margin: -5px 0px 20px 0px;
}


.grid1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.a_1 {
	text-align: center;
	position: relative;
	color: white;
	padding-left: 0;
}

.a_1 h1 { 
	display: inline;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	color: black;
 }

 .a_1 h2 { 
	margin-bottom: 30px;
	text-align: center;
	color: black;
 }

.b_1{
	text-align: center;
	padding: 30px 0px 25px 0px;
	position: relative;
	margin: 0px;
	text-align: center;
	color: black;
	margin: 0px 60px 40px 60px;
	line-height: 22px;
	font-size: 14px;
	padding-bottom: 80px;
}


.container2 {
	display: none;
}


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


}
