.desktop #nav_menu-2 {
	top:10px;
  right:200px;
}
#nav_menu-2 .menu li{
  display:inline;
  padding-right: 10px;
}
#nav_menu-2 .menu li a{
 color:black;
  font-size: 16px;
  text-decoration:none;
}
#art-main{
background-image: url("http://bellacresborough.org/wp-content/uploads/2016/12/IMG_3516.jpg");
  background-size:cover;
  background-repeat: no-repeat;
}
article.art-post {
 background-color:rgba(56, 96, 66, 0.7);
 margin-right: 20px;
}
.art-postcontent, .art-blockcontent {
 background-color:white; 
}
.art-sidebar1 {
   background-color:rgba(244, 141, 47, 0.7);
}
.page .art-content-layout {
 padding-top:20px; 
}
.art-post .art-postcontent{
 padding:20px; 
}
.desktop table.taxestable {
 width:50%;
  margin:0 auto;
}
/* Police Amber Alert Ticker */
#iemarquee img {
  margin: 0 !important;
}
/* gridly */
.row { display: flex; }
.col { flex: 1; }
@media (max-width: 48em) {
    .row { flex-direction: column; }
    .col { flex: 0 0 auto; }
}
@media (min-width: 48em) {
  .col-tenth { flex: 0 0 10%; }
  .col-fifth { flex: 0 0 20%; }
  .col-quarter { flex: 0 0 25%; }
  .col-third { flex: 0 0 33.3333334%; }
  .col-half { flex: 0 0 50%; }
}
