/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



html {
    scroll-behavior: smooth;
  }

body {
    -webkit-font-smoothing: antialiased;
    font-family: Volvo Novum, Arial, sans-serif;
    color: #707070;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    font-family: Volvo Novum, Arial, sans-serif;
    line-height: 1.125;
    color: #141414;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    text-align: center;
} 

h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: -0.4em;
    margin-bottom: 5em;
}

p {
    margin-block-end: 1em;
}

a {
    color: #1c6bba;
    text-decoration: none;
}
a:hover {
    color: #141414;
}
ul {
    margin-left: 1em; 
    margin-bottom: 1.2em;
    list-style-type: square;
}
ul li {
    margin-left: 1em;
    padding-left: 0.2em; 
}
table {
    width: 100%;
    border: 1px solid #999;
    margin-bottom: 1.2em;
}
td {
    padding: 0.4em 0.6em;
    border: 1px solid #999;
}

header {
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    background: #fafafa;
    height: 64px;
}
header > img {
    position: absolute;    
    top: 28px;
    left: 24px;
}
header a.site {
    position: absolute;
    display: block;
    right: 24px;
    top: 21px;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-size: 0.875rem;
    font-family: Volvo Novum, Arial, sans-serif;
    font-weight: 500;
}
header a.szechenyi {
    position: absolute;
    display: block;
    left: 0;
    top: 64px;
}

section {
    width: calc(100% - 48px);
    max-width: 1232px;
    margin: 53.12px auto;
}

#about {
    margin: 133.12px auto 53.12px;
}

.flex-container {
    display: flex;
    flex-flow: row wrap-reverse;
    justify-content: space-around;
    align-items: center;
    column-gap: 40px;
}
.flex-item1 {
    max-width: 366px;
}
.flex-item2 {
    max-width: 500px;
    padding-bottom: 4.2em;
}
.salon {
    margin: 4em auto;
    max-width: 400px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.6666666666666667;
    font-size: 0.75rem;
    color: #707070;
}

.salon a {
    display: inline-block;
    margin-bottom: 4em;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: #1c6bba;
    transition-property: transform, background, fill, stroke, color, border-color, box-shadow;
    transition-timing-function: ease-out;
    transition-duration: 100ms, 300ms;
    fill: #1c6bba;
    border-radius: 4px;
    line-height: 22px;
    padding: 12px 24px;
    stroke: #1c6bba;
    color: #1c6bba;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-family: Volvo Novum, Arial, sans-serif;
}

.salon a:hover {
    border-color: #284e80;
    stroke: #ffffff;
    fill: #ffffff;
    color: #ffffff;
    background: #284e80;
}

#szechenyiterv {
    margin: 6em auto 7em;
    border-top: 1px solid #ebebeb;
    padding-top: 5em;
    max-width: 640px;
}
#szechenyiterv h2 {
    margin-top: 4em;
    margin-bottom: 1.4em;
}

footer {
    background-color: #fafafa;
    padding: 24px 24px 32px;
    color: #707070;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.6666666666666667;
    font-size: 0.75rem;
}

@media only screen and (max-width: 954px) {
    .flex-item1 {
        max-width: 500px;
    }
}

@media only screen and (max-width: 385px) {
    td {
        font-size: 13px;
    }
}