#bg {
	top: -50%;
	left: -50%;
	position: fixed;
	height: 200%;
	width: 200%;
}

body, #bg {
	background: url('images/bg.jpg');
}

html, body, div, img, figure, section, article, header, nav, footer {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

div, img, figure, section, article, header, nav, footer {
	overflow: hidden;
}

#footer {
	margin: 50px 0 25px;
}

.wrapper {
	margin: 0 auto;
}

.mobile_only {display: none;}

.media {
	margin: 10px 0 0;
}

.media a {
	padding: 0 3px;
	border: none;
	color: #333;
	text-decoration: none;
}

.media .facebook:hover {color: #3B5998}
.media .bandcamp:hover {color: #1DA0C3;}
.media .email:hover::before {content: "\f2b6"; }
.media .email:hover {color:#CCCCCC;}
.media .instagram:hover {color: #BC2A8D;}
.media .patreon:hover {color: #E85B46;}
.media .snapchat:hover {color: #FFFC00;}
.media .twitter:hover {color: #26A7DE;}
.media .twitter:hover {color: #000000;}
.media .youtube:hover {color: #C4302B;}
.media .substack:hover {color: #FFA500;}
.media .medium:hover {color: #FF6666;}
.media .kofi, .media .substack {
	position: relative;
	top: 3px;
}

.media .kofi {
	left: 2px;
	font-size: 1.2em;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

body, .serif {font-family: 'Libre Caslon Display', serif;}
.sans {font-family: 'Raleway', sans-serif;}
.mono {}
.small {font-size: 0.9em;}
.uppercase {text-transform: uppercase;}
.caps {text-transform: capitalize;}
.center {text-align: center;}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	font-weight: 400;
	letter-spacing: -0.025em
}
h1 {font-size: 2.1em;}
h2 {font-size: 1.85em;}
h3 {font-size: 1.3em;}

@font-face {
      font-family: 'fontello';
      src: url('fonts/font/fontello.eot?8551783');
      src: url('fonts/font/fontello.eot?8551783#iefix') format('embedded-opentype'),
           url('fonts/font/fontello.woff?8551783') format('woff'),
           url('fonts/font/fontello.ttf?8551783') format('truetype'),
           url('fonts/font/fontello.svg?8551783#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
}

.demo-icon {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 0.9em;
	position: relative;
	top: -1px;
     
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
     
      /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width:768px) {
	.wrapper {width: 85%;}
	.mobile_only {display: inline;}
	#writing {width: 33%;}
	h1 {font-size: 3.5em;}
	h3 {font-size: 1.5em;}
	#posts p {font-size: 1.5em;}
	.media {
	margin: 0;
	float: right;
	text-align: right;
	display: inline;
	}
}
@media only screen and (min-width:1024px) {
	#featured_img {max-width: 800px}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}