* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 100%;
  }
p {
	margin-top: 0.714em;			/* 10/14 */ 
}
.box {
  	margin-left: 1.125em;			/* 18/16 */
}
.nikita-jiandani-copy-3 {
	color: #000000;
	font-family: "Patua One";
	font-size: 2em;					/* 32/16 */
	font-weight: 100;
	line-height: 1.125em;			/* 36 */
	margin-top: 0.75em;				/* 24 */
}
.about-me {
	color: #248700;
	font-family: "Patua One";
	font-size: 1.25em;				/* 20/16 */
	font-weight: 100;
  	margin-top: 1.2em;				/* 24 */
}
.image {
	background-image: url("./assets/niki---about-me-XS.png");
	width: 100%;
	height: 12.9375em;				/* 207/16 */
	background-repeat: no-repeat;
}
.content {
	color: #2A2C2E;
	font-family: Lato;
	font-size: 0.875em;				/* 14/16 */
	padding-top: 0.857142em;		/* 12 */
	margin-right: 1.1428em;			/* 16 */
}
.navbar {
	height: 2.43875em;				/* 39.02 */
	width: 100%;
	background-color: #248700;
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	position: fixed;
	bottom: 0;
}
.navbar a {
	display: inline-block;
	text-decoration: none;
	padding-top: 0.35em;			/* 7 */
	padding-bottom: 0.4em;			/* 8 */
}
.tab {
	color: #FFFFFF;
	font-family: "Patua One";
	font-size: 1.25em;				/* 20/16 */
	letter-spacing: 0.0125em;		/* 0.25 */
  	line-height: 1.2em;				/* 24 */
}
#last {
	margin-bottom: 5em;				/* 70 */
}
#pipe {
	height: 1.85em;
	width: 0.165em;
	background-color: #FFFFFF;
	margin-top: 0.05em;				/* 1 */
}
/* TABLET */
@media (min-width: 768px){
	.nikita-jiandani-copy-3 {
		font-size: 3.75em;			/* 60/16 */
		line-height: 1em;			/* 60 */
		margin-top: 0.283333em		/* 17 */
	}
	.about-me {
		font-size: 2.25em;			/* 36/16 */
		line-height: 1.22222em;		/* 44 */
		margin-top: 2.083333em;   	/* 75 */
	}
	.image {
		background-image: url("./assets/niki---about-me-M.png");
		height: 23.125em;			/* 370 */
	}
	.content {
		margin-right: 15.44444em;	/* 278 */
		font-size: 1.125em;			/* 18/16 */
		line-height: 1.22222em;		/* 22 */
	}
	.navbar {
		height: 5.625em;			/* 90 */
		justify-content: flex-start;
		align-items: center;
	}
	.tab {
		font-size: 2.25em;			/* 36/16 */
		letter-spacing: 0.0125em;	/* 0.45 */
		line-height: 1.2222em;		/* 44 */
		margin-left: 0.88888em;		/* 32 */
	}
	#pipe {
		height: 1.75em;				/* 63 */
		width: 0.15em;
	}
	#last {
		margin-bottom: 6.66666em;	/* 120 */
	}
}
/* DESKTOP */
@media (min-width: 1024px) {
	.container {
		display: flex;
		margin-bottom: 10em;		/* 400 */	
	}
	.image {
		order: 2;
		margin-top: -3em;
		margin-left: 2em;
	}
	.content {
		width: 70%;
		margin-right: 0;
	}
}
/* DESKTOP HD */
@media (min-width: 1440px) {
	.image {
		background-image: url("./assets/niki---about-me-XL\ .png");
		height: 27.1875em;			/* 435 */
	}
	.about-me {
		margin-top: 3.05555em;		/* 110 */
	}
	.box {
		margin-left: 2.0625em;		/* 33 */
	}
	.content {
		margin-right: 2.83333em;	/* 51 */
	}
}