@charset "utf-8";
/* CSS Document */

/*WEBSITE BACKGROUND*/
body {
	background-image: url("../New folder/PortfolioWebsiteBackground.png");
	background-repeat: repeat-y;
	background-size: auto;
	background-position: top center;
	margin: 0;
	padding: 0;
	font-family: "";
}

body {font-family: ;}
div.wrapper {width:1140px; margin: 0 auto;}
h1, h2, h3 {font-family: "";}

/*HEADER STUFFS*/
div.header {
	background-color: #161f3a;
	border-bottom: 4px solid #15b8cf;
}

div.header div.wrapper {
	display: flex;
	align-items: center;
}

div.header div.wrapper ul {
	margin-top: 45px;
	margin-left: 240px;
	border-right: 2px solid #15b8cf;
	padding right: 40px;
}

div.header div.wrapper ul li a {
	color: #ceccee;
	text-decoration: none;
}

div.header div.wrapper ul li a:hover {
	color: #ceccee;
}

.about-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 20px;
}

.about-section img {
	display: block;
}
/**CONTENT**/