@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
header, section, footer, article, figure, figcaption {
	display: block;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.wrapper {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	background: linear-gradient(264.93deg, #00A9C0 -23.1%, #0E8C9C -7.6%, #216169 8.61%, #2B4C4F 24.1%, #333938 48.76%, #3D241E 91.74%);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
svg {
	fill: #F0F7FF;
	height: 20px;
	transition: .3s ease-in-out;
}
#email:hover svg {
	fill: #225d64;
	transition: .3s ease-in-out;
}
#email h3 {
	margin-bottom: 0;
}
body {
	opacity: 1;
	transition: 0.7s opacity;
	transform: translate(0, 0);
	transition: all 1s;
}
#email {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 0;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 100%;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	color: #F0F7FF !important;
}
#hello {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: flex-start;
}
#contact {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	padding: 0px;
	justify-content: space-between;
	width: 95%;
	margin: 0 2.5555%;
	height: 10%;
}
#contact a {
	text-decoration: none;
	color: #F0F7FF;
	padding: 15px;
	border-radius: 40px;
	border: 1px solid #fff;
}
#contact a:hover {
	background-color: #fff;
}
h1 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	display: flex;
	align-items: center;
	letter-spacing: 10px;
	text-transform: uppercase;
	color: #F0F7FF;
}
h2 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	display: flex;
	align-items: center;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #F0F7FF;
}
h3 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 100%;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	color: #F0F7FF;
}
#contact a:hover {
	color: #F0F7FF;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
}
#contact a:active {
	color: #030e62;
}
#content {
	width: 100%;
	height: 90%;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	display: flex;
}
#profile {
	height: auto;
	border-radius: 5px;
	text-align: left;
	margin: 0 auto;
	flex-shrink: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 10px;
	width: auto;
}
@media screen and (max-width: 790px) {
	.wrapper {
		width: 100%;
		height: 100vh;
		margin: 0 auto;
	}
	#profile {
		display: flex;
	}
	#content {
		width: 100%;
		height: 90%;
	}
}
@media screen and (max-width: 500px) {
	#contact {
		font-size: .75em;
		margin: 0 7.5555%;
		height: 15%;
		padding: 0;
		width: 85%;
	}
	#content {
		width: 100%;
		height: 85%;
	}
	#hello {
		flex-direction: column;
		gap: 10px;
	}
	.wrapper {
		margin: 0 auto;
		width: 100%;
	}
}