textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 50%;
  height: 100px;
}

.featuretext p {
    color: #FFF;
    font-size: 1.4rem;
    font-size: 14px;
    clear: both;
    margin-bottom: 0;
    height: 80px;
    padding: 0 30px 30px 30px;
}


*	{
  font-family: Roboto Condensed;
  }  

.widget h4 {
    color: #FFF;
    padding: 4px;
    border-radius: 0.2em;
    border-bottom: 1px solid #555;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.entry-header-wrap .page-title {
    padding-top: 1px;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    position: relative;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 38px;
    font-size: 3.8rem;
}

b, strong {
    font-weight: bold;
    color: black;
}

.main-navigation ul li a {
    color: #222;
    line-height: 38px;
    display: block;
    overflow: hidden;
    padding: 12px 20px 10px 20px;
    margin: 0;
    font-size: 1.4rem;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

p, h1, h2, h3, h4 {
    color: #222;
}