html, body {
	margin: 0;
	font-weight: 300;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	background: #1B1B1C;
	color: #F0F0F0;
}

a {
	text-decoration: none;
	font-weight: 700;
}

h1 {
	font-size: 1.4rem;
	font-weight: 300;
	padding: 0 .5rem;
}

.masonry {
    margin: 16px auto 0;
}
.mwidget {
	width: 236px;
	margin-bottom: 8px;
	background: #62C1F1;
	color: #101010;
}

.mwidget p {
	padding: 0 .5rem;
}

/* The side navigation menu */
.sidebar {
	display: none;
	/*width: 0;*/
	width: 200px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 3rem 1rem;
	border-right: 1px dotted #3F3F3F;
	/*overflow-x: hidden;*/
	/*transition: 0.5s;*/
}
.sidebar, .sidebar a { color: #F0F0F9; }
/*.sidebar p { padding: 0 1rem; }*/

.main {
	/*transition: margin-left .3s;*/
	width:100%;
}

/* Position and style the close button (top right corner) */
.closebtn {
	position: absolute;
	top: 0;
	right: 1rem;
	font-size: 1.8rem !important;
}
