/* CSS */
html{ 
    scroll-behavior: smooth;
}
body{
    margin: 0;
    

}
.top-background, .qoute-img{
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.089),rgba(0, 0, 0, 0.795)),url('images/gardening1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.menu{
    text-align: center;
    padding: 18px;
}

.menu-ul{
    padding:10px;
}

.menu-ul li{
    display:inline-block;
    font-variant: small-caps;
    letter-spacing: 3px;
    padding:10px 30px;
}

a{
    border-bottom: 1px solid transparent;
    color:white;
    text-decoration: none;
}

a:hover{
    border-bottom: 1px solid white;
}

.sticky{
    background:#D89D4F;
    position:fixed;
    width:100%;
    z-index:100;
}

.sticky ul{
    padding: 0;
    margin: 10px;
}

.page-title{
    text-align: center;
    font-size: 50px;
    padding: 200px;
    color: white;
    letter-spacing: 10px;
    text-shadow: 0 0 5px #D89D4F;
}

.description, .title{
    font-variant: small-caps;
    font-size: 30px;
    margin: 20px;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  /* Style the icon bar links */
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color:#111;
    font-size: 20px;
  }
  
  /* Style the social media icons with color */
  .icon-bar a:hover {
    background-color:  #D89D4F;
  }

.page-blocks{
    text-align: center;
    margin-top: 50px;
}

.title{
    letter-spacing: 10px;
    color: #D89D4F;
}

.work img{
    height: 35%;
    max-width: 95%;
    margin: 15px;
}

/*.more-work-btn{
    background: transparent;
    border: 2px solid #D89D4F;
    color: #D89D4F;
    font-weight: 300;
    padding: 10px;
    margin: 10px;

}

.more-work-btn:hover{
    background: #D89D4F;
    color: white;
    transition: all 0.5s;
}*/

.flex-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

.why-us-flex-item{
    background: #D89D4F;
    color: white;
    width: 20%;
    padding: 40px;
    margin: 20px;
}

.block-label{
    font-variant: small-caps;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

.block-description{
    text-align: justify;
}

.block-number{
    font-weight: bold;
    font-size: 50px;
    padding: 20px;
}

.qoute-flex-item{
    background: #D89D4F;
    color: white;
    height: 400px;
    width: 45%;
    padding: 0px;
    margin: 20px 0px;
    overflow: hidden;
}

.qoute-img{
    background-image:url('images/uthuthuContacts.jpg');
}

.qoute-text{ 
    padding: 200px 0px 200px;
    font-size: 50px;
    background: rgba(0,0,0,0.5);
}

.qoute-form{
    padding: 20px;
}

.qoute-form input, textarea{
    width: 60%;
    max-width: 60%;
    padding: 9px;
    margin-bottom: 9px;
    outline: none;
    text-align: center;
    color: #D89D4F;
    font-size: 14px;
}

.qoute-text textarea{
    height: 150x;
    max-height: 80px;
    max-width: 60%;
    overflow-y: scroll;
}

.qoute-btn{
    border: 2px solid white;
    background: transparent;
    color: white;
    padding: 15px;
    outline: none;
}

.qoute-btn:hover{
    background: white;
    color: #D89D4F;
}

.footer {
   background: #D89D4F;
   text-align: center;
   padding: 20px;
   margin-top: 40px;
  }

.location{
    color: white;
    font-size: 20px;
    font-weight: lighter;
    display: inline-block;
    min-width: 27%;
    letter-spacing: 5px;
    font-variant: small-caps;
    
}
