@charset "UTF-8";
/* CSS Document */

body {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    font-family: "Ubuntu", Tahoma, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
}
body header {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
    background-color: #ACACAC;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    background-position: center center;
    background-size: auto auto;
    background-repeat: no-repeat;
    /* [disabled]-webkit-box-shadow: 0px 0px px; */
    /* [disabled]box-shadow: 0px 0px px; */
}
body section {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
body a  {
    color: #00BD9E;
    text-decoration: none;
    border-bottom-style: none;
}
body a:hover {
    text-decoration: none;
    color: #8C8C8C;
}
body main {
    padding-top: 20px;
    text-align: justify;
    line-height: 1.6em;
}
.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.miniaturka {
    width: 23%;
    text-align: center;
    padding-bottom: 5px;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 2px;
    float: left;
}
.karta {
	width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 300px;
}
.logo {
    text-transform: uppercase;
    margin-right: 20px;
    margin-left: 20px;
    border: 1px solid #00BD9E;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
