body {
    padding: 0em;
    margin: 0;
    background-color: #F8F0F0;
    font-family: 'Montserrat';
    font-weight:500;
    color: #080808;
}

h1 {
    font-size: 5em;
    text-shadow: black 0px 0px 6px;
    text-align: center;
    margin-top: 2em;
}

h2 {
    font-size: 1.5em;
    font-family: 'Montserrat';
    font-weight:500;
    font-weight:500;
    text-shadow: black 0px 0px 5px;
    text-align: center;
}

h3 {
    color: #080808;
    font-family: 'Playfair Display';
    text-align: center;
}

h4 {
    color: #981808;
    font-family: 'Playfair Display';
    font-size: 2em;
    text-align: center;
}

a {
    text-decoration: none;
}

a:visited {
    color: black;
}

#flags {
   display: flex;
   border: 1px white;
   width: 15em;
   height: 2.5em;

}

#socialmedia {
    display: flex;
    justify-content:left;
    width: 10em;
}

#flexboxup {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexboxdown {
    display: flex;
    justify-content: center;
    flex-flow: column;
}


.infobox {
    width: 13em;
    box-shadow: 0px 0px 5px 5px #E0D8D0;
    border: 2px #E0D8D0;
    margin: 1em;
    border-radius: 2%;
    text-align: center;
    padding-bottom: 0.5em;
}

.ikony {
    height: 11em;
    width: 11em;
    box-shadow: 0px 0px 5px 2px #E0D8D0;
    background-color: #F8F0E8;
    margin: 1em;
    border-radius: 2%;  
    text-align: center;
    font-family: 'Montserrat';
    font-weight:500;
    font-weight:500;
    padding-top: 0.5em;
}

#imgheader {
    background-image: url(./assets/úvodní\ .png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 40em;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Playfair Display';
}


.button {
    width: 10em;
    margin: 3em;
    border-radius: 0.3em;
    background-color: #E8E0D8;
    color: #080808;
    text-align: center;
    padding: 0.7em;
    font-family: 'Montserrat';
    font-weight:500;
    font-weight:500;
}

.button:hover {
    background-color: #E0D8D0;
    padding: 1em;
    transition: 0.3s;
    box-shadow: 0px 0px 5px 5px #4f4a452b;
}

.buttonred {
    width: 10em;
    margin: 3em;
    border-radius: 0.3em;
    background-color: #981808;
    color: #FFFFFF;
    text-align: center;
    padding: 0.7em;
    font-family: 'Montserrat';
    font-weight:500;

}

.buttonred:hover {
    background-color: #A01808;
    padding: 1em;
    transition: 0.3s;
    box-shadow: 0px 0px 5px 5px #4e16164a;

}

.buttoninfo {
    width: 8em;
    margin: auto;
    margin-top: 1em;
    border-radius: 0.3em;
    background-color: #E8E0D8;
    color: #282828;
    text-align: center;
    padding: 0.6em;

}

.buttoninfo:hover {
    background-color: #E0D8D0;
    padding: 1em;
    transition: 0.3s;
    box-shadow: 0px 0px 5px 5px #4f4a4510;

}

.buttongallery {
    width: 10em;
    margin: 5em;
    margin-top: 1em;
    border-radius: 0.3em;
    background-color: #981808;
    color: #FFFFFF;
    text-align: center;
    padding: 0.7em;
    font-family: 'Montserrat';
    font-weight:500;
}

.buttongallery:hover {
    background-color: #A01808;
    padding: 1em;
    transition: 0.3s;
    box-shadow: 0px 0px 5px 3px #4e16164a;
}

.imggallery {
  border-radius: 0.5em;
  margin: 0.2em;
  justify-content: center;
  display: flex;
  margin-top:3em;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.gallerytext {
  height: 20em;
  justify-content: center;
  display: flex;
}

.gallerywrap {
  height: 20em;
  justify-content: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}

p {
    color: #282828;
    text-align: center;
    width: 40em;
    margin: auto;
    font-family: 'Montserrat';
    font-weight:500;
    margin-bottom: 2em;
}

ul {
    font-family: 'Montserrat';
    font-weight:500;
    line-height: 1.5;
    margin-bottom: 2em;
}
.b1 {
  list-style: none;
  padding: 10px 30px;
  background-image: url("/assets/spendlik.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2em;
}

.b2 {
  list-style: none;
  padding: 10px 40px;
  background-image: url("/assets/ceny.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2em;
}

.b3 {
  list-style: none;
  padding: 10px 40px;
  background-image: url("/assets/park2.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2em;
}

@media (max-width: 600px) {
    
body {
    font-size: 0.9em;
}
h1 {
    font-size: 3em;
    text-shadow: black 0px 0px 6px;
    text-align: center;
    margin-top: 2em;
}

h2 {
    font-size: 1.2em;
    font-family: 'Montserrat';
    font-weight:500;
    font-weight:500;
    text-shadow: black 0px 0px 5px;
    text-align: center;
}
.flexbox {
    display: flex;
    overflow: auto;
    justify-content: normal;
    flex-basis: 30%;
}

.infobox {
    width: 25em;
    box-shadow: 0px 0px 5px 5px #E0D8D0;
    border: 2px #E0D8D0;
    margin: 1em;
    border-radius: 2%;
    text-align: center;
    padding-bottom: 0.5em;
}

.buttoninfo {
    width: 8em;
    border-radius: 0.3em;
    background-color: #E8E0D8;
    color: #282828;
    text-align: center;
    padding: 0.5em;
    margin: 1em;
    bottom: 2em;

}

p {
    color: #282828;
    text-align: center;
    width: 90%;
    margin: auto;
    font-family: 'Montserrat';
    font-weight:500;
    margin-bottom: 2em;
}

#imgheader {
    background-image: url(./assets/úvodní\ .png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 30em;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Playfair Display';
}

.ikony {
    height: 11em;
    width: 11em;
    box-shadow: 0px 0px 5px 2px #E0D8D0;
    background-color: #F8F0E8;
    margin: 1em;
    border-radius: 2%;  
    text-align: center;
    font-family: 'Montserrat';
    font-weight:500;
    font-weight:500;
    padding-top: 0.5em;
    min-width: 10em;
}

#socialmedia {
    display: flex;
    justify-content:left;
    width: 8em;
}
}