/*
Theme Name: Deanna Hoak
Theme URI: http://www.deannahoak.com
Description: WordPress Child theme of Twenty Fifteen
Version: 1.0
Author: Helga Resi
Author URI: http://www.helgaresi.com
Template: twentyfifteen
Text Domain: twentyfifteen-child
*/
body,
button,
input,
select,
textarea {
	font-family: Helvetica, sans-serif;
        font-weight: 300;
}
.post-navigation .post-title {
        font-family: Helvetica, sans-serif;
}
.widget_calendar caption {
	font-family: Helvetica, sans-serif;
}
.page-title {
	font-family: Helvetica, sans-serif;
}
.comments-title,
.comment-reply-title {
	font-family: Helvetica, sans-serif;
}
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {	
	background-color: rgba(135, 135, 135, 0.50);
}

.entry-title {
font-size: 2.9rem;
}

.entry-content {
font-size: 1.5rem;
}

.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

div.LT_powered {
    visibility: hidden;
}
blockquote {
    font-size: 1em !important;
}