html {
  scroll-padding-top: 147px;
}

body {
  background-color: rgb(27, 27, 27);
}

h1 {
  font-family: Impact, serif;
  font-size: 36px;
  margin-top: 14px;
  margin-bottom: -2px;
  text-align: center;
  color: white;
}

h2 {
  font-family: Impact, serif;
  font-size: 18px;
  font-weight: lighter;
  color: rgb(129, 110, 83);
}

h2:hover {
  color: rgb(27, 27, 27);
}

.alcim {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color: white;
  font-family: sans-serif;
}

.header { /*a h1, alcím és nav div beleágyazva*/
  width: 100%;
  height: 80px;
  /*max-width: 800px;
  min-width: 400px;*/
  text-align: center;
  /*position: fixed;*/
  background-color: rgb(27, 27, 27);
  /*top: 0;
  left: 50%;
  transform: translate(-50%, 0);*/
}

/*nav {
  width: 100%;
  max-width: 800px;
  height: 20px;
}

nav > ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  padding-inline-start: 0;
  margin-block: 0;
  height: 100%;
}

nav > ul > li {
    display: inline-block;
    height: 15px;
}*/

.navlink {
  font-family: Impact, serif;
  font-size: 16px;
  font-weight: lighter;
  color: rgb(129, 110, 83);
  text-decoration: none;
}

.navlink:hover {
    color: white;
}

a {
  color: black;
  text-decoration: none;
  font-family: "Raleway";
}

a:hover {
  color: rgb(129, 110, 83);
}

section {
    margin-top: 5px;
    margin-bottom: 20px;
}

section:first-of-type {
  margin-top: 25px;
}

footer {
    font-size: 14px;
    text-align: center;
  }

.hatter {
    width: 80%;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 800px;
    min-width: 400px;
    padding: 20px 0;
    /*margin-top: 127px;*/
    border-radius: 10px;
}

.szoveg {
  width: 83%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  text-align: justify;
  font-family: "Raleway";
}

#navli {
  text-align: center;
}

li {
  margin-top: 5px;
}

hr {
    width: 100%;
    margin-bottom: 24px;
}
  
fieldset {
    border: none;
  }
    
label {
    display: block;
    text-align: left;
    font-size: 17px;
    padding: 1px;
  }
  
input, textarea {
    display: block;
    margin: auto;
    width: 70%;
    min-width: 250px;
    min-height: 2em;
    background-color: white;
    border: 1px solid rgb(189, 189, 189);
    color: #000000;
    border-radius: 2px;
  }
  
input[type="submit"] {
    display: block;
    width: 68%;
    min-width: 250px;
    margin: auto;
    height: 2em;
    background-color: rgb(27, 27, 27);
    color: white;
    margin-bottom: 20px;
    border: none;
      }

input[type="submit"]:hover {
    border: 3px solid rgb(129, 110, 83);
}

.me {
  width: 25%;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 7px;
  float: right;
}

.footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 7px;
  margin-bottom: 35px;
}

.social {
  width: 100%;
  max-width: 800px;
  height: 20px;
}

.social > ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  padding-inline-start: 0;
  margin-block: 0;
  height: 100%;
}

.social > ul > li {
    display: inline-block;
}

.sociallink {
  font-family: Impact, serif;
  font-size: 16px;
  color: rgb(129, 110, 83);
  text-decoration: none;
}

.sociallink:hover {
  color: rgb(27, 27, 27);
}

@media screen and (max-width: 820px) {
  
/*.header { 
  height: 100px;
  width: 100%;
  }

nav > ul > li {
    flex: 1 0 32%;
}

.hatter {
    margin-top: 100px;
}

html {
  scroll-padding-top: 170px;
}*/

.hatter {
  width: 100%;
}

.szoveg {
  width: 88%;
}

.contact {
  text-align: center;
}