html, body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F4EBD0;
    color: #141414;
}

* {
    padding:0;
    margin: 0;
}

#main_photo {
    position: relative;
    width: 930px;
    height: 397px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
    transform-origin: 50% 50%;
}

#main_photo img {
    position: relative;
    width: 855px;
    height: 397px;
    left: 37px;
    border-radius: 5px;
}

.navbar {
    position: relative;
    margin-left: 150px;
    padding: 25px 0 40px 20px;
    width: 1000px;
}

.navbar h1 {
    color: darkgreen;
}

.navbar ul {
    list-style: none;
    display: table;
}

.navbar li {
    display: table-cell;
    position: relative;
}

.navbar a {
    text-decoration: none;
    color: darkgreen;
    display: inline-block;
    padding: 0 8px 5px 8px;
}

.navbar a:after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: darkgreen;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.navbar a:hover:after {
    width: 100%;
    left: 0;
}

.content {
    position: relative;
    margin: 0 auto;
    width: 950px;
    background-color: white;
    padding: 20px;
    border-radius: 3px;
    transform-origin: 50% 50%;
    font-weight: bold;
    line-height: 1.4;
}

.content li {
    margin-left: 40px;
}

.logo {
    width: 100px;
    height: 100px;
}

.logowide {
    width: 200px;
    height: 100px;
}

.logopan {
    width: 125px;
    height: 100px;
}

#plakat {
    width: 100%;
}