body{
	background: #ffffff;
	justify-content: center;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
}

#page
{
	width: 900px;
	margin: auto;
	padding: 5% 1.5%;
}

#projects
{
	width: 100%;
	display: inline-block;
}

#bio
{
	width: 100%;
	height: 80%;
	margin: 0;
	padding: 0;
	border: 0;
	color: #dddddd;
	background-color: black;
	background-image: url("resources/images/dimitrios_doukoglou_v_for_vrana.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}


#superme
{
	vertical-align: middle;
	text-align: center;
	padding: 0 0 0 62px;
}

h1
{
	text-align: center;
	font-size: 3.2em;
	font-weight: normal;
	font-family: Georgia, serif;
	padding-bottom: 0;
	margin: 0;
}

h2
{
	text-align: center;
	font-size: 1.6em;
	font-weight: normal;
	font-family: Georgia, serif;
	margin: 0;
	padding-top: 0;
	/*padding-bottom: 30px;*/
}

h3 {
	text-align: center;
}

/* blog stuff here */
#post 
{
	width: 600px;
	max-width: 600px;	
	margin: auto;
	border: 0;
	padding: 5%;
}
#post p
{
	font-size: 1.25em;
	line-height: 1.25em;
	overflow-wrap: break-word;
	text-align: left;
	
}
#post img
{
	width: 100%;
}
#post h1
{
	width: 80%;
	margin: auto;
	margin-bottom: 1em;
}
#post .date{
	text-align: right;
	font-style: italic;
	font-size: 1em;
}
#post .back {
	width: 30%;
	margin: auto;
	text-align: center;
}

a
{
	text-decoration: none;
	color:  #3c3683;
}

a.visited
{
	 color: #3c3683;
}

div.icons {
	text-align: center;
}

div.shows {
	margin-top: 100px;
	padding: 20px;
	float: right;
	width: 477px;
	font-family: sans-serif;
}

div.shows ul {
	width: 260px;
	margin: auto;
}

img
{
	border: 0;
}

img.icon
{
	width: 75px;
	padding: 4px;
	vertical-align: middle;
}

ul.science-comedy
{
	list-style-type: none;
	width: 900px;
	margin: auto;
	padding: 0;
	border: 0;
}
}

footer
{
	margin-top: 5%;
}

footer img.icon
{
	width: 4%;
	height: auto;
}

footer h3
{
	margin: 0;
}

p.writing a {
	text-decoration: underline;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.block
{
	display: inline-block;
}

.middle {
  vertical-align: middle;
}

.proj
{
	width: 30%;
	min-width: 320px;
	height: auto;
	margin: 0.5%;
	padding: 1%;
	text-align: center;
	vertical-align: middle;
	background-color: #f9f9f9;
}

.proj img
{
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1100px) {
	.proj 
	{
		width: 40%;
	}
}

.caption
{
	display: block;
	margin-top: 2%;
}

.flex
{
	display: flex;
}

.poster
{
	width: 50%;
	height: auto;
	margin: auto;
}

.header
{
	width: 100%;
}

#bio .text {
	display: block;
	padding: 5% 0 5% 50%;
	width: 30%;
	min-width: 300px;
    text-align: justify;
    text-justify: inter-word;
}

#bio p 
{
	background: rgb(15, 15, 15); /* Fallback for older browsers without RGBA-support */
    background: rgba(15, 15, 15, 0.5);	
}
    
#bio a
{
	color: #91a3f2;
}

@media only screen and (max-width: 1100px) {
	#bio .text {
        padding: 5%;
        width: 70%;
        margin: auto;
    }
}