@charset "utf-8";
/* Author : Janice Eng
	Date : 17 October
*/

* {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}

b {
	font-family:'Limelight', sans-serif;
}

html {
	scroll-behavior: smooth;
}

/* navigation */

nav {
	background: #A33327;
	position: relative;
}

.navi {
	list-style: none;
	display: flex;
	gap: 5%;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	position: absolute;
	width: 100%;
}

.navi a:link, a:visited {
	text-decoration: none;
	color: #044838;
}

.navi a:hover{
	text-decoration: none;
	font-size: 20px;
	color: #F3BF3D;
}

.navi a:active {
	text-decoration: none;
	font-size: 20px;
	color: #A33327;
}


/* about me section */

header {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container-intro {
	min-height: 100vh;
	display: flex;
	margin: 0;
	padding: 0;
	background: #A33327;
	width: 100%;
	box-sizing: border-box;
}

.picture-on-left {
	min-width: 50%;
	min-height: 600px;
	padding: 1%;
	box-sizing: border-box;
}

.info-on-right{
	min-width: 50%;
	min-height: 600px;
	padding: 1%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
}
.profile-img {
	border-radius: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20%;
	margin-top: 20%;
	max-width: 100%;
}

.all-info {
	margin: 50px;
}

.janice  {
	color: #F3BF3D;
	font-style: bold;
	font-size: 70pt;
	margin-bottom: 5px;
	font-family: 'Limelight', sans-serif;
}

h2 {
	color: #F3BF3D;
	margin-top: 5px;
	margin-bottom: 10px;
	font-style: normal;
}

#hello {
	color: #fff;
	margin: 30px auto;
	letter-spacing: 1pt;
}

.contact {
	min-height: 30px;
	display: flex;
	background: #A33327;
	padding-top: 2px;
	padding-bottom: 2px;
}

.links a {
	padding-left: 15px;
}

.links a:link, a:visited {
	text-decoration: none;
	color: #EBE980;
}

.links a:hover{
	text-decoration: underline;
	font-size: 20px;
	color: #F5F3E9;
}

.links a:active {
	text-decoration: underline;
	font-size: 20px;
	color: #E1E5D7;
}

.links
{
	margin: 10px auto;
}

/* body */
body {
	background: #FFCE55;
}

/* experience & timeline*/ 

.experience{
	text-align: center;
	font-size: 50pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-style: oblique;
	color: #044838;
	font-family: 'Limelight', sans-serif;
}

.timeline {
	margin: 0 auto;
	max-width: 800px;
	padding: 25px;
	display: grid;
	grid-template-columns: 398.5px 3px 398.5px;
	color: #044838;
}

.timeline-component{
	margin: 10px 20px 20px 20px;
}

.timeline-component-bg{
	padding: 1.5em;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.aug{
	text-align: right;
	font-size: 16pt;
}

.middle{
	position: relative;
	background: #A33327;
}

.point{
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 15px;
	height: 15px;
	background: #A33327;
	border-radius: 50px;
}

.stagehand{
	margin: 10px;
	font-size: 20pt;
	text-align: center;
}

.management{
	font-size: 1em;
	padding: 10px;
	text-align: center;
}

.nov{
	text-align: left;
	font-size: 16pt;
}
.watson{
	text-align: center;
	font-size: 20pt;
	padding: 10px;
}

.communicate{
	text-align: center;
	font-size: 1em;
	padding: 10px;
}

/* education */
.edu{
	text-align: center;
	font-size: 50pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-style: oblique;
	color: #044838;
	font-family: 'Limelight', sans-serif;
}

.major{
	text-align: right;
	font-size: 16pt;
}

.atar{
	text-align: left;
	font-size: 16pt;
}

.sunway, .taylors {
	margin: 0;
	font-size: 20pt;
	text-align: center;
	padding: 10px;
}

.wace, .bach {
	font-size: 1em;
	padding: 10px;
	text-align: center;
}

/* projects */

.prjects{
	text-align: center;
	font-size: 50pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-style: oblique;
	color: #044838;
	font-family: 'Limelight', sans-serif;
}

.novp{
	text-align: right;
	font-size: 16pt;
}

.old-folks, .food-collection{
	font-size: 20pt;
	padding: 10px;
	text-align: center;
}

.elderly, .logistics{
	font-size: 1em;
	padding: 10px;
	text-align: center;
}

.augp{
	text-align: left;
	font-size: 16pt;
}

/* e-portfolio */

.imgi, .imgt, .imgv {
	border-radius: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	max-width: 60%;
	position: relative;
	filter: blur(2px);
}

.imgi:hover {
	filter: blur(0)
}

.imgt:hover {
	filter: blur(0)
}

.imgv:hover {
	filter: blur(0)
}

.imgi
{
	width: 55%;
}

.row {
	display: flex;
	gap: 3%;
	justify-content: center;
	align-content: center;
}

.column {
	min-width: 30%;
	min-height: 400px;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	margin: auto;
}

.ilst, .typo, .vid {
	text-align: center;
	font-size: 15pt;
	color: #044838;

}

.eport-lable {
	font-weight: 700px;
	font-size: 15pt;
	text-transform: uppercase;
}

.eport{
	text-align: center;
	font-size: 50pt;
	margin-top: 0.5em;
	padding-top: 20px;
	margin-bottom: 0;
	font-style: oblique;
	color: #044838;
	letter-spacing: 5px;
	font-family: 'Limelight', sans-serif;
}

.container {
	background: #FFE29B;
	width: 90%;
	margin: 0 auto;
	border-radius: 20px;
}

.links-two
{
	padding: 20px;
}

.links-two a:link, a:visited
{
	text-decoration: none;
	color: #044838;
}

.links-two a:hover{
	text-decoration: none;
	color: mediumpurple;
}

.links-two a:active {
	text-decoration: none;
	font-size: 20px;
	color: darkolivegreen;
}


/* computer skills */

.headin-for-comp
{
	text-align: center;
	font-size: 50pt;
	margin: 1em 0;
	margin-bottom: 0;
	font-style: oblique;
	color: #044838;
	letter-spacing: 5px;
	font-family: 'Limelight', sans-serif;
}

.comp-sec
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50vh;
}

