@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,600;1,400&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');


* {
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    color: rgb(0, 0, 0);
    line-height: 1.8rem;
    margin: 0;
}

html {
    font-size: 16px;
    min-width: 320px;

}
body {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    background-color: rgba(255, 200, 163,.0);

}
img {
    max-width: 100%;
}
p {
    line-height: 1.6;
    padding: 8px 0;
    font-size: 1.2rem;
    font-family: 'Barlow', serif;
    text-indent: 0;
}

button {
    font-family: 'Barlow';
    font-size: 1.1rem;
    border: 1px solid black;
    background-color: white;
    cursor: pointer;
    border-radius: 5px;
    padding: 3px 40px;
    background-color: rgba(255, 200, 163,0);
    transition: 0.2s;
    margin: 10px;
}

button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
section.partners {
    margin: 0 auto;
    background-color: rgba(255, 200, 163,.0);

}
.partners {
    max-width: 800px;
    padding: 0 10px;
}
h2 {
    padding: 50px 0 0 0;
    font-size: 2.2rem;
    line-height: 4rem;
}
h4 {
    font-size: 1.5rem;
    padding: 20px 0px 5px 0px;
    color: rgb(212, 143, 97);
    font-weight: 500;
}
h5 {
    font-size: 1.2rem;
    padding: 20px 0px 5px 0px;
    color: rgb(212, 143, 97);
    font-weight: 500;
}

h6 {
    font-family: 'barlow', sans-serif;
    font-size: 1rem;
}

h1 {
    font-size: 1.4rem;
    margin: 0 20px;
    font-family: 'barlow', sans-serif;
    font-weight: 400;
}

ul {
    padding: 0 0 0 20px;
}
li{
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-family: 'barlow', sans-serif;
    /* list-style: circle; */

}
li a:hover {
    text-decoration: underline;
}
header {
    background-color: rgb(255, 200, 163);
    position: sticky;
    top: 0;
    box-shadow: 0px 0px 4px rgb(84, 84, 84);
}

.link {
    text-decoration: underline;
    transition: 0.2s;
    display: inline-block;
    margin: 0px 10px 0 20px;
    text-indent: 0;
}
.link:hover {
    color: rgb(212, 143, 97);
}


.row {
  display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.column {
  flex: 50%;
} 

.icons {
    display: flex;
    margin: 20px;
}

.contact {
    font-size: 2rem;
    padding: 0px;
    margin: 0 50px 0 0;
    transition: 0.2s;
    font-family: 'barlow', sans-serif;

}
.contact i:hover {
    color: rgb(161, 100, 59);
    transition: 0.2s;
}


.header {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    margin: 0px auto;
    max-width: 800px;
}


.partnerek-img {
    height: 30vw;
    max-height: 350px;
    width: 100%;
    background: url(../pics/partnerek.jpg) center;
    background-size: cover;
    border-radius: 10px;
    margin: 10px 0;
}




@media screen and (max-width:490px) {
    h2 {
        font-size: 1.8rem;
        line-height: 3rem;
    }
}






.space{
    height: 0px;

}


footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: 'Barlow', serif;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    height: 70px;
    background-color: rgb(255, 255, 255);
}
footer p, footer a {
    color: grey;
    font-size: 0.8rem;
    padding: 0;
}
footer a {text-decoration: underline;}

