@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;

  src: url('../fonts/roboto/Roboto-Regular.woff');
}
*{transition: all 300ms ease-in-out;}
body
{
  	font-family: "Roboto";
  	font-size: 1.01rem;
  	font-weight: 350;
  	line-height: 1.5;
  	color: #34495e;
	text-rendering: optimizeLegibility;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
a{
  color: #34495e;
  font-family: "Roboto";
  font-size: .875rem;
}
a:hover
{
  text-decoration: none;
}
.space-top
{
	margin-top: 3rem;
}
.space-bottom
{
	margin-bottom: 3rem;
}
.position-middle
{
	margin-top: 20vh;
}
p > strong
{
	font-weight: bold;
}
.image-container
{
	max-height: 200px;
	overflow-y: hidden
}
.image-container-featured
{
	max-height: 300px;
	overflow-y: hidden
}
header.masthead .overlay {
    opacity: .6;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #34495e;
    border-color: #34495e;
}
