/*nav-bar start*/
nav
{
    background-color: #8E7754;
}
.nav-bar {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  position: relative;
  background-color: #8E7754;
  padding: 15px 20px;
}
.logo img {width: 180px; }
.menu {display: flex; width: 50%; margin: auto;}
.menu li {padding-left: 30px;}
.menu li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  transition: 0.15s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
}
.menu li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
  position: absolute;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  display: none;
}
.open-menu {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.close-menu {
  top: 20px;
  right: 20px;
}
#check {display: none;}
@media(max-width: 710px){
  .menu {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 80%;
      height: 100%;
      position: fixed;
      top: 0;
      bottom: 0;
      right: -100%;
      z-index: 999;
      background-color: #8E7754;
      transition: all 0.4s linear;
  }
  .nav-bar{

  padding: 15px 5px;

  }
  .menu li {margin-top: 40px;}
  .menu li a {padding: 10px;}
  .open-menu , .close-menu {display: block;}
}


/*nav-bar end*/








/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8E7754;
  height: 25% !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8E7754;
}


body {
    font-family: "Alegreya Sans";
    overflow-y: hidden;

}
#loading
{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index:9999;
    background-color: #8E7754;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sk-cube-grid {
    width: 80px;
    height: 80px;
    margin: 100px auto;
  }
  
  .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
  }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  
  @-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
    } 35% {
      -webkit-transform: scale3D(0, 0, 1);
              transform: scale3D(0, 0, 1); 
    }
  }
  
  @keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
    } 35% {
      -webkit-transform: scale3D(0, 0, 1);
              transform: scale3D(0, 0, 1);
    } 
  }

.bg-color {
    background: #8E7754 !important;
    border: 2px solid #8E7754;

    color: #fff !important;
    transition: 0.6s;

}

.bg-color:hover {
    background: #fff !important;
    color: #8E7754 !important;
    cursor: pointer;
    transition: 0.6s;
}
.card:hover
{
    transform: scale(1.02);
}
.navbar {
    background: #8E7754;
}
.navbar-brand
{
  width: 200px !important;
}

.nav-link:hover {
    color: black !important;
}

.homeSection {
    background-color: rgba(0, 0, 0, 0.5);
}

#home {

    background-image: url("../images/drew-coffman-1872.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: orange;
    height: 100vh !important;
}

.content h1 {
    font-size: 50px !important;
}

.btn1,
.btn2 {
    padding: 10px 20px !important;
    font-size: 18px !important;
    margin: 0px 10px !important;
    border: none;
    border-radius: 10px;
}

.btn1,
.btn2:hover {
    background-color: #8E7754;
    color: #fff;
    transition: 0.5s;

}

.btn1:hover,
.btn2 {
    transition: 0.5s;
    background-color: #fff;
    color: #8E7754;
}


.bg-main
{
    background: #8E7754 !important;
}

i:hover
{
    cursor: pointer;
}



#scroll-btn {       
  opacity: 0;   
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #8E7754;
  position: fixed;
  bottom: 10%;
  right: 3%;    
  z-index:9;
  border: 2px solid #fff;
  border-radius: 50%; 
  font: bold 20px monospace;       
  transition: opacity 0.5s, transform 0.5s;
}

.problem
{
  overflow-x: hidden !important;
}