* {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  font-family: "museo-sans","Helvetica","Arial",sans-serif;
  font-weight: 100;
  font-size: 20px;
  height: 100%;
  width: 100%;
  color: #2B2B2B;
}

/* Base template. */

h1 {
  font-family: "tamarillo","Brush Script MT",cursive,sans-serif;
  font-size: 92px;
  color: #00bece;
}

a:link,
a:visited {
  color: #00bece;
  text-decoration: none;
}

a:active,
a:hover {
  color: #00bece;
  text-decoration: underline;
}

h1 a:hover {
  text-decoration: none;
}

.fancy-label {
  font-size: 14px;
  font-weight: 100;
  color: #999;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.fancy-label a:link,
.fancy-label a:visited,
.fancy-label a:active,
.fancy-label a:hover {
  color: #999;
}

.share-icon {
    vertical-align: middle;
    opacity: 0.25;
    border: 0;
    height: 24px;
    width: 24px;
    display: inline !important;
}

.inline-block {
  display: inline-block;
}

#footer,
#feed_link,
#blog_nav,
#tag_options {
  margin-top: 30px;
}

/* Right-align text that aligns left on small screens. */
.text-right-sm {
  text-align: right;
}
@media (max-width: 767px) {
    .text-right-sm {
        text-align: left;
    }
}

/* Centers on small screens, left otherwise. */
.text-center-sm {
  text-align: inherit;
}
@media (max-width: 767px) {
    .text-center-sm {
        text-align: center;
    }
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}

.common_links span {
  margin: 0 10px;
}

/* Blog specific */

.post_title {
  font-family: "museo-sans","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  margin-top: 30px;
}

.post_when {
  margin-bottom: 20px;
}

.post_body {
  margin-bottom: 20px;
}

.leave_comment_heading,
.comment_submit_buttons,
#comments_label,
.single_comment,
.comments_control,
.comments_control_container {
  margin-top: 20px;
}

.single_comment {
  font-size: 16px;
  line-height: 18px;
}
.comment_who {
  margin-bottom: 5px;
}

label {
  font-weight: 100;
  margin-top: 10px;
}

.g-recaptcha {
  border: 1px solid #fff;
}

input[type="text"],
textarea {
  display: block;
  border: 1px solid #000;
  width: 100%;
  padding: 3px;
}

.has-error {
  border-color: #c94442 !important;
}


/* Works specific */

.work_link {
  margin: 15px 0;
}


/* Homepage specific */

.home_container {
  height: 100%;
  display: flex;
  align-items: center;
}

.home_container .common_links {
  margin-top: 20px;
}
