/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;          
}
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', cursive;
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Global
-------------------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #fff;
	color: #000;
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: 300;
}
a {
	text-decoration: none;
	color: #ccc;
}
a:hover {
	color: #ccc;
}
footer {
    padding: 100px 0 60px 0;
    color: #747474;
    float: left;
    width: 100%;
    text-align: center;
}
/* =Template
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#main {
	background-color: #fff;
	padding: 10px 0;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.container section {
	max-width: 930px;
	width: 96%;
	margin: 20px auto;
}
.profile {
	position: relative;
    float: left;
    padding: 0 35px 0 0; 
}
.profile img {
	width: 100%;
	max-width: 500px;
}
.profiletxt {
	width: 100%;
}
/* =Top Bar
-------------------------------------------------------------- */
#top-bar {
	background-color: #fff;
	color:#000;
}
#top-bar a {
	color: #797979;
	font-size: 11px;
	text-transform: uppercase;
	font-weight:600;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	margin: 0;
	padding: 10px;
}
#top-bar a:hover {
	background-color: #fff;
	color:#bbb;
}
span.instagram, span.facebook, {
	display: block;
	width: 50%;
}
span.instagram {
	float: left;
	text-align: left;
}
span.facebook {
	float: right;
	text-align: right;
}

/* =Header
-------------------------------------------------------------- */
header {
	padding: 10px 0;
}
#title {
	text-align: center;
}
#title h1 {
	display:inline-block;
	letter-spacing: 0.3em;
	color: #111;
	font-size: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#title h2 {
	letter-spacing: 1px;
	color: #bbb;
	font-size: 16px;
}
/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
.clear{
	clear:both;
}
/* =Media Queries
-------------------------------------------------------------- */ 
@media all and (max-width: 800px) {
.profiletxt {
	float: left;
	padding: 0 25px 0 25px;
}
.profile img {
	max-width: 800px;
	padding: 0 15px 50px 50px;
	width: 100%;
}
}

@media all and (max-width: 600px) {
header {
	padding: 0px 0;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.profiletxt {
	width: 100%;	
}
#top-bar a {
	display: block;
}
span.instagram,  span.facebook {
	width: 100%;
}
span.instagram {
	text-align: left;
	width: 50%;
}
span.facebook {
	text-align: right;
	width: 50%;
}
span.instagram, span.facebook {
	border-bottom: solid 1px #ccc;
}
#title h1 {
	font-size: 25px;
}
#title h2 {
	font-size: 14px;
}
}
