body {
  color: #666666;
  font-size: 14px;
  font-family: Kanit, sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  background:black;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  background:black;
  margin-top:0px;
}

.red-bg {
  background:url(../images/red-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10px 0;
  margin-top: 0px;
}

.albums h2 {
  padding: 0;
  color: #d0d0d0;
  line-height: 70px;
  font-size: 40px;
  color: #900;
}

.albums p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding: 5px 0px;
}

.albums a:hover {
  color: white;
}

.albums a {
  color: #b90000;
  text-decoration: none;
}

.albums .events {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  background-color:black; 
}

.footer {
     background: black;
     margin-top: 0px;
}

ul, li, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.loca {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

ul.loca li {
  color: #fcfbfb;
  padding: 0px 30px;
  font-size: 16px;
}

ul.loca li a {
  padding-right: 16px;
  color: #fcfbfb;
  margin-top: 4px;
}

ul.social_link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

ul.social_link li {
  display: inline-block;
  padding-right: 4px;
  margin: 0px 4px;
}

ul.social_link li a  {
  font-size: 24px;
  color: #161616;
  background: #910808;
  border-radius: 80px;
  display: flex;
  align-items: center;
  width: 40px;
  height: 41px;
  justify-content: center;
}

ul.social_link li a:hover {
  color: #fff;
}
