html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 70px;
  padding-bottom: 10px;
  
  background-image: url(../img/backgnd.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 60px;
  
  background-color: rgb(0, 85, 81);
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #222;
}

.gap-right {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.text-white {
  color: #fff;
}
.text-red {
  color: #f00;
}
.text-align-c
{
  text-align: justify;
}
.background-white
{
  background-color: #fff;
}
.space-bot
{
  margin-bottom: 40px;
}
.img-height
{
  height: 85px;
  width: auto;
}
.img-border
{
  margin-right: 40px;
}
hr
{
  border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 85, 81, 0.75), rgba(0, 0, 0, 0));
}
@media (min-width: 768px) {
  .dl-horizontal-02 dt {
    float: left;
    width: 45%;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal-01 dd {
    margin-left: 50%;
  }
}
.img-logo {
    margin-right: 0.5em;
    max-height: 1.5em;
    max-width: 2.5em;
    vertical-align: center;
  }
   
@media (max-width: 767px) {
  .rtucon-logo {
  background: url(../img/rtucon2016xs.gif);
  background-size: 80% auto;
  background-repeat: no-repeat;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .rtucon-logo {
  background: url(../img/rtucon2016.gif);
  background-size: 80% auto;
  background-repeat: no-repeat;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rtucon-logo {
  background: url(../img/rtucon2016x.gif);
  background-size: 80% auto;
  background-repeat: no-repeat;
}
}
@media (min-width: 1200px) {
  .rtucon-logo {
  background: url(../img/rtucon2016.gif);
  background-size: 80% auto;
  background-repeat: no-repeat;
}
}
.font-table {
    font-size: 21px;
}

a.one:link {color: #f00;}
a.one:visited {color: #f00;}
a.one:hover {color: #f00;}

.color-me{
  background-color: rgb(201, 0, 0);
}