body
{
	background: url("../Images/footer_lodyas.png") repeat;
}

#page a
{
	text-decoration: none;
	color: #ffd700;
	font-weight: bold;
}

#page
{
	width: 75%;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

header
{
	text-align: center;
	padding: 10px;
	width: 500px;
	margin: auto auto 30px;
}

header h2
{
	font-family: 'Lato', sans-serif;
	font-size: 35px;
	font-weight: 400;
	color: #b4b4b4;
	line-height: 50px;
	margin: 10px;
}

h1
{
	font-family: 'Lato', sans-serif;
	font-size: 54px;
	font-weight: 400;
	color: white;
	line-height: 50px;
	margin: 20px;
}

#content
{
	display: flex;
}

main
{
	flex: 3;
	padding-left: 10px;
	padding-right: 10px;
}

main img
{
	width: calc(100% / 3);
	vertical-align: middle;
}

#project_images img
{
	width: calc(99% / 2);
	margin-bottom: 10px;
}

aside
{
	flex: 1;
	padding-left: 10px;
	padding-right: 10px;
}

aside section .picture
{
	width: 100%;
	border-radius: 20px;
	margin-top: 20px;
}

#content section h2
{
	font-family: 'Lato', serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 3px dotted #737373;
}

aside section h3
{
	font-family: 'Lato', serif;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 15px;
}

#content .category_link
{
	color: orange;
	font-weight: bold;
	font-size: 20px;
}

#content .project_link
{
	color: #ffd321;
	text-indent: 10px;
}

aside section
{
	padding: 20px !important;
}

.skills-icons img
{
	width: 19% !important;
	vertical-align: middle;
}

#content section
{
	padding: 20px 50px 20px 50px;
	margin-bottom: 20px;
	background-color: grey;
	box-shadow: 5px -5px 20px 1px grey;
	border-radius: 10px;
}

#content section p
{
	text-align: justify;
	text-indent: 10px;
	margin-bottom: 10px;
}

p, ul
{
	color: #adb7bd;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

ul
{
	list-style: disc;
}

.about p
{
	text-align: justify;
}