#topbar {
    background-color: #fff !important;
}
#topbar.topbar-transparent, #header.header-transparent, #header.header-transparent, #header-wrap, #header.header-transparent header-sticky
{
    background-color: #fff !important; 
    position: relative;
    right: 0;
    transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s !important;
    width: 100%;
    z-index: 5;
}
#header.header-sticky #header-wrap
{
     background-color: #fff !important; 
    transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s !important;
    width: 100%;
    z-index: 5;
}
.page-title h1
{
    color: #d5d5d5 !important;
    font-style: italic !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    font-family: "Lobster" !important;
}

a {
    color: #333;
    transition: all 0.3s ease-in-out 0s;
}
a:hover, #commentUserInfo a:hover {
    color: #de3a90;
}
h2 {
    color: #333;
    font-size: 1.875em;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 auto 0.25em;
}

p {
    line-height: 29px;
    /* font-size:15px; */
}



.btnLightGray {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #333333;
  font-size: 14px;
  background: #e5e5e5;
  padding: 20px 40px 20px 40px;
  text-decoration: none;
letter-spacing:1px;
}

.btnLightGray:hover {
  background: #626262;
  text-decoration: none;
}

.btnDarkGray {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff!important;
  font-size: 14px;
  background: #383838;
  padding: 20px 40px 20px 40px;
  text-decoration: none;
}

.btnDarkGray:hover {
  background: #626262;
  text-decoration: none;
}



