
body {
	padding-top: 54px;
	background-color: rgba(0,0,0,.015);
}


.red {
	color: darkred;
}



/*@import "https://fonts.googleapis.com/css?family=Roboto:100";*/
/*body {*/
	/*font-family: 'Roboto', sans-serif;*/
	/*background: #fdfdfd;*/
/*}*/

p {
	/*font-family: 'Roboto', sans-serif;*/
	/*font-size: 1.1em;*/
	font-weight: 300;
	line-height: 1.7em;
	color: rgba(0, 0, 0, 1);
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}


.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 20px 0;
}

ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
}

a.article,
a.article:hover {
	background: #6d7fcc !important;
	color: #fff !important;
}

a img {
	border: none;
}
a, a:link {
	color: #05ad9c;
	text-decoration: none;
}
a:visited {
	color: #047d5c;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #05ad9c;
	text-decoration: underline;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

div.wrapper {
	display: flex;
	width: 100%;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
}

#sidebar ul li a:hover {
	color: lightblue;
}

.active-page {
	color: #05ad9c !important;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
	color: #fff;
}

#sidebar a {
	color: #b8b7ad;
}

#sidebar a:hover {
	color: darkred;
}

#mobileNavbar {
	display: none;
}

.portfolio-item {
	margin-bottom: 30px;
}

ul.mediawiki-extensions li a:first-child {
	font-weight: bold;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 390px;
	width: calc(100% - 390px);
	min-height: 100%;
}

#MainContent {
	max-width: 1100px;
	padding: 40px 40px 140px;
}

@media (min-width: 1500px) {
	#sidebar {
		width: 390px;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		z-index: 999;
		color: #fff;
		transition: all 0.3s;
	}

	#sidebar.active {
		margin-left: -390px;
	}
}

@media (max-width: 1500px) {
	#sidebar {
		width: 310px;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		z-index: 999;
		color: #fff;
		transition: all 0.3s;
	}

	#sidebar.active {
		margin-left: -310px;
	}

	#MainContent {
		padding-left: 30px;
		padding-right: 20px;
	}

	#content {
		width: calc(100% - 310px);
		left: 310px;
	}
}

@media (max-width: 1200px) {
	#sidebar {
		margin-left: -390px;
	}
	#sidebar.active {
		margin-left: 0;
	}
	#MainContent {
		padding-left: 15px;
		padding-right: 15px;
	}
	#content {
		width: 100%;
		left: 0;
		top: 40px;
	}
	#mobileNavbar {
		display: flex;
	}
}

@media (max-width: 900px) {
	#duck {
		display: none;
	}
}

@media (max-width: 576px) {
	.not-phone {
		display: none;
	}
}

@media (max-width: 600px) {
	#MainContent {
		padding-left: 0;
		padding-right: 0;
	}
	#the-me {
		display: none;
	}
}

strong { font-weight: bold; }