/*nalinkovany v layouts/custom-head.twig*/

/* Stefo special */
.site-header {
    background-color: rgb(255, 211, 51);
}
.site-header__search {
    background-color: white;
}

.mapky-google {
    float: left;
    width: 48%;
    margin: 1%;
}


h1 {
  font-size: 28px;
  font-weight: 700;
}

h2 {
  font-size: 26px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}


@media screen and (max-width: 800px) {
    .mapky-google {
        float: none;
        width: auto;
        margin: auto;
    }
}