@import url("https://fonts.googleapis.com/css?family=Share+Tech+Mono|Montserrat:700");

a {color: #613DC1;}
a:hover {color: #000;}

body {
  margin: auto;
  font-size:20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Avenir Next', Avenir, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

footer {
  text-align:center;
  padding:10px;
}

h1 {
    font-size: 50px;
    text-align: center;
    font-family: "Montserrat", monospace;
}

/* MOOD BAR */
span.emoji {
  font-size:30px;
  vertical-align:middle;
}

img.custom-icon {
  width:30px;
  vertical-align: middle;
}

#mood, #tags {
  display:inline;
  padding:10px;
}

/* TAGS */
.tags {
  vertical-align: middle;
  background-color:#D2D6EF;
  color:#613DC1;
  font-weight:bold;
  text-decoration: none;
  padding:2px 5px 2px 5px;
  margin:5px;
  border-radius:5px;
}

.tags:hover {
  background-color:#613DC1;
  color:#fff;
}

.tag-box {
  margin-left:40px;
  white-space: nowrap;
}

.post_list ul { list-style-type: none; }
.post_list li {padding:5px;}

hr {
	background:url(/images/kao/cactus-walk.gif) no-repeat top center;
	height:40px;
	border:none !important;
}

.blurb {
  padding-left: 50px;
  font-style: italic;
}

header {
  position:fixed;
  right:50px;
  top:50px;
}
