body{
background-color: #fff;
padding-top: 90px;
color: #696969;

}

article a {
color: #494e52;
}

article p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.active a{
color: #000 !important;
background-image: none !important;
box-shadow: none !important;
background-color: transparent !important;
}

#header .navbar {
  background-color: #fff !important;
  border-bottom: 1px solid #f2f3f3 !important;
  min-height: 70px !important;
}

#header .navbar-default{
background-image: none !important;
box-shadow: none !important;
padding-top:10px;
}

#header .navbar-default .navbar-brand{
color: #000000;
font: 700 24px Open Sans, sans-serif;
line-height: 24px;
text-transform: uppercase;
}

.published-on{
color: #898c8f;
font-family: -apple-system,BlinkMacSystemFont,"Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif;
font-size: .75em;
}

h1, h2, h3, p, article a{
transition: all 0.2s ease-in-out !important;
-webkit-transition: all 0.2s ease-in-out !important;
}

p{
font-size: 1.75rem;
}
.calendar{
margin-left: 0 !important;
}

#links ul {
  list-style-type: none;
}

#links a{
text-decoration: none !important;
}

.icon-size{
width:20px !important;
height:20px !important;
}

.icon-text{
font-size: 1.75rem;
}
.icon-text, .icon-size{
vertical-align: middle;
display: inline-block;
}
