html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background:url(./grey.png);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.title{
	text-align: center;
	font-size: 100px;
}
#photo{
	width: 300px;
	height: 300px;
	background: url('./r_4.jpg');
	box-sizing:border-box;
	background-size: 300px 300px;
    background-repeat: no-repeat;
    border-radius: 200px;
    border: 3px solid #888;
    margin-right: 30px;
    float: left;
}
#container {
	/*width: 100%;*/
	font-size: 20px;
	color: #222;
	margin: 20px;
	/*text-align: center;*/
}
#info{
	margin: auto;
	/*font-size: 20px;*/
	min-height: 300px;
	/*padding-left: 100px;*/
	/*padding-top: 40px;*/
	/*padding-right: 40px;*/
	text-align: justify;
    text-justify: inter-word;
    /*float: left;*/
}
@media (min-width: 980px) {

	#container{
	margin: auto;
		width: 900px;
	}
}

a{
	color: black;
	text-decoration: none;
	font-weight: 600;
}
a:hover{
	text-decoration: underline;
}

#resis-img{
	margin-top: 20px;
	margin-left: 20px;
	width: 80%;
}
#projects, #contact{
	margin: 30px 30px 0px 30px;
}

.smallTitle{
	font-size: 36px;
	/*font-weight: bold;*/
}