@charset "utf-8";

html, body {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

body{
	background-image: url("../images/background_gradient.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'ArcadeClassic';
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	
}

header img{
	width: 200px;
	height: 112px;
}

/* The logo is from nav to put together. That was very difficult D': */
	
nav {
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px;
	padding-left: 10%;
	padding-right: 10%;
}

nav ul li{ 
	list-style-type: none;
	display: inline-flex;
	padding: 10px 20px;
	justify-content: flex-end;
}

nav ul li a {
	float: right;
	padding-right: 40px;
	color: white;
	font-size: 45px;
	text-decoration: none;
}

nav ul li:hover {
	background-color:rgba(0,34,141,0.75)
}

/* In progress the list: projects, resources, and media (For media, I would like to put my linktree to contact me :3 )*/

h1 {
	color:white;
	font-family: "Retro Gaming";
	font-size: 30px;
		
}

/* This is from article, I saw in tutorial sorry.*/

aside img {
	position: relative;
	height: 296px;
	clear: both;
	width: 837px;
	margin-left: 59px;
	display: block;
	margin-top: 20px;
}

/* Aside is one of the difficult part for the images, I decided to put together
I have been struggling this part*/

h1 {
	color:white;
	font-family: "Retro Gaming";
	font-size: 50px;
	margin-left: -5px;
	margin-top: -19px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Retro Gaming";
}

.wrapper {
	margin-top: 63px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
	width: 90%
}

p img {
	float: right;
	margin-top: -92px;
}

.text-box h1 {
	color: white;
	font-family: "Retro Gaming";
	font-size: 50px;
}

.text-box p {
	font-size: 20px;
	
}

footer {
  text-align: center;
  padding: 3px;
}
