body { 
	background-color: #202020;
	color: #F2F0EF;
	font-family: 'IBM Plex Mono', monospace;
	display: flex;
	flex-direction: column;
	min-height: 97vh;
	margin: 0;
	overflow-x: hidden;
}

h1 {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	color: #D9D6CD;
	text-transform: uppercase;
}

h2 {
	font-family: "Montserrat", sans-serif;
	color: #D9D6CD;
	text-transform: uppercase;
}

.aboutme {
  margin-top: 5%;
  font-family: 'IBM Plex Mono', monospace;
  color: white;
}


strong{    
    border: 1px;
    border-style: solid;
	padding: 4px;
	text-decoration: none;
	color: #F2F0EF;
}

strong a {
	color: #F2F0EF;
	text-decoration: none;
}

strong:hover {
	background-color: #F2F0EF;
	color: #F2F0EF;
}
strong:hover a {
	color: #202020;
}

#hero-name {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 12vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #D9D6CD;
	margin: 0;
	z-index: 100;
	transform-origin: top center;
	transition: transform 0.4s ease;
}

.img a:hover {
	background-color: #a34e4e;
	color: black;
}

.main-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding: 0 5%;
	height: 80vh;
	overflow: hidden;
}

.main-phone {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: auto;
	max-height: 100%;
	object-fit: contain;
	z-index: 3;
}

.main-top-text-left {
	text-align: left;
	font-family: 'IBM Plex Mono', monospace;
	color: white;
	z-index: 4;
	max-width: 40%;
}

.main-top-text-right {
	text-align: right;
	font-family: 'IBM Plex Mono', monospace;
	color: white;
	z-index: 4;
	max-width: 40%;
}

html {
  	scroll-behavior: smooth;
}

.main-top-text-right a {
	color: white;
	text-decoration: none;
	font-family: 'IBM Plex Mono', monospace;
	transition: opacity 0.3s ease;
}

.main-top-text-right a:hover {
	/* opacity: 0.6; */
	color: #335BFF;
}


.main-center {
  	padding-left: 5%;
  	padding-right: 5%;
  	background-color: #335BFF;
}

.main-bottom {
  	padding-left: 5%;
  	padding-right: 5%;
	
}

.main-bottom-left { 
	width: 47%;
	float: left;
	text-align: left;
	margin-bottom: 3%;
	margin-top: 5%;
}

.main-bottom-right {
	width: 47%;
	float: right;
	text-align: left;
	margin-bottom: 3%;
	margin-top: 5%;
}

* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}


.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
	margin-top: 5%;
}


.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}


.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  	background-color: rgba(0,0,0,0.8);
}

.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}


.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

main {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 4%;
	flex-grow: 1;
}


footer {
	padding-bottom: 3%;
	color: #F2F0EF;
	font-family: 'IBM Plex Mono', monospace;
}

footer a:hover {
	color: #335BFF;
}

footer a {
	text-decoration: none;
}

footer table {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
}

footer td {
	vertical-align: top;
}


a {
	color: #F2F0EF;
	font-family: 'IBM Plex Mono', monospace;
}

p {
	color: #F2F0EF;
	font-family: 'IBM Plex Mono', monospace;
	text-align: justify;
}


td {
	color: #F2F0EF;
	font-family: 'IBM Plex Mono', monospace;
}

div.gallery {
	margin-top: 3%;
 	margin-left: 2%;
	margin-right: 2%;
  	border: 1px solid #ccc;
  	float: left;
  	width: 45%;
}


div.gallery img {
 	width: 100%;
  	height: auto;
}

div.desc {
  	padding: 2%;
  	text-align: center;
}

.cursor {
	display: inline-block;
	width: 1ch; 
	animation: blink 1s steps(2, start) infinite;
	color: white; 
	font-weight: bold;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}


.main-top-experience {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding: 0 5%;
	overflow: hidden;
}

section {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.section-title {
	position: sticky;
	top: 20px;
	width: 100px;
	min-width: 100px;
}

.section-content {
	display: flex;
	flex-direction: column;
}

article {
	display: flex;
	gap: 30px;
	width: 100%;
	max-width: 20rem;
}
article p{
	text-align: left;
	width: 600px;
}
	
aside {
	display: flex;
	align-items: center;
	flex-direction: column;
}

main {
	padding-bottom: 2rem;
}

.dot {
	--size: .5rem;
	width: var(--size);
	height: var(--size);
	margin: calc((1rem - var(--size))/2);
	border-radius: 50%;
	background-color: #D9D6CD;
	flex-grow: 0;
}

.line {
	flex-grow: 1;
	margin: 8px 0;
	width: 3px;
	background-color: #D9D6CD;
}