/* Background */
body {
  background: url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


/* Navbar */ 


a.navbar-brand {
  background: url(../images/zyellow-135.png) left no-repeat;
  height: 35px;
  width: 135px;
}

ul.navbar-main {
  display: none;
  float: right;
}

ul.nav a{
  color: #ddd !important;
}

.nav-item {
  padding: 10px;
}

ul.nav a:hover { 
  color: #e7f70f !important;
  text-decoration-line: none;
 }

 .center-text {
  text-align: center;
}

/* Footer */

.support-footer {
  color: black;
  text-decoration-line: none;
  text-decoration: none;
}

.yellow-heart {
  color: #e7f70f ;
}

/* Content */ 


.front-logo {
  padding-top: 30px;
  padding-bottom: 30px;
}

h2 {
  color: rgb(156, 154, 154);
}

h3 {
  padding-bottom: 15px ;
}

.guide-ref {
  text-decoration: none;
  font-size: 14px;
  color: black;
  padding: 1px;
  display: block;
  line-height: 0.9em; 
}

.DocSearch-Button {
  display: inline-flex !important;
  width: 300px;
  background: rgb(250, 250, 250);
}

.zsub-title {
  font-family: Kalam, cursive;
}


.clear { clear: both; height: 35px; }

