nav {
    height: 70px;
    background-color: white;
    box-shadow: 0 6px 5px -2px rgba(0,0,0,.25);
    display: flex;
    align-items: center;
    padding: 0 14px;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 100;
}

#logo {
    height: 50px;
    margin-right: 10px;
}

.nav-buttons {
    background-color: white;
    color: #006241;
    cursor: pointer;
    padding: 10px 14px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 600;
    transition: transform .15s ease, background-color .15s ease;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.nav-buttons:hover {
    background-color: #f1f1f1;
    transform: translateY(-3px);
}

.nav-buttons:hover{
    background-color: rgb(225, 225, 225);
}
.dropdown-items{
    display: none;
    position: absolute;
    z-index: 1;
    margin-top: 110px;
    width: auto;
    border-radius: 5px;
}
.dropdown-items a:hover{
    background-color: rgb(225, 225, 225);
}
.dropdown-items a{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;  
    color: rgb(0, 98, 65);
    text-decoration: none;
    display: block;
    font-size: 17px;
    display: flex;
    height: 35px;
}
.dropdown{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown:hover .dropdown-items{
    display: block;
    background-color: white;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.1);
    border: 2px solid rgba(0, 0, 0, 0.15);
  }

.h1{

    background-color: rgb(0, 98, 65);

    height: 100vh;

    position: absolute;

    top: 100px;

    left: 40px;

    height: 70px;

    color: white;

    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

body {

    margin: 0;

    font-family: Arial, sans-serif;

    background-color: rgb(0, 98, 65);

    color: white;

}




.hero {

    text-align: center;

    padding: 80px 20px;

}

.about, .projects,.refer {

    padding: 60px 20px;

    text-align: center;

}

.project-card {

    background-color: white;

    color: black;

    border-left: 6px solid rgb(186, 191, 16);

    margin: 20px auto;

    width: 60%;

    padding: 20px;

    border-radius: 8px;

}

footer {

    text-align: center;

    padding: 20px;

    background-color: rgb(186, 191, 16);

    color: black;

    margin-top: 40px;

}

.jeff {

display: flex;

justify-content: center;


}

.oh {

display: flex;

justify-content: center;    

}

.kaas {
display: flex;

justify-content: center;

}

.foto1 {

    width: 300px;
    height: auto;
    border-radius: 500px;
    display: block;
    margin-right: auto;
    margin-top: -300px;

}

.ok{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fotogyvano{
    width: 300px;
    height: 400px;
    border-radius: 500px;
    display: block;
    margin-left: auto;
    margin-top: -400px;
}





/* .nee {

display: flex;

justify-content: center;

} */

/* .ja {

display: flex;

justify-content: center;


} */


.refer {

display: flex;

justify-content: center;

align-items: center;

text-align: center;

flex-direction: column;

}
 
a{

  text-decoration:none;

  color:white;

}
 
 
 