@import url(https://fonts.googleapis.com/css?family=Lato);

body {
	background: #303030;
	font-family: 'Lato', sans-serif;
}

h1 {
	color: white;
}

.mm-avatar {
	border: 5px solid #337ab7;
	width: 50%;
	max-width: 300px;
	margin: 0 10% -30px 40%;}

#menu {
	padding-top: 5em;
	-webkit-transition: margin-top 0.5s;
        	transition: margin-top 0.5s;
}

.panel-body {
	max-height: 200em;
	overflow: hidden;
	-webkit-transition: max-height 2s;
	        transition: max-height 2s;
}

.mm-image-list i {
	padding-top: 1em;
	display: block;
}

.mm-image-list + p, .carousel.slide + p {
	margin-top: 2em;
}

.mm-panel-expand {
	opacity: 0;
}

.mm-panel-collapse .mm-panel-expand {
	opacity: 1;
}

.mm-panel-collapse .panel-body {
	max-height: 20em;
	-webkit-transition: max-height 2s;
	        transition: max-height 2s;
}

.mm-top {
	float: right;
}

.mm-top-hover {
	opacity: 0;
	margin-right: 10px;
	-webkit-transition: opacity 0.2s ease-in;
	        transition: opacity 0.2s ease-in;
}

.mm-top:hover .mm-top-hover {
	opacity: 1;
}

.mm-social {
	padding: 10px 0 20px;
	font-size: 32px;
}

.mm-social a,
.mm-social a:hover {
	color: white;
	text-decoration: none;
}

.mm-social a:hover {
	opacity: 0.7;
}

@media (min-width: 992px) {
	h1 {
		padding: 70px 0 0.5em;
		margin: 0;
	}
}

@media (max-width: 991px) {
	h1 {
		padding: 1.5em 0 0.5em;
	}

	.mm-image-list img {
		max-height: 20em;
	}

	.mm-image-list > div {
		margin-bottom: 2em;
	}
}