.com-skill
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 100px;
	padding-top: 1em;
}

.com-skill .progress 
{
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	color: #044838;
	background: #9BB987 linear-gradient(to right, transparent 50%, var(--clr) 0);
}

.com-skill .progress h3
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	font-size: 2.5em;
	z-index: 1;
	font-weight: 500;
}

.com-skill .progress h3 span
{
	font-size: 0.65em;
	font-weight: 400;
}

.com-skill .progress h4
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 120%);
	z-index: 1;
	font-weight: 500;
	color: var(--clr);
	text-transform: uppercase;
}

.com-skill .progress::before
{
	content: '';
	display: block;
	height: 100%;
	margin-left: 50%;
	transform-origin: left;
	border-radius: 0 100% 100% 0/50%;	
}

.com-skill .progress::after
{
	content: '';
	position: absolute;
	inset: 15px;
	border-radius: 50%;
	background: #FFCE55;
}

.com-skill .progress::before
{
	background: var(--clr);
	transform: rotate(calc(((var(--i) - 50) * 0.01turn)));
}

/* life skills */
.row-two {
	display: flex;
	gap: 5%;
	justify-content: center;
	align-content: center;
}


.column-two {
	min-width: 42%;
	min-height: 200px;
	margin: 1.5em 0 1em 0;
	padding: 2%;
	box-sizing: border-box;
	background: #FFE29B;
	border-radius: 20px;
	font-size: 16pt;
}

.row-small
{
	display: flex;
	gap: 20%;
	justify-content: center;
	align-content: center;
	line-height: 60px;
	color: #044838;
}

.skill, .language
{
	text-align: center;
	font-size: 50pt;
	margin-top: 0;
	margin-bottom: 0.2em;
	font-style: oblique;
	color: #044838;
	font-family: 'Limelight', sans-serif;
	margin-left: 10px;
	margin-right: 10px;
}

.container-language
{
	width: 100%;
	height: auto;
	align-items: center;
	justify-content: center;
	margin: 10px;
	color: #044838;
	font-size: 16pt;
}

progress {
	color: #044838;
	background: #9BB987;
	width: 98%;
	border-radius: 20px;
}

.type-of-language
{
	padding: 15px 0;
}


/* footer */

.row-footer
{
	width: 100%;
	height: 200px;
	background: #a33327;
	margin: 100px 0 0 0;
	display: flex;
	gap: 1%;
	justify-content: center;
	align-content: center;
	padding: 0;
}

.insta-footer, .phone-foter, .mail-footer
{
	margin-top: 60px;
}

/* button */
.button {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 30pt;
	margin: 20px;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	font-weight: 800;
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.2);
	border-color: none;
}

.top {
	margin: -25px auto;
}

.button a:link
{
	text-decoration: none;
	color: #044838;
}

@media (max-width:998px) {
	/* mine */
	
	* {
		margin: 0;
		padding: 0;
	}
	
	.janice, .experience, .edu, .prjects, .eport, .headin-for-comp, .skill, .language {
		font-size: 35pt;
		text-align: center;
	}
	
	
	h2 {
		text-align: center;
	}
	
	.container-intro {
		display: block;
	}
	
	.navi {
		display: block; /* in normal view, the display of .row is flex. In smaller devices, we overide the display to become block*/
		padding: 10px 0; /* padding is set to 0 because to remove the space on the right*/
		text-align: center;
	}
	
	.navi a{
		margin: 20px 0;
	}
	
	.profile-img {
		margin: 160px auto;
	}
	
	.picture-on-left {
		height: 100px;
	}
	
	.timeline {
		display: block;
		padding: 10px 0;
	}
	
	.point, .middle {
		display: none;
		width: 100%;
	}
	
	.aug, .nov, .major, .atar, .novp, .augp {
		text-align: center;
	}
	
	.row-two {
		display: block;
	}
	
	.column-two {
		width: 90%;
		height: auto;
		margin: 1.5em 1em 1.5em 1em;
	}
	
	.column-two .skill .row-small .tiny-column-one p
	{
		font-size: 16pt;
		text-align: center;
	}
	
	.row-small {
		line-height: 40px;
		display: block;
		text-align: center;
	}
	
	.progress {
		margin:  0 -5px;
	}
	
	.insta-footer, .phone-foter, .mail-footer
{
	margin-top: 60px;
	margin-right: 10px;
	margin-left: 10px;
}
	
	.container-intro, .row-footer, header {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	
	.row {
		display: block;
	}
	
	.column {
		padding: 0;
	}
	
	html,body{
    overflow-x: hidden;
		scroll-behavior: none;
}

}



 















