/******************************************
/* SETUP
/*******************************************/

/* Box Model Hack */
* {
  -moz-box-sizing: border-box; /* Firexfox */
  -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
  box-sizing: border-box; /* IE */
}

/* Clear fix hack */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

.alignright {
  float: right;
  padding: 0 0 10px 10px; /* note the padding around a right floated image */
}

.alignleft {
  float: left;
  padding: 0 10px 10px 0; /* note the padding around a left floated image */
}

/******************************************
/* BASE STYLES
/*******************************************/

body {
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  font-family: Helvetica, Arial, sans-serif;
}

/******************************************
/* LAYOUT
/*******************************************/

/* Center the container */
#container {
  width: 960px;
  margin: auto;
}

/******************************************
/* ADDITIONAL STYLES
/*******************************************/
.wrapper {
  text-align: center;
  margin-right: 200px;
}

#bgbody {
  background-color: #fafafa !important;
}

.bg-body {
  background-image: url("../images/footer_bg.jpg");

  background-size: cover;
}

img {
  height: 50px;
  width: 50px;
}

#button {
  position: absolute;
  top: 40%;
}

.nav-ul {
  overflow: auto;
}

.nav-lists {
  list-style: square;
  float: left;
  padding: 10px;
  margin: 0 10px;
  color: white;
}

.divBg {
  background-image: url("../images/header.png");
}

#btn-arrow,
.button-color,
.gardenh1 {
  color: #feb700;
}

.button-color {
  color: #feb700;
}

.gg-search {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 100%;
  margin-left: -4px;
  margin-top: -4px;
  color: #feb700;
  clear: both;
  justify-content: right;
}
.gg-search::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-45deg);
  top: 10px;
  left: 12px;
}

.fa-1x {
  font-size: 1.5rem;
}

.navbar-toggler.toggler-example {
  cursor: pointer;
}

.select-css {
  margin: auto;
}

/* Small Phones to Small tablets 481-767*/
@media only screen and (max-width: 767px) {
  .divBg {
    background-image: url("../images/header.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .nav-ul {
    font-size: 10px;
  }

  .grid-image {
    visibility: hidden;
  }

  .bg-body {
    background-image: url("../images/footer_bg1.jpg");
    background-size: auto;
    background-repeat: no-repeat;
  }
}

/* Small tablet to Big tablet 768-1023 */
@media only screen and (max-width: 1023px) {
  .divBg {
    background-image: url("../images/header.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .nav-ul {
    font-size: 10px;
  }

  .nav-lists {
    list-style: square;
    float: left;
    padding: 5px;
    margin: 0 5px;
    color: white;
  }
}
