@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sanchez&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* color: aliceblue; */
}

a {
	color: #fff;
	/* text-decoration: none; */
	font-size: 2.5rem;
}

p {
	line-height: 0.1rem;
	color: #fff;
}

body {
	background: #141414;
	/* background: linear-gradient(#333 #141414); */
	font-family: "Chivo Mono", monospace;
}
li {
	list-style: none;
}

.container {
	/* max-width: 1600px; */
	/* margin: 0 20px; */
}

.nav {
	position: sticky;
	top: 0;
	background: #141414;
	z-index: 1;
}

#content {
	display: flex;
	justify-content: center;
}

#left {
	width: 20%;
	margin: 8rem 0;
	padding: 5rem 0 0 5rem;
}
#left ul {
	text-align: center;
	z-index: 1;
}

#left ul li a i:hover {
	color: #d31919;
	transform: scale(1.5);
}
.header {
	margin-top: 2rem;
	display: block;
	text-align: center;
	font-size: 1.5em;
	line-height: 8.5rem;
	color: #fff;
	font-family: "Raleway", sans-serif;
	/* background: url("../resources/tuone.png") no-repeat right/cover; */
}
.header h1 {
	font-size: 4.6em;
	padding-bottom: 1.25rem;
	background: linear-gradient(to left, #a06665, #e90a0ac4);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}

#right {
	width: 90%;
	padding: 2rem 6rem;
	padding-left: 1.25rem;
}

.navbar {
	display: flex;
	justify-content: center;
}

.navbar li {
	padding: 2rem 1rem;
}

.navbar li a {
	font-size: 1rem;
	margin: 1rem;
	padding: 1rem;
	border-right: 0.1rem solid #d31919;
	border-radius: 2rem;
	margin-bottom: 1.25rem;
	text-decoration: none;
	font-family: "Martian Mono", monospace;
	z-index: 1;
}

.navbar li a:hover,
.current {
	color: #f8ceb1;
	background: #333;
}

.paras p {
	line-height: 4.5rem;
}

body::-webkit-scrollbar {
	width: 0.5rem;
	/* background: #d31919; */
}

.navbar::-webkit-scrollbar {
	width: 0.5rem;
	/* background: #d31919; */
}

.paras p:nth-child(1) {
	text-align: center;
	width: 100%;
	font-size: 1.8em;
}
.paras p:nth-child(2) {
	text-align: left;
	width: 70%;
	font-size: 1.5em;
}
.paras p:nth-child(3) {
	margin: auto;
	text-align: right;
	width: 90%;
	font-size: 1.8em;
}
.paras p:nth-child(4) {
	margin: auto;
	text-align: left;
	width: 90%;
	font-size: 1.5em;
}

.paras a:hover {
	color: #d31919;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: aliceblue;
	margin: 3rem 5rem 0 5rem;
	padding-top: 20px;
	text-align: center;
	border-top: #fff solid 1px;
}

/* Contact Page Styling */

#screen {
	max-width: 100%px;
	height: 500px;
	margin: 100px 300px 0 300px;
	border-radius: 10px;
}

#screen-header {
	height: 10%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	background: #666;
}

#screen-body {
	display: flex;
	height: 90%;
	width: 100%;
	background: #444;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#screen-body-left {
	height: 100%;
	width: 40%;
}

#contact-me {
	color: #fff;
	margin: 50px 50px 0 50px;
	font-size: 40px;
}

#contact-me:last-child {
	font-family: "Sanchez", serif;
	border-bottom: 4px solid #d31919;
	width: 15%;
}
#screen-body-right {
	height: 100%;
	width: 60%;
	padding: 30px;
}
.left {
	padding: 15px;
	display: flex;
	margin-left: 7px;
}
.right {
	display: flex;
	padding: 20px;
	margin-left: 84%;
}
.close-button {
	width: 12px;
	height: 12px;
	background: #ff605c;
	border-radius: 10px;
	margin-right: 5px;
	margin-top: 3px;
}
.minimize-button {
	width: 12px;
	height: 12px;
	background: #ffbd44;
	border-radius: 10px;
	margin-right: 5px;
	margin-top: 3px;
}
.maximize-button {
	width: 12px;
	height: 12px;
	background: #00ca4e;
	border-radius: 10px;
	margin-right: 5px;
	margin-top: 3px;
}

