@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,400i,500,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:300,400,500,600,700&subset=latin-ext");
html, body {
  margin:0;
  padding:0;
}
.bgsw { position:absolute !important; }
body {
  font-family:'Barlow', sans-serif;
  background:url(bg.jpg);
  background-size:cover;
  background-position:50% 50%;
  background-attachment:fixed;
}
content {
  display:block;
  min-height:100vh;
  width:1000px;
  margin:0 auto 0 auto;
  background:rgba(0,0,0,0.8);
}
header#head1, footer {
  padding:10px 50px;
  color:#aaa;
  font-size:14px;
  display:flex;
  justify-content:space-between;
}
header#head1 a, footer a {
  color:inherit;
  transition:all 0.3s;
}
header#head1 a:hover, footer a:hover {
  text-decoration:none;
  color:white;
}
header#head1 #active, footer #active {
  font-size:17px;
  color:#f2d04b;
}
header#head1 #pasive, footer #pasive { font-size:14px; }
header#head1 nav a, footer nav a {
  color:#ccc;
  font-size:17px;
  margin-left:20px;
}
header#head1 nav a:hover, footer nav a:hover {
  text-decoration:none;
  color:;
  font-weight:bold;
}
#head1 a i {
  font-size:25px;
  margin-left:10px;
}
header#head2 {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  padding:10px 50px;
  background:rgba(0,0,0,0.6);
}
header#head2 #logo img { height:80px; }
header#head2 #hamburger { display:none; }
header#head2 nav a {
  color:#ccc;
  font-size:17px;
  margin-left:20px;
}
header#head2 nav a:hover {
  text-decoration:none;
  color:#f2d04b;
}
banner {
  display:flex;
  height:500px;
  background:url(main.jpg);
  background-size:cover;
  background-position:50% 50%;
}
banner slider {
  display:block;
  height:500px;
  width:1000px;
}
banner article {
  background:rgba(0,0,0,0.5);
  width:500px;
  box-sizing:border-box;
  padding:40px;
  display:flex;
  justify-content:center;
  flex-direction:column;
  color:white;
}
banner article h1, banner article h2 {
  color:white;
  font-family:'Barlow Semi Condensed';
}
banner article h1 { font-weight:600; }
banner article h2 { font-weight:400; }
.slider, .slider article { height:500px; }
main {
  padding:30px;
  color:white;
}
main h1, main h2, main h3, main h4, main h5, main h7 {
  font-family:'Barlow Semi Condensed';
  color:#f2d04b;
}
section {
  padding:30px;
  color:#ccc;
}
section h2 {
  color:#d8d8d8;
  font-weight:500;
}
section h2 em {
  font-style:normal;
  color:#fbdb63;
}
section h2 img { margin-left:20px; }
hr {
  margin:5px 30px 5px 30px;
  border-bottom:1px solid rgba(204,204,204,0.5);
  border-top:none;
}
#svadba .images {
  display:flex;
  justify-content:space-between;
  margin-bottom:20px;
}
#svadba .images .img {
  width:48%;
  height:200px;
  background-size:cover;
  background-position:50% 50%;
  border:4px solid rgba(187,187,187,0.5);
}
#music {
  display:flex;
  flex-wrap:wrap;
}
#music h2 { width:100%; }
#music a {
  display:block;
  width:180px;
  border-radius:8px;
  overflow:hidden;
  margin-right:20px;
  margin-bottom:20px;
}
#music a detail {
  font-size:11px;
  color:black;
  text-decoration:none;
  display:block;
  background:#dfbb1c;
  background:linear-gradient(to bottom,#dfbb1c 0%,#ebcc58 100%);
  line-height:13px;
  padding:5px;
}
#foto nav {
  display:flex;
  flex-wrap:wrap;
}
#foto nav a {
  margin-right:20px;
  font-size:18px;
  text-transform:uppercase;
  color:#f2d04b;
  transition:all 0.3s;
  display:block;
  padding:5px;
}
#foto nav a:hover { color:white; }
#foto nav a.active {
  font-weight:700;
  color:white;
}
#foto article {
  display:flex;
  flex-wrap:wrap;
  max-height:0px;
  overflow:hidden;
  transition:all 0.3s;
}
#foto article.active {
  overflow:auto;
  max-height:5000px;
}
#foto article a {
  display:block;
  border:2px solid rgba(204,204,204,0.5);
  width:120px;
  height:90px;
  margin-right:10px;
  margin-bottom:10px;
  transtion:all 0.3s;
}
#foto article a:hover { border-color:#f2d04b; }
#about, #referencie { font-size:16px; }
#about .english {
  border-top:1px dashed #aaa;
  padding-top:20px;
  margin-top:20px;
}
#referencie a, #about a { color:#f2d04b; }
#kontakt {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
#kontakt h2 { width:100%; }
#kontakt article { max-width:460px; }
#kontakt article h3 {
  color:#f2d04b;
  font-size:20px;
  font-weight:600;
}
#kontakt article h4 {
  color:white;
  font-size:17px;
  font-weight:500;
  margin-top:15px;
  margin-lfet:20px;
}
#kontakt article h4 i {
  color:#f2d04b;
  margin-right:20px;
}
#kontakt article.logos {
  display:flex;
  flex-wrap:wrap;
}
#kontakt article.logos a {
  display:flex;
  width:220px;
  height:160px;
  justify-content:center;
  align-items:center;
}
@media screen and (max-width: 768px) {
  content { width:auto; }
  header#head1, footer { display:block; }
  header#head1 article, footer article { margin-bottom:5px; }
  header#head2 #hamburger {
    color:#ccc;
    font-size:30px;
    display:block;
    cursor:pointer;
  }
  header#head2 nav {
    display:none;
    width:100%;
  }
  header#head2 nav a {
    display:block;
    padding:8px;
  }
  banner {
    flex-direction:column;
    justify-content:flex-end;
  }
  banner article {
    width:auto;
    height:auto;
    padding:30px;
  }
  banner article h1 {
    font-size:22px;
    line-height:1.3em;
  }
  banner article h2 {
    font-size:18px;
    line-height:1.3em;
  }
  #music a { width:130px; }
  .slider, .slider article { height:50vw; }
}
