body {
	background: #ffffff;
	font-family: 'Raleway', sans-serif;
	color: #9C9C9C;
}

h1 {
	color: #39B54A;
	font-size: 36px;
}

h2 {
	color: #FCB040;
	font-size: 24px;
}

h3 {
	color: #764C28;
	font-size: 18px;
}


.row {
	text-align: left;
}

/*.about-img {
	position: relative;
	width: 50%;
	height: auto;
}*/

.btn-link{
  border:none;
  outline:none;
  background:none;
  cursor:pointer;
  padding:0;
  text-decoration:none;
  color: #9C9C9C;
}