@charset "utf-8";

/*
Theme Name: mel-meow.com
Theme URI: http://mel-meow.com/
Description: mel-meow
Version: 3.0
Author: Melina Pierro
Tags: 

*/

/*
	Cores
		Verde fundo: #9ca27e
		Verde hover: #9a8
		Vermelho: #cc0033
		Vermelho Links: #c35d62
		Rosa:#e0898a
		Marrom Texto: #796d5e
*/


/* [RESET] */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;}
audio, canvas, video {display: inline-block; *display: inline; *zoom: 1;}
audio:not([controls]) {display: none;}
[hidden] {display: none;}

html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, button, input, select, textarea {font-family: sans-serif; color: #222;}
body {margin: 0; font-size: 1em; line-height: 1.4;}

a {color: #ce2a4a;}
a:visited { /*color: #6f5e8c;*/ }
a:hover { color: #296c85; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { /*background: #ff9; color: #000; text-decoration: none; */}
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

small { font-size: 85%; }

img {
	border: 0;
}


/* [FORMS] */

form {margin: 0;}
fieldset {border: 0; margin: 0; padding: 0;}
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table {border-collapse: collapse; border-spacing: 0;}
td {vertical-align: top;}




.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}


/* [MEL-MEOW] */

html, body {height:100%;}

html, body, form {
	margin:0; padding:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0 0 1.5em;
}

body, table {font-family:Arial, Helvetica, sans-serif; line-height:1.3em; color:#5b5b60; font-size:100%;}

p {margin:0 0 1.5em;}
ul {margin:0; padding:0; list-style:none;}

.center {width:900px; margin:0 auto;}

.title {text-align:center;}

.title, .titleDots {
	color:#5b5b60;
	color:#333;
	font-size:2em;
	margin-bottom:1em;
	text-shadow:1px 1px 0 #ddd;
	line-height:1;
}
.title a {
	color:#ce2a4a;
	text-decoration:none;
}
.title2 {
	color:#5b5b60;
	font-size:24px;
	margin-bottom:.8em;
}

.title-margin {margin-bottom:.2em;}

.titleDots, .portfolio-post .title {
	border-bottom:1px dotted;
	text-align:center;
	padding-bottom:.5em;
   
}

#titleWeb {
	width:60%;
	margin: 40px auto;
}

.subtitle {font-size:16px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom:2em;}

.post ul, .page ul {margin-bottom:2em;}

.title span {font-size:.5em;}
p + .title, ul + .title {margin-top:1.3em;}

.linkDestaque {font-weight:bold; text-decoration:none;}

#wrapper {height: auto !important; margin: 0 auto -28px; min-height: 100%;}
#content {padding:40px 183px 30px 183px;}

.conteudo {width:450px;}

.push {height:28px;}

.lista {}
	.lista li {margin-left:1em; list-style:disc;}



.title, #menu a, #logo, h1, h2, h3 {
	font-family:'Yanone Kaffeesatz', sans-serif;
	font-weight:normal;
}

/* [TOPO] */
#top {
	height:128px;
	padding-top:20px;
	background:url(img/img-topo.png) repeat-x center -20px;
}

	#logo {
		width:137px;
		height:124px;
		margin:0 0 -48px 20px;
		background:url(img/mel-meow.png) no-repeat 0 0;
		position:relative;
		z-index:1;
		color:#fff;
	}
	#logo > a {
		width: 100%;
		height: 100%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display: block;
	}
	#menu {
		background:#ef9a9a; 
		border-bottom:3px solid #212121;
		height:34px;
		line-height: 34px;
		position:relative;
	}
		#menu nav {}
		#menu nav a {
			color:#fff; 
			text-decoration:none; 
			float:left; 
			padding:0 12px; 
			margin-right:8px;
			font-size:19px; 
		}
		#menu a:first-child {margin-left:175px;}
		#menu a:hover {}
		
		#menu a.selecionado {
			color: #d13759;
		}

		#menu-btn {
			position: absolute;
			top: 0;
			right: 5%;
			padding: 10px 10px;
			background-color: transparent;
			display:none;
		}
		
		.icon-bar {
			display: block;
			width: 16px;
			height: 2px;
			background-color: #fff;
			border-radius: 1px;
		}
		.icon-bar + .icon-bar {
			margin-top: 4px;
		}

/* [RODAPE] */
#footer {
	clear:both;
	background-color:#808080;
	height:28px;
	line-height:28px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#ddd;
}
	#footer .center {text-align:center;}


