body { 
	font-family: "Libre Baskerville",sans-serif; 
	font-size: 14px;
	width: 75%;
}

h1 {
	font-size: 40px;
}

h2 {
	text-decoration: none;
	font-size: 25px;
	text-align: center;
	
}

#page-content-wrapper h2 {
	margin-top: 75px;
	text-decoration: underline;
}

#page-content-wrapper h3 {
	margin-top: 50px;
	text-decoration: underline;
}

h3 {
	font-size: 20px;
	text-decoration: none;
}

.personal p {
	line-height: 20px !important;
	margin-top: 0px !important;
}

#sidebar-wrapper p {
	text-align: justify;
}

#page-content-wrapper p { 
	text-align: justify;
	line-height: 25px;
	margin-top: 30px;
}

ul {
	list-style-type: '- ';
}

li {
	text-align: justify;
	line-height: 25px;;
}

.profile img {
	width: 150px;
	height: 150px;
}

article {
	margin: 50px 0;
}

.green {
	color: #55c170;
}

#sidebar-wrapper p {
	padding: 0 10px;
}

a {
	color: #55c170 !important;
	text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  body {
    width: 100%;
  }
}