@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");

/* Reset */

html, body, div, span, h1, h2, p, a, em, img, small, strike, strong, center, ol, ul, li, footer, header, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

footer, header, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
}
	
/* Main CSS */

body {
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 19pt;
	font-weight: 300;
	line-height: 1.75em;
	color: #888;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #666;
	line-height: 1.5em;
}

h2 {
	font-size: 2em;
	letter-spacing: -1px;
}

header {
	margin: 0 0 2em 0;
}

strong, b {
	font-weight: 300;
	color: #666;
}

p, ul, ol, {
	margin-bottom: 2em;
}

/* Sidebar */

#sidebar {
	background-color: darkviolet;
	color: #fff;
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: fixed;
	text-align: right;
	top: 0;
	width: 275px;
}

#sidebar .icons {
	padding: 1.5em 0 0.75em 0;
	font-size: 0.8em;
	text-align: right;
}

.fade {
	-webkit-transition: opacity 1s; /* Safari */
	transition: opacity 1s;
	opacity: 0.4;
}

.fade:hover {
	opacity: 1.0;
}

#name {
	position: relative;
	margin: 1.75em 1.5em 1.5em 1.5em;
	min-height: 48px;
	cursor: default;
}

#name h1 {
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	line-height: 1em;
}

#name p {
	position: relative;
	display: block;
	font-size: 0.6em;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.25em;
	margin: 0.5em 0 0 0;
}

img.mimi{
	float: left;
}

/* Navigation */
#nav ul {
	margin-bottom: 0;
}

#nav ul li a {
	display: block;
	padding: 0.5em 1.5em 0.5em 1.5em;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	outline: 0;
	border: 0;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
	
}

#nav a:hover {
	color: #fff;
}

/* Footer */

#footer {
	margin-left: 375px;
	text-align: center;
	padding: 3em 0 4em 0;
	font-size: 0.8em;
}

#footer .copyright {
	margin: 0;
}

#footer .copyright li {
	display: inline-block;
	line-height: 1em;
	border-left: solid 1px rgba(128, 128, 128, 0.35);
	padding: 0 0 0 0.5em;
	margin: 0 0 0 0.5em;
}

#footer .copyright li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

/* Main */

#main {
	margin-left: 15%;
}

section {
	Display: block;
	margin: 0;
	overflow: hidden;
	padding: 4em 0;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
}

section .me {
	font-size: 20px;
	text-align: justify;
}

/* Gallery */

.gallery {
    border: 1px solid #ccc;
    width: 550px;	
	top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.gallery:hover {
    border: 1px solid #777;
}

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

.desc {
    padding: 15px;
    text-align: center;
}

/* Header */

#header {
	width: 20%;
}

#logo .image {
	position: relative;
	margin: 0 0 0.5em 0;
}

#nav ul li a {
	font-size: 0.8em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#nav ul li a span {
	padding-right: 2.25em;
}

#nav ul li a span:before {
	left: 100%;
	margin-left: -1.25em;
	line-height: 2.25em;
}

/* Footer */

#footer {
	margin-left: 20%;
}