/* GENERAL */
* {
    font-family: Montserrat;
    margin: 0;
    padding: 0;
}


h1 {
    font-size: 4rem;
    padding: 1.2rem 0;
    margin: 0 10px;
}

h2 {
    padding: 2rem 0;
    text-transform: uppercase;
}

h3 {
    color: white;
    padding: 1.5rem 0;
    text-transform: uppercase;
}


p {
    padding-bottom: 0.5rem;
}

a{
    text-decoration: none;
    color: white;
}

a:hover{
    text-decoration: none;
    color:  #3F9F8A;
}

#headerline {
    width: 100%;
    min-height: 44px;
    align-items: center;
    background:  rgb(8, 31, 21);
    
}

#menu-logo {
    display: flex;
    align-items: center;
}

#logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

#menu {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;   
    text-decoration: none ;

}

#k-gardens-logo{
    height: 30px;
    padding: 5px 10px;    
}

#thebest {
    font-size: 0.8rem;
    font-weight: 400;
    font-style: italic;
    padding: 0 1rem;
    color: #6e6e6e;
}

#menu span {
    font-size: 1rem;
    font-weight: 700;
}




#nav-bar{
    display: flex;
    justify-content: space-between; 
}

.nav-link{
    color: white;
    text-decoration: none;
    padding: 0 1.5rem ;
    font-size: 0.8rem;
    text-align: center;
    display: flex;


}

.nav-link:hover{ 
    color: rgb(61, 168, 122);

}


ul{
    list-style: none;   
}

#homepage {
    width: 100%;
    max-height: 800px;
    margin-bottom: 0.5rem;
    background-image: linear-gradient( 45deg, rgb(61, 168, 122, 0.3),  rgba(48, 200, 211, 0.8) ), url(images/RB_banner_RD2_1230x385.jpg);

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home_content {
    max-width: 800px;
    max-height: 800px;
    color: white;    
    padding: 10% 10px;
    margin: 0 auto;
    animation: fadeIn ease 5s;
    font-family: Montserrat; 
    text-align: center;
    text-shadow: 2px 2px 8px rgb(8, 31, 21)
}


@keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}



#about{
    margin-top: 3rem;
    text-align: center;
    max-width: 1000px;
    padding: 0 1rem;
    margin: 0 auto;
}

#slogan{
    font-style: italic;
    color: rgb(71, 169, 146); 
}

#services{
    text-align: center;
    background-color: #1B483A;
    color: white;
    margin-top: 3rem;
    padding: 3rem 0;
}

#service-container{
    max-width: 1000px;
    font-size: 0.9rem;
    margin: 0 auto;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#irrigation, #garden-service, #ponds, #store  {
    text-align: left;
    padding: 0 0.8rem;
}

#service-note{
  color: rgb(61, 168, 122);
  padding: 2rem 0px;
}

#service-note p{
    padding: 0px;
  }

#service-line{
    height: 1px;
    max-width: 1000px;
    background-color: rgb(61, 168, 122);
    margin: 0 auto;
    text-align: center;
  }


#certification{ 
    background-color: rgb(250, 250, 250); 
    padding-bottom: 3rem;  
}

#certification-info{ 
    margin-top: 3rem;
   text-align: center;
   max-width: 1000px;
   padding: 0 1rem;
   margin: 0 auto;
   
}

#cert-companies{ 
    padding: 1rem 0;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
}

#cert-com-description{ 
    padding-top: 1rem;
    font-style: italic;
    color: gray;
    
} 

#cert-companies p{ 
    color:rgb(71, 169, 146);
    
} 
.cert-company{ 
    padding: 1rem;
    
}

.cert-com-des { 
    color:rgb(190, 190, 190) !important;
    font-weight: 500;
    font-size: 0.8rem;
    
} 





#contacts{
    margin-top: 3rem;
}

#contact-text {
   text-align: center;
   max-width: 1000px;
   padding: 0 1rem;
   margin: 0 auto;
}

#social-sites {
    max-width: 500px;
    height: 80px;
    margin: 1.5rem auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;   
}

#social-sites a{
    background: rgb(189, 189, 189);
    border-radius: 50%;

    height: 45px;
    width: 45px;
    position: relative;
    display: block;
    
}

#social-sites a:hover{
   zoom: 1;
   filter: alpha(opacity=50);
   opacity: 0.5;
}





#positions {
    max-width: 1000px;
    margin: 0 auto ;

    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.position-photo {
    max-width: 150px;
    margin-bottom: 1.5rem;
}




.contact_box  {
    padding: 1rem  1rem 3rem 1rem;
    display: block;
    justify-content: space-around;
    align-items: center;    
}

.position_name {
    font-size: 1.1rem;
    font-family: Montserrat;
    font-weight: 700;
    padding-bottom: 0.8rem;
    color: rgb(71, 169, 146)
}

#headquarters {
    background-color: rgb(235, 235, 235);
    width: 100%;
    padding: 3rem 0;
    text-align: center;
}

/* CONTACT FORM */
#contact-container{
    padding: 1rem 1rem 3rem 1rem;
    background-color: rgb(131, 122, 120);
    font-weight: 700; 
    color: white;
    box-sizing: border-box ;
    width: 100%;
}

#contact_form{
    max-width: 800px;
    margin: 0 auto ;
}

label{
    display: flex;
    padding-bottom: 10px;
}



#contact-container h2{
 text-align: center;
}


.form-label {
    display: block;
    margin: 0px;
    font-size: 1rem;
    align-items: center;
}

.form-label p {
    padding-bottom: 10px;
  
}

input {
    color: gray;
    padding: 0.8rem;
    border: none; 
    border-radius: 4px;
    font-size: 0.8rem;
    margin-bottom: 1.3rem;
  }

.input-textarea {
    min-height: 150px;
    width: 100%;
    padding: 0.625rem;
    resize: vertical;
    border-radius: 4px;
    font-size: 0.8rem;
}

#submit {
    background-color: rgb(71, 169, 146);
    border-radius: 4px;
    border: none; 
    cursor: pointer;
    color: inherit;
    padding: 15px;
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 1.3rem;
}

#submit:hover {
    background-color: rgb(61, 168, 122); 
}

#name, #email, #phone, textarea,.submit-button {
    box-sizing: border-box ;
    width: 100%;
  }


#copyright {
    color: white;
    background-color: black;
    text-align: center;
    padding: 20px 0;
    font-size: 0.8rem;
}