* {
	padding: 0;
	margin: 0;
}

html,body {
	background-color: rgb(10, 10, 10);
	width: 100%;
	height: 100%;
	background-image: url(Images/background-strokes-dark.png);
	background-size: 100%;
}

/*  ----- FIRST PAGE WITH MY NAME -----  */

div.content {
	position: absolute;
	z-index: 5;
	top: 35%;
	left: 21%;
	width: 57.2%;	
	height: auto;
	min-height: 800px;
	color: #fff;
}

div.alexandru {
	text-align: center;
	color: #fff;
}

div.alexandru h1 {
	font-family: 'Paytone One', sans-serif;
	font-size: calc(3em + 0.5vw);	
}

div.alexandru h2 {
	font-family: 'Poiret One', cursive;
	margin-top: 5%;
}

div.alexandru h6 {
	font-family: 'Karla', sans-serif;
	text-transform: uppercase;
	margin-top: 15%;
	opacity: 0.2;
}

/*  ----- "ALEX'S PORTFOLIO" TEXT - POPS UP WHEN SCROLLING DOWN -----  */

div.alexandru_fixed {
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Paytone One', sans-serif;
	font-size:  0.8em;
	opacity: 0.9;
	display: none;
}

div.alexandru_fixed a {
	text-decoration: none;
	color: #fff;
}

/*  ----- 'ABOUT' LINK ON THE RIGHT SIDE -----  */

div.about_link h5 {
	position: fixed;
	z-index: 10;
	top: 10%;
	right: 7%;
	color: rgb(150, 17, 247);
	font-family: 'Karla', sans-serif;
	font-size: 0.9em;
	opacity: 0.6;
}

div.about_link hr {
	border-color: rgb(150, 17, 247);
	opacity: 0.6;
}

div.about_link h5:hover {
	opacity: 1;
}

/*  ----- SMALL ICONS ON THE LEFT SIDE -----  */

div.icon {
	position: fixed;
	z-index: 10;
	bottom: 10%;
	left: 2%;
	max-height: 90%;
	overflow: auto;
}

div.icon p {
	margin-bottom: 10%;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 6px 4px;
	color: rgb(150, 17, 247);
	font-family: 'Paytone One', sans-serif;
	background-image: url('Images/background_screen40px.png');
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.3;	
}

div.icon p:hover {
	opacity: 0.9;
	cursor: pointer;
}

div.icon a{
	text-decoration: none;
}

/*  ----- PORTFOLIO SECTION -----  */

div.portfolio_content {
	position: absolute;
	top: 100%;
	z-index: 5;
	margin-left: 18%;
	width: 64%;
	color: #fff;
	height: auto;
}

div.portfolio_app {
	margin-bottom: 150px;
	opacity: 0.6;
}

div.portfolio_app:hover {
	opacity: 1;
}

div.portfolio_app:last-child {
	text-align: center;
	margin-top: 40%;
	margin-bottom: 5%;
}

div.portfolio_app:last-child:hover {
	opacity: 0.6;
}

div.portfolio_app a {
	text-decoration: none;
	color: #fff;
}

div.portfolio_app h1  {
	display: inline-block;
	font-family: 'Paytone One', sans-serif;
}

div.portfolio_app h1:first-child {
	font-size: 1.5em;
	font-weight: 200;
	font-family: 'Poiret One', cursive;
	letter-spacing: 2px;
}

div.portfolio_app .title_h1 {
	margin-left: 19.5%;
}

div.portfolio_app .title_boys {
	margin-left: 20.5%;
}

div.portfolio_app p {
	margin-top: 1%;
	margin-left: 51%;
	margin-right: 1%;
	padding: 20px 0;
	font-family: 'Karla', sans-serif;
	text-align: justify;
}

div.portfolio_app .background_link {
	cursor: default;

}

/*  ----- BACKGROUND IMAGE THAT POPS UP WHEN THE MOUSE IS OVER A PORTFOLIO SECTION -----  */

.overlay {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.overlay img {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	background-color: rgba(10, 10, 10, 0.1);
}

/*  ----- ABOUT ME SECTON -----  */

div.aboutme {
	position: fixed;
	z-index: 10;
	left: 18%;
	width: 64%;	
	height: 100%;
	color: #fff;
	background-color: rgb(10, 10, 10);
	text-align: justify;
	display: none;
	overflow-y: scroll;
}

div.aboutme h2 {
	font-family: 'Paytone One', sans-serif;
	letter-spacing: 0.8px;
	font-size: calc(1em + 0.5vw);
}

div.aboutme p {
	margin: 1% 0;
	font-family: 'Karla', sans-serif;
}

div.aboutme a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

div.aboutme a:hover {
	opacity: 0.7;
}

div.aboutme button {
	font-family: 'Paytone One', sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #111;
	opacity: 0.7;
	padding: 2px 6px;
	border-radius: 50%;
	margin-left: 96%;
}

div.aboutme hr {
	border-color: rgb(150, 17, 247);
	opacity: 0.4;
}

.aboutme_empty {
	height: 20%;
}

.aboutme_skills {
	padding-bottom: 5%;
}

/*  ----- MY PICTURE -----  */

.photo_me {
	opacity: 0.9;
	text-align: center;
}

