body{
	background-color: #ddd;
  color: #000;
}
h2 {
  text-align: center;
}
table caption {
	padding: .5em 0;
}

@media screen and (max-width: 767px) {
  table caption {
    border-bottom: 1px solid #ddd;
  }
}
.container{
  padding: 0px;
  background-color: #2f0300;
}
.p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}
.logo-position{
  position: relative;
  text-align: justify;
}
.logo{
  color:#FFCC00;
  position: absolute;
  top: 50px;
  left: 90px;
  text-align: center;
}
.logo h1{
  font-size: 20px;
}
.contact{
  color: white;
  position: absolute;
  top: 18px;
  right: 45px;
}
.bgcolor{
  background-color: #330000;
}
.img {
    vertical-align: middle;
    display: inline;
    padding-right: 10px;
    margin-top: -10px;
}
.text-color{
  color: #ffff;
}
.h1 {
    font-size: 30px;
    color: #FFCC00;
    margin-bottom: 0px;
    margin-top: 5px;
    display: inline;
  }
.tablebg{
  background-color: #808080;
}
.brown{
  background-color: #FFCC00;
  color: #330000;
}

.yellow{
  background-color: #a9920a;
  color: #2f0300;
}

/*.r-b-n{
  border-right: unset !important;
}*/