/* [VISUAL] */

.thumb_list img,
#menu a {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

/* Fundo Verde */
/*
body { background: #9ca27e url(img/bg_textura.png) repeat center 0; min-width:940px; }
#wrapper { background: url(img/bg_listras.png) repeat-x center 0; }
*/

/* Fundo Cinza */
body {background: #e1e1e1 url(img/bg-listras-light.png) repeat-x 50% 0;}

.ad {
	text-align:center;
	margin:0 -15px 20px;
}


/*---------------------------------------------------------------------------------------*/

/* [CATEGORIA] */
.post-block {
	background:#fff;
	padding:8px;
	margin-bottom:20px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.15);
}
.block-title {
	font-size:28px;
	line-height:1;
	margin-bottom:.5em;
	color:#ce2a4a;
}
.block-title a {
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.block-title + .content p {
	margin:0;
}
.wp-post-image {
	float:left;
	width:30%;
	height:auto;
	margin:0 1em 0 0;
}
.text-block {
	margin-left:32%;
}


/* [CONTATO] */
#imgContato {
	float:left; 
	border:3px solid #212121;
	margin:0 20px 50px 0;
	position:relative; top:-8px;
	border-radius: 80px;
}
#txt-contato {margin-left:100px;}
#txt-contato .title {text-align:left;}


/* [ARTE, PORTFOLIO]*/
.post {margin-bottom:4em;}

.category-arte .title {
	border-bottom:1px dotted;
	text-align:center;
	padding-bottom:.5em;
}

.category-arte .content img, .content img.borda, .portfolio-post img.borda {
	border:8px solid #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,.15);
	max-width:100%;
	height:auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.portfolio-post .content img {
	box-shadow: 1px 1px 2px rgba(0,0,0,.15);
	max-width:100%;
	height:auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.portfolio-post .post-block {
	background: transparent;
	padding: 0;
}


/* [TUTORIAIS] */
.comic .post, .tutorial .post {
	margin-bottom:0;
}

.gifHover + .wp-caption-text:before {
	content:'';
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	z-index:1;
	top:18px;
	left:18px;
	border-radius:18px;
	background:#fff;
	box-shadow:0 0 6px #bbb;
}
.gifHover + .wp-caption-text:after {
	content:'';
	display:block;

	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #959595;
	position:absolute;
	z-index:2;
	top:25px;
	left:28px;
}

.wp-caption:hover .wp-caption-text:before, .wp-caption:hover .wp-caption-text:after {
	display:none;
}

/* [COMICS] */
.comic img {
	box-shadow: 0 0 8px rgba(0,0,0,1);
}

.comic .post-block {
	background:#555;
	color:#fff;
}

.comic a {
	color:#e0898a;
}

/* [POSTS] */
article h2 {
	/*border-bottom:1px dotted #ccc;
	padding-bottom:.5em;
	font-size:1.5em;*/
	background:#5b5b60;
	color:#fff;
	padding:10px;
	border-radius:4px;
}
article p + h2 {
	margin-top:1.5em;
}
article h3 {
	font-size:1.5em;
}
p + h3 {
	margin-top:1.5em;
}

article ul {
	list-style:disc;
	margin-left:2em;
	margin-bottom:2em;
}
article li {
	list-style:disc;
}

article img {
	max-width:100%;
	height:auto;
}
.imgBorder {
	border:1px dashed #ccc;
	padding:12px;
}

/* caption padrao */
.wp-caption {
	width:auto !important;
	text-align:center;
}
.wp-caption-text {
	text-align:center;
	margin:0 0 3em;
}
.wp-caption img {
	margin-bottom: 12px;
}


/* caption tutoriais */
.tutorial .wp-caption {
	border:1px dashed #ccc;
	padding:12px;
	margin-bottom:3em;
	font-size:.85em;
	position:relative;
	border-radius: 4px;
	overflow: hidden;
}
.tutorial .wp-caption img {margin-bottom:12px;}
.tutorial .wp-caption.aligncenter {
	width:auto !important;
	text-align:center;
}
.tutorial .wp-caption-text {margin:0 -12px -12px; background:#f5f5f5; padding:12px; text-align:left; border-top:1px dashed #ccc;}


/* img tutoriais */
.tutorial img.aligncenter {
	border:1px dashed #ccc;
	padding:12px;
	margin-bottom:1.5em;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}


/* videos */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:2em;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* [WP] */
.post-edit-link {color:#fff; float:right;}
.post-edit-link:hover {color:#ddd;}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {float: left; margin:0 20px 20px 0;}
.alignright {float: right; margin:0 0 20px 20px;}

#commentlist {
	list-style:none;
	margin:0 0 2em;
	padding:0;
}
#commentlist  li {
	margin:0 0 1em;
	border: 1px dashed #aaa;
  border-radius: 4px;
  padding: 12px 12px 0;
	position:relative;
}

#commentlist .bypostauthor {
	background:#ededed;
}

#commentlist .fn {
	margin:0 0 1em;
}
#commentlist .time {margin-left:10px;}

.comment-author {
	margin-bottom:1em;
	font-family:'Yanone Kaffeesatz', sans-serif;
	font-size:20px;
}

#reply-title {
	font-size:24px;
	margin:1em 0;
}

