ul.articles-list li {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid gray;
  text-align: center; }
  ul.articles-list li img {
    max-width: 50%;
    max-height: 300px;
    display: inline-block; }
  ul.articles-list li p.news-category, ul.articles-list li p.news-title {
    text-align: center;
    font-family: Georgia,"Times New Roman",Times,serif; }
  ul.articles-list li p.news-category {
    color: #C6A666;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px; }
  ul.articles-list li p.news-title {
    color: black;
    font-size: 30px; }

body > header > .container > img {
  display: inline-block;
  width: 100px;
  float: left;
  padding-top: 20px; }

body > header > .container > .row {
  display: inline-block;
  width: calc(100% - 100px); }

body > header > .container > #main-menu {
  display: inline-block;
  width: calc(100% - 100px); }

#main-menu .navbar-nav > li > a {
  font-family: "Merriweather Sans", Merriweather-Sans, sans-serif;
  font-weight: 300;
  font-size: 20px;
  padding: 0 11px; }

@media (max-width: 1199px) {
  #main-menu .navbar-nav > li > a {
    font-size: 16px;
    padding: 0 8px; } }

#main-menu .navbar-nav > li:first-child > a {
  padding: 0 13px; }

body > header h1 {
  /*font-family: 'Old Standard TT', serif;*/
  /*font-family: 'Domine', serif;*/
  font-family: "Merriweather Sans", Merriweather-Sans, sans-serif;
  font-weight: 300;
  font-size: 40px; }

#main-menu .navbar-nav > li > a:hover {
  color: white;
  text-shadow: 0 0 5px white; }

#main-menu .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: inherit;
  color: #4470c7; }

#main-menu .navbar-brand:hover {
  background: url(/Content/images/home-azure-hover-white.png) no-repeat top center; }

.direct-link {
  display: inline-block;
  color: white; }

.social-links {
  display: inline-block;
  font-size: 12px;
  color: white;
  vertical-align: top;
  padding: 6px;
  line-height: 38px; }

.social-links .fa {
  font-size: 18px;
  position: relative;
  top: 2px; }

.social-links > a {
  padding-left: 5px;
  padding-right: 5px; }

.cart-widget {
  position: relative;
  top: 4px; }

.direct-link, .social-links > a, .cart-widget, header .nav > li > a {
  color: white; }

.direct-link:hover, .social-links > a:hover, .cart-widget:hover, header .nav > li > a:hover {
  text-shadow: 0 0 5px white;
  color: white;
  background-color: initial; }

