@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/Ubuntu/woff/Ubuntu-Regular.woff') format('woff'),
       url('../../fonts/Ubuntu/woff/Ubuntu-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/Ubuntu/woff/Ubuntu-Bold.woff') format('woff'),
       url('../../fonts/Ubuntu/woff2/Ubuntu-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('../../fonts/Ubuntu/woff/Ubuntu-Italic.woff') format('woff'),
       url('../../fonts/Ubuntu/woff2/Ubuntu-Italic.woff2') format('woff2');
}

html,
body {
	font-family: 'Ubuntu';
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #272A32;
}

a {
	text-decoration: none !important;
}

.p-pages-profile {
	border: 2px solid #888;
	padding: 15px;
	color: #fff;
}

.p-pages-profile img {
	width: 200px;
}

.p-pages-marTB {
	margin-top: 20px;
	margin-bottom: 20px;
}

h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.p-pages-marT {
	margin-top: 20px;
}

.p-pages-social {
	margin-left: 5px;
	margin-right: 5px;
}

.p-pages-icon {
	font-size: 30px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.p-pages-firstCol {
		margin-bottom: 50px;
	}
}

.summary {
	position: relative;
}

.summary .alert {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.close {
	outline: 0;
}

/* init d3 */

#projects svg {
	width: 100% !important;
}

.links {
	stroke: #fff;
}

.nodes .circle {
  stroke-width: 1px;
	cursor: pointer;
	stroke: #fff;
}

.title {
	pointer-events: none;
	user-select: none;
}

.alert span {
	color: #272A32;
}

.alert span a {
	cursor: pointer;
	color: #185F90;
}

/* end of d3 */
