@font-face {
    font-family: PostScriptum;
    src: url(PostScriptum.ttf);
}
html,
body {
  width: 100%;
  height: 100%;
  display: block;
}
body {
  line-height: 1.5;
  background-color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #888888;
}
h2, h3, h4 {
  font-family: PostScriptum;
}
.front-page-section {
  width: 100%;
}
.front-page-section .section-header {
  width: 100%;
}
.front-page-section .section-header h3 {
  margin: 0 0 30px 0;
  font-weight: 900;
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
  font-family: PostScriptum;
}
.front-page-section .section-content {
  width: 100%;
}
#header {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header .top-header {
  width: 100%;
  padding-top: 40px;
}
#header .top-header .header-logo {
  display: block;
  font-size: 38px;
  margin-top: 100px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}
#header .bottom-header {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
#about {
  width: 100%;
  background: #f5f3f0;
  padding: 65px 0 85px 0;
  text-align: center;
}
#about .section-header {
  margin-bottom: 30px;
}
#konkursy {
  width: 100%;
  background: #f5f3f0;
  padding: 80px 0 100px 0;
  text-align: center;
}
#konkursy .section-header {
  width: 100%;
  margin-bottom: 85px;
}
#konkursy .section-content {
  width: 100%;
}
#footer {
  width: 100%;
  background-color: #222;
  padding: 40px 0;
}
#footer .copyright {
  width: 100%;
  line-height: 0.933;
  color: #aaa;
}
#photo {
  width: 100%;
  height: 65%;
  padding: 55px 0;
  text-align: center;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
#fotorelacja {
  width: 100%;
  background: #f5f3f0;
  padding: 80px 0 100px 0;
  text-align: center;
}
.photo {
    display: inline-block;
    margin: 2px;
    padding-bottom: 2px;
    border: 0px;
    width: 8%;
}
#partnerzy {
  min-height: 800px;
}
@media only screen and (max-width: 767px) {
  #header .top-header .header-logo img {
    max-width: 320px;
  }