html {scroll-behavior: smooth;
}
body{
    background-image: url(logo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: Garamond;  
    text-align: center;
    margin: 0 0;
    padding: 0;
    
}

nav{
    width: 100%;
    background-color: #174737;
    position: fixed;
    top: 0;
    text-align: center;
    z-index: 1;
    margin: 0 0;
    

}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

a{
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #818c8e;
    font-weight: bold;

}
header ul li a:hover, header ul li a:focus
{
    background-color: #2c7957;
    color: lightgrey;

}


section{

    padding-top: 10px;
}
div{
    margin-left: auto;
    margin-right: auto;
}

h1{
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    color: #122528;
    font-size: 50px;
}
h2{
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
    color: #122528;
    font-size: 30px;

}
h3{
    font-size: 20px;
    color: darkgreen;
    margin-bottom:40px;
    font-weight: bold;
}
 
p{
    text-decoration: none;
    color: #122528;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 150%;

}

.fontos{
    font-size: 26px;

}



#section4 div article p{
    color: darkgreen;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin: 0 2px ;
    
}
article{
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    position: relative;
    
      
}  
.alul{
    position: absolute;
    bottom: 0px;
    width: 100%;
    right:0;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.middle
{
    position: absolute;
    top: 125px;
    }
    
form{
    
    
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
input{
    padding:10px;
    margin-bottom: 12px;
    border: 0;
    border-radius: 10px;
    font-family: inherit;
    font-size: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
 }
button{
    display: block;
    padding: 10px;
    border: none;
    background-color: cornflowerblue;
    font-weight: 600;
    border-radius: 10px;
    margin:12px auto;
    width: 80px;
}
    

iframe{
    margin: 0 auto;
    padding: 10px;
    display:block;


}
textarea {
    
    padding:10px;
    border-radius:15px;
    border:0;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    height:150px;
    display: block;
    margin : 10px auto;  
    font-family: inherit;
    font-size: inherit;

}
img{
   
    padding:10px;
    display: block;
    margin : auto;
    z-index: -1;
    border-radius: 15px;
    height: max-content;
   
    
}

footer{
    padding: 0;
    margin: 0;
    background-color: #174737;
    color: #818c8e;


}
@media (max-width: 767px) { /* mobil */
    header nav ul li, header nav ul li a {
        width: 100%;
        float: left;
        padding: 5px;
        margin: 0 0;
            }
}


