﻿h1, h2, h3,
h4, h5, h6 {
    color: #77392a;
    margin-bottom: 0;
    padding-bottom: 0;
}
 a:link, a:visited,
    a:active, a:hover {
        color: sienna;
    }

#subheader-half h2 {
    padding-top: 30px !important;
    color: #77392a !important;
    margin-bottom:20px !important;
}
#body {
    background-color: #e0d9c7 !important;
}
.acm-bg {
    background-color: #e0d9c7;

     color: #77392a;
}

/* brand logo*/
.brand-logo {
    background-image: url('Demo/Sheraton-300x300.jpg');
    background-repeat: no-repeat;
    width: 330px;
    height: 65px;
    margin-left: 30px; 
    margin-top:5px;
    margin-bottom:30PX;
    border-image:none;
    position:absolute; 
    z-index:5;
}
.brand-logo-short {
    background-image: url('Demo/Sheraton-Hotels-Tan-logo-215x75.png');
    background-repeat: no-repeat;
      width:215px;
    height:75px;
    margin-left:25px;
    margin-top:-10px;
    border-image:none;
    position:absolute; 
    z-index:5;
}
.brand-favicon {
    background-image: url('favicons/sheraton.ico');
    width: 16px;
    height: 16px;
    border-image: none;
    background-repeat: no-repeat;
    position: absolute;
    margin: 2px 10px 0px 20px;
    padding-left: 20px;
    padding-top: -2px;
    vertical-align:top;
    display: inline;
    white-space: nowrap;
}
.brand-text {

   color: #9AC6C2;
}
/*************** kube overload ********************/
/* Vertical left hand nav with children tier1 and tier2 */
.nav {
  margin-bottom: 1.65em;
}
.nav ul {
  list-style: none;
  margin: 0;
}
.nav ul li ul {
  margin-left: 2em;
  font-size: .95em;
}
.nav a, .nav span {
    display: block;
    padding: .5em 0;
    width: 150px;
}

.nav a {
    color: #77392a;
    text-decoration: none;
    background-color: #acd1cd;
}
.nav a:hover {
   color: white !important;
  text-decoration: none;
}
.nav li.active a,
.nav span {
  text-decoration: none;
  cursor: text;
  background: #acd1cd !important;
  /*color: rgba(0, 0, 0, 0.4);*/
}
.nav i.fa {
  width: 1.65em;
}
/* Stacked */
.nav-stacked ul {
    margin-bottom:-22px !important;
}
.nav-stacked li {
  margin-bottom: 15px;
 margin-top:15px;
}
.nav-stacked a, .nav-stacked span {
    padding: .5em .7em .5em .7em;
        color:#77392a !important;
}
.nav-stacked a {
   border-radius:5px;
}
.nav-stacked a:hover {
  color: sienna !important;
  background: #8abbb7;
  text-decoration:none;
}
.nav-stacked li.active a,
.nav-stacked span {
 
  text-decoration: none;
  cursor: text;
  color: #77392a !important;
}
.nav-stacked span {
  padding: 0px !important;
  text-decoration: none;
  cursor: text;
  color: #77392a !important;
}
/* nav tier1 and tier2 -----
    Tier 1 may not highlight because only one span tag can be selected.
    -----------------------*/
.tier1 li {
    margin-bottom:15px;
    margin-top:15px;
    width:220px;
}
 
.tier1 a:hover {
    background: #acd1cd;
    color: #77392a !important;
    font-weight: 600;
}
.tier1 a {
    color: #77392a !important;
    padding: .5em .7em .5em .7em;
    text-decoration: none;
    border-radius:5px;
}
.tier1  span {
    padding: 0px !important;
    background: #acd1cd !important;
    border-radius:5px;
}

/* Tier 2 */
#leftnav .tier2 li:last-child, ul::after  {
    margin-bottom: 2px;
}
#leftnav .tier2 li {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #77392a !important;
    background: #8abbb7;
    width: 125px;
    border-radius: 5px;
}
#leftnav .tier2 a, .tier2 span {
   padding: .5em .7em .5em .7em;
    padding: .6em .7em;
   color: #77392a;
   text-decoration:none;
   width:125px;
    border-radius: 5px;
}
#leftnav .tier2 a {
  background: transparent;
   border-radius:5px;
  
}
#leftnav .tier2 a:hover, span {
   /* color: #77392a !important;*/
    background: #8abbb7;
    text-decoration: none;
}
#leftnav .tier2 li.active a,
#leftnav .tier2 span {
  background:  #8abbb7;
  width:125px;
  padding: 0px !important;
  text-decoration: none;
  cursor:pointer;
  color: 77392a !important;
}


/* Stats */
.nav-stats li {
  position: relative;
}
.nav-stats a,
.nav-stats span {
  padding-right: 50px;
}
.nav-stats sup,
.nav-stats .badge {
  position: absolute;
  top: 50%;
  right: 0;
}
.nav-stats sup {
  color: rgba(0, 0, 0, 0.4);
}
.nav-stats .badge {
  margin-top: -8px;
}