
body {
	width:  100%;
	height: 100%;
	margin: 0px;background: rgb(227, 230, 232);
}
#background {
	background: rgb(36,40,43);
	display: table;
	position: absolute;
	height: 85%;
	width: 100%;
}
#container {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: -20px;
}
#footer {
	position: absolute;
	top: 85%;
	width: 100%;
	/* right: 0px; */
}
#photo {
	width: 300px;
	height: 300px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	background: url(../img/photo_cartoon.png);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	background-size: 100%;
	border: 10px solid white;
	margin-left: auto;
	margin-right: auto;
}
#description {
	width: 300px;
	height: 0px;
	-moz-border-radius: 200px;
	margin: 0px auto 0px auto;
}
#contact{
	position: absolute;
	right: 4px;
	margin: 2px;
}

h1 {color: #ffffff;font-family: 'Lato', sans-serif;font-size: 27px;line-height: 23px;margin: 10px 0px -11px;}
p { color: #d0d2ce; font-family: 'Lucida Sans', Arial, sans-serif; font-size: 16px;}

@media only screen and (max-device-width : 600px) {
        #container {
                display: table-cell;
                vertical-align: middle;
                position: relative;
                top: -60px;
        }
        #photo {
                width: 500px;
                height: 500px;
                -moz-border-radius: 200px;
                -webkit-border-radius: 200px;
                border-radius: 200px;
                background: url(../img/photo.jpg);
                background-repeat: no-repeat;
                background-position: 0px -3px;
                background-size: 100%;
                border: 10px solid white;
                margin-left: auto;
                margin-right: auto;
        }
        #description {
                width: 900px;
                height: 10px;
                margin: 0px auto 0px auto;
        }
        h1 {color: #ffffff;font-family: 'Lato', sans-serif;font-size: 80px;line-height: 70px;margin: 10px 0px -30px;}
        p { color: #d0d2ce; font-family: 'Lucida Sans', Arial, sans-serif; font-size: 36px;}
}
