#content
{
	text-align:center;
}
#content *
{
	text-align:left;
}

header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #303e49;
}
header h1 {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }
  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#stijn-photo
{
	border-radius: 50%;
	max-width: 175px;
	max-height: 175px;
	margin-left: auto;
	margin-right: auto;
}

#about-inner-wrapper .columns
{
	text-align: center;
}
#about-inner-wrapper .columns ul
{
	margin-bottom: 40px;		/* to match height with the photo, for responsive 'medium' view */
}
#about-inner-wrapper .columns *
{
	text-align: left;
}

#social
{
	margin-top: 100px;
}

#social .columns
{
	text-align: center;
}

#social .columns .fa
{
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
	margin-left: 20px;
	margin-bottom: 20px;
}
#social .columns .fa:hover
{
    opacity: 0.8;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#social .columns .fa-linkedin
{
  background: #007bb5;
  color: white;
}
#social .columns .fa-twitter
{
  background: #55ACEE;
  color: white;
}
#social .columns .fa-facebook
{
  background: #3B5998;
  color: white;
}
#social .columns .fa-envelope
{
  background: #247BA0;
  color: white;
}

#company
{
	margin-top: 50px;
	padding: 25px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 10px;
}
#company:hover
{
	background-color: rgba(255, 255, 255, 0.85);
}
#company hr
{
	margin-bottom: 50px;
}
#company p
{
	color: #444;
	font-style: italic;
}