/*
Theme Name: TRI
Theme URI: http://components.underscores.me/
Author: Douglas Garofalo
Author URI: http://automattic.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tri
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TRI is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.
*/

body p,
.post-excerpt {
	font-size: 1.1rem;
}

.masthead .logo {
	width: 60px;
}

.menu > li > a {
	padding: 46px 16px 42px;
}

.masthead {
	height: 103px;
}

a:hover {
    color: #0089b6;
}

.recent-posts a:hover {
   color: #666666; 
}

.pagination {
    display: block;
    font-size: 1rem;
    text-align: center;
}

body.page-id-47 .article-body img,
body.page-id-120 .article-body img {
    /*border: 1px solid #a9a9a9;
    box-shadow: 2px 2px 20px grey;*/
}

body.page-id-421 iframe {
    width: 940px !important;
    margin-top: 20px;
}

body.page-id-47 .article-body .col-md-2 img,
body.page-id-47 .article-body .col-md-3 img {
	/*height: 120px !important;
	width: auto !important;*/
}

body.blog .news-post {
	width: 100%;
}
.news-post .entry-meta {
    margin-bottom: 1.43rem;
}