/** @format */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: #24252a;
	color: white;
	font-family: "Poppins", sans-serif;
}

li,
a {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 16px;
	display: inline-block;
	color: #a3a3ff;
	text-decoration: none;
}
h2 a {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: white;
	text-decoration: none;
}

nav {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	padding-left: 5%;
	padding-right: 5%;
	align-items: center;
}

nav ul {
	display: flex;
	align-items: center;
	margin: 0;
}

nav li {
	margin: 0 15px;
}

div {
	flex: auto;
	margin-top: 200px;
	margin-bottom: 200px;
	margin-left: 5%;
	margin-right: 5%;
	font-size: x-large;
	font-weight: 500;
	color: white;
	text-align: center;
}
p {
	text-align: center;
	font-size: large;
	margin-bottom: 50px;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
}

h3 {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 1.7rem;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
}

footer{
	/* put socials to right of page */
}

.socials{
	margin-left: 1rem;
}

.about {
	text-align: center;
	color: #a3a3ff;
	font-weight: 700;
}

.my-photo {
	width: 25%;
	height: 25%;
	border-radius: 5px;
	position: relavtive;
	max-width: 200px;
	display: block;
	margin: 0px auto;
	margin-bottom: 25px;
	min-width: 150px;
}

.custom-button {
	background-color: #3f3fff;
	padding: 4px 16px;
	font-weight: 300;
	font-size: 16px;
	border-radius: 6px;
	border: none;
	outline: none;
	transition: 0.7s;
}

.custom-button:hover {
	background-color: #a3a3ff;
}

.subtext {
	color: #9090a3;
	text-align: left;
}

.experience-image {
	border-radius: 5px;
	width: 150px;
	height: 150px;
	text-align: left;
}

.container {
	margin-top: 5%;
	margin-left: 5%;

	display: flex;
	align-items: center;
}

.skills_img{
	margin-right: 5rem;
	margin-bottom: 1rem;
	margin-top: 3rem;
	justify-items: center;
}

@media (max-width: 700px) {
	h3 {
		text-align: center;
	}
	.hidden-nav {
		display: none;
	}
	.container {
		display: block;
		align-items: center;
		margin-left: 0%;
		margin-right: 0%;
	}
	.subtext {
		text-align: center;
		margin-top: 5%;
	}
}