.ellipsis {
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 10px;
	margin-right: 5px;
}

#submit {
	margin: 25px;
	margin-left: 180px;
}
.btn {
	margin: 5px;
	cursor: pointer;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	padding-bottom: 10px;
}

.btn:hover {
	color: #141414;
	border-bottom: 2px solid red;
}

#screen-body-right div {
	text-align: center;
}
#screen-body-right input
/* input::placeholder */ {
	background: #444;
	color: #f8ceb1;
	font-family: "Roboto Mono", monospace;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #666;
	margin: 5px;
	padding: 20px;
	width: 60%;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: solid;
	outline: #eee;
}

input::placeholder {
	color: #141414;
}

.form {
	width: 100%;
}

#about-div {
	display: flex;
	justify-content: center;
	max-height: 600px;
}
#img-section {
	/* padding: 30px; */
	margin: 90px 40px 0 100px;
	display: flex;
	justify-content: center;
	width: 30%;
}

#img-section img {
	border-radius: 100px;
	box-shadow: 15px 15px 15px -1px #333;
	height: 100%;
	z-index: -1;
	/* width: 50%; */
	/* padding: 20px; */
}

#text-section {
	max-height: 100%;
	margin: 60px 90px 60px 0;
	padding: 20px;
	line-height: 1.3em;
}

#text-section p {
	padding: 40px;
	width: 50%;
	display: inline;
}

#projects {
	width: 100%;
	height: 600px;
	display: flex;
	/* flex-direction: column; */
}
.level {
	width: 100%;
	display: flex;
	justify-content: center;

	/* height: 100%; */
}
.level-left {
	width: 30%;
	height: 80%;
	margin: 90px 150px;
	text-align: center;
	border: 2px solid #f8ceb1;
	padding: 15px;
}
.level-left img {
	width: 100%;
}

.level-left p {
	margin: 15px;
	margin-bottom: 30px;
	line-height: 1.5em;
	/* padding: 5px; */
}
.level-left a {
	border: 1px solid #d31919;
	border-radius: 10px;
	font-size: 16px;
	margin: 30px;
	text-decoration: none;
	padding: 10px;
}
.level-left a:hover {
	background: #f8ceb1;
	color: #141414;
}

#devtube {
	/* height: 100%; */
	padding: 30px;
}

@media screen and (max-width: 414px) {
	.navbar {
		/* margin: 20px; */
		/* background: #00ca4e; */
		padding: 20px;
	}

	.navbar li {
		/* margin: 10px; */
		padding: 0px;
		/* margin-bottom: 30px */
	}
	.navbar li a {
		font-size: 15px;
		padding: 8px;
		margin: 5px;
	}
	#content {
		display: grid;
	}
	#left {
		/* display: flex; */
		margin: 0;
		margin-left: 90px;
		padding: 20px;
		width: 50%;
	}
	#left ul {
		display: flex;
		justify-content: space-evenly;
	}
	#right {
		width: 100%;
		/* margin-top: 0; */
		padding: 15px;
	}
	.header {
		text-align: center;
		margin-top: 0;
	}
	.paras p:nth-child(1) {
		text-align: center;
		width: 100%;
		font-size: 1.8em;
		margin-bottom: 20px;
	}
	.paras p:nth-child(2) {
		text-align: left;
		width: 90%;
		padding: 10px;
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	.paras p:nth-child(3) {
		margin: auto;
		text-align: right;
		width: 90%;
		font-size: 1.8em;
		margin-bottom: 20px;
	}
	.paras p:nth-child(4) {
		margin: auto;
		text-align: left;
		width: 90%;
		font-size: 1.5em;
	}

	footer {
		font-size: 10px;
		padding: 10px;
	}
	#about-div {
		flex-direction: column;
		align-items: center;
	}
	#img-section {
		/* display: none; */
	}
	#img-section img {
		/* height: 200px; */
	}
	#text-section {
		margin: auto;
		/* overflow: scroll; */
		/* height: 100%; */
	}
}
