body {
    background:#fff;
  	font-family:'Open Sans', sans-serif;
	font-size:18px;
	text-align:center;
}

h1 {
	color:#2c3e50;
	font-size:26px;
	font-weight:bold;
	text-transform:capitalize;
}

div.container {
    overflow:hidden;
	margin:0 auto;
    padding-bottom:20px;
}

span.line {
	display:inline-block;
}

/*** body row ***/

#about_body {
	background-color:#F5F5DC;
	line-height:1.75em;
}

#about_body h1{ 
	padding:1em 0;
	color:#F0942A;
	line-height:1.25em;
}

#about_body div.content {
	text-align:left;
}

#snapfax_logo{
	margin-top:1.5em;
}

#snapfax_logo img{
    width: 100px;
    height: 100px;
}

a#home {
	font-size:14px;
}

/*** footer row ***/
#about_footer{
    padding-top: 1em;
	font-size: 14px;
}

/* xs */
@media (max-width:767px) {
	#about_body {
		line-height:1.5em;
	}

	#about_body h1{ 
		line-height:1.25em;
	}

	#snapfax_logo{
		margin-top:1.25em;
	}
}

/* sm and large */
@media (min-width:768px) {
	body { font-size:24px; }
	h1 { font-size:36px; }
	a#home { font-size:18px; }
	#about_footer{ font-size: 18px; }
}