* {
	box-sizing: border-box;
	background-color: black;
	padding: 0;
	margin: 0;
	font-family: 'Barlow', sans-serif;
}

html {
	scroll-behavior: smooth;
}

code {
	background-color: rgb(60, 60, 60);
	padding: 1.5em;
	display: block;
	margin-right: 30em;
	color: rgb(230, 230, 230);
	font-weight: 300;
	word-spacing: 2px;
	line-height: 1.5em;
}

h1 {
	font-weight: bold;
	word-spacing: 4px;
	font-size: 60px;
	letter-spacing: 1px;
	color: rgb(230, 230, 230);
}

h2 {
	color: rgb(230, 230, 230);
	font-weight: 700;
	font-size: 30px;
}

h3, h4 {
	color: rgb(230, 230, 230);
	padding: 0.5em 0;
}

h4 {
	padding-top: 2.5em;
	padding-bottom: 1em;
}

h3 {
	font-size: 25px;
}

section {
	margin: 0 0 0 4em;
	padding: 1.5em 0;
	border-top: 1px solid rgb(230, 230, 230);
}

.sub-section {
	margin: 1.5em 0;
	padding: 1.5em 0;
	border-top: 1px dashed rgb(230, 230, 230);
}

.sub-section p {
	width: 60%;
	font-family: 'Barlow', sans-serif; 
	font-weight: 300;
	word-spacing: 2px;
	color: rgb(230, 230, 230);
	line-height: 1.5em;
}

.navbar {
	margin: 1.5em 0 2em 3em;
}

.navbar a{
	position: relative;
	text-decoration: none;
	color: rgb(230, 230, 230);
	margin: 8px 16px;
	display: inline-block;
	padding-bottom: 0.5em;
	font-weight: 500;
	font-size: 24px;
}

.navbar a.hover-effect:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #d9a411;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.navbar a.hover-effect:hover:before {
	visibility: visible;
	width: 100%;
}

a.in-text-link {
	text-decoration: none;
	color: rgb(230, 230, 230);
}

.project {
	display: block;
	margin: auto;
	width: 70%;
}

.project-item {
	display: flex;
	justify-content: space-around;
	margin-top: 5%;
}

.project-item>div {
	width: 50%;
}

.project img {
	width: 100%;
}

.project h3 {
	font-size: 36px;
	color: #d9a411;
}

.project a {
	text-decoration: none;
}

.project h3:hover {
	color: rgb(230, 230, 230);
}

.project h3:focus {
	color: rgb(230, 230, 230);
}

.project-description p {
	width: 60%;
	font-family: 'Barlow', sans-serif; 
	font-weight: 400;
	word-spacing: 2px;
	color: rgb(230, 230, 230);
	line-height: 1.5em;
	margin: auto;
}

.project-description h4 {
	font-size: 30px;
	font-weight: 500;
	color: #d9a411;
}

.project-description img {
	width: 50%;
	margin: 2% auto;
}

#projects>h2 {
	padding: 2em 0;
}


#text-style ul {
	margin: 0 0 2em 2em;
	line-height: 2em;
}

.font-style h1, .font-style h2, .font-style h3, .font-style h4 {
	color: rgb(230, 230, 230);
} 


ol {
	padding: 2em;
}

form input {
	margin-left: 1em;
}

.sub-section img {
	width: 60%;
}

.sub-section img:hover {
	background-color: white;
	opacity: 0.6;
}

.bg-color>h4 {
	border: 0.5px solid rgb(230, 230, 230);
	padding: 3em;
}

.main-heading>h4 {
	padding: 3em;
	color: white;
	background-color: #d9a411;
	border: 0.5px solid #d9a411;
}

.heading-color>h4 {
	color: black;
	border: 0.5px solid rgb(230, 230, 230);
	padding: 3em;
	background-color: rgb(230, 230, 230);
}

.color-container {
	display: flex;
}

.images {
	display: flex;
	padding: 2em 0;
}

.images img {
	width: 30%;
}

#citation ul {
	padding: 2em;
}

#citation a {
	text-decoration: none;
	color: rgb(230, 230, 230);
}

#citation a:hover {
	color: #d9a411;
}

#branding-idea ol {
	padding: 2em;
}

