/*
Theme Name:     Parchment Child
Theme URI:      http://timhwang.org
Description:    Child theme for the Parchment theme
Author:         Tim Hwang
Author URI:     http://timhwang.org
Template:       spun
Version:        0.1.0
*/

@import url("../parchment/style.css");

body,
button,
input,
select,
textarea {
  color: #3B3B3B;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: lighter;
}

#masthead {
  display: block;
  width: 620px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 0px 35px 0px;
}

.site-title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28.8px;
  font-size: 1.8rem;
  margin: 0;
}

.site-title a {
	color: #000000;
}

.site-subhead {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0;
}

.site-subhead a {
	color: #347444;
}

.site-subhead a:hover {
	opacity: .6;
}

.site-subhead a:active {
	opacity: .8;
}

.comment-body a,
.entry-content a {
  text-decoration: none;
  color: #347444;
}
.comment-body a:hover,
.entry-content a:hover {
  opacity: .6;
}
.comment-body a:active,
.entry-content a:active {
  opacity: .8;
}