*{
    line-height: 1.8rem;
}

nav {
    font-weight: 500;
}

#fejlec {
    height: 100vh;
    min-height: 500px;
    background: url('kepek/etterem.jpg') no-repeat;
    background-size: cover;
    filter: grayscale();
    color: white; 
}

h1 {
    font-size: 6em;
    font-weight: 300;
}

h2 {
    padding-top: 10px;
    font-weight: 300
}

section {
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
}

a:link,
a:visited {
    color: rgb(236, 236, 236);
    ;
}

a:hover,
a:active {
    color: white;
    text-decoration: none;
}

.card {
    height: 100% !important;
}

.szurke-hatter {
    background-color: rgb(236, 236, 236);
}

.motto{
    font-size: 3rem;
}

#rolunk img{
    width: 100%;
}

p:not(.motto){
    font-weight: 200;
    text-align: justify;
}

img{
    filter: grayscale();
}