.comment-text {
	margin-left:80px;
}

.comment-body {
	position:relative;
	padding-left:80px;
	overflow:hidden;
}

.comment-body a {
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow: hidden;
}

.reply {
	margin-bottom:15px;
	font-size:12px;
	text-align:right;
}
.comment-reply-link {
	color:#5b5b60;
}

.avatar {
	position:absolute;
	top:0;
	left:0;
}

#commentform label {
	display:inline;
}

#commentform p {
	margin-bottom:.5em;
}

#submit {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	border:0;
	border-radius:4px;
}

/* [PORTFOLIO] */

/* css transitions */
body {
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.transition {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}


/* PORTFOLIO */

.project-list {

}


/* [PROJECT LIST] */

.project-list {
}

.project-item {
	background: #fff;
	padding: 8px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.15);
	margin-bottom: 50px;
}

.project-img {
	background-color: #333;
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.project-img:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.project-img img {
	width: 100%;
	height: auto;
	opacity: 0.8;
	display: block;

 	/*filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);*/

	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}



.project-img img:hover {
	opacity: 0.85;
}

.project-title {
	color: #ce2a4a;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 1;
	margin: 0 0 8px;
}

.project-title > a {
	text-decoration: none;
}

.project-title > a:hover {
	text-decoration: none;
}

.project-desc {
	min-height: 2.5em;
	font-size: 16px;
	margin: 0 0 15px;
	line-height: 1.3;
}

.project-item .project-role {
	border-top: 1px solid #ebebeb;
	margin:0 -8px 0;
	padding: 15px 8px 8px;
	line-height: 1.2;
	font-size: 13px;
	color: #888;
}




/* [BOOTSTRAP] */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  /*width: 206px;*/
  width:100%;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}

.addthis_sharing_toolbox {display:none;}


/* [MEDIA QUERIES] */

@media (min-width: 768px) and (max-width: 991px) { /* tablet / desktop */
}

@media (min-width: 768px) and (max-width: 992px) { /* tablet */
}
 
@media (max-width: 992px) {

	.center {width:90%;}

	img, iframe {
		max-width:100%;
		height:auto;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	
}


@media (max-width: 760px) { /* mobile */

	#content {
		padding: 40px 40px 30px;
	}

	.mobile-visible {display:block;}
	.desktop-visible {display:none;}

}


@media screen and (max-width: 560px) { /* mobile */

	#top {
		background-position: 80% -20px;
	}

	.addthis_toolbox {display:none;}
	.addthis_sharing_toolbox {display:block;}

	.center {
		width:auto;
		margin:0 15px;
	}
	#content {
		padding: 40px 0 30px;
	}

	/* MENU MOBILE */
	#top, #menu {height:auto;}
	#menu {padding-top:35px;}
	
	#menu-btn {
		display:block;
	}
	#menu nav {
		display:none;
		width:100%;
		margin:0;
	}

	#menu nav a, #menu a.selecionado {
		float:none;
		height:40px;
		line-height:40px;
		font-size:20px;
		margin:0;
		padding:0 7%;
		border-bottom: 1px dotted #666;
		text-align:right;
		display:block;
		background:#333;
	} 
	#menu a:first-child {margin:0;}
	
	textarea, input {width:96%;}


	.comic, .tutorial {
		margin:0 -15px;
	}
	.comic .post-block {
		padding:20px 18px;
	}
	.comic .title, .tutorial .title {
		margin:0 15px 1em;
	}

}

@media screen and (max-width: 400px) { /* mobile ajsutes telas menores */
	.alignleft, .alignright {max-width:50%;}
	
}


/* Tela retina / alta densidade */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

  #logo {
    background-image:url(img/mel-meow-2x.png);
	background-size:100% auto;
  }
    
}