a{
    color:antiquewhite;
    text-decoration: none;
    text-decoration-color: none;
}
body{

    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-x: hidden;
}

html {
 scroll-behavior: smooth;
}
.gora
{

    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1900px;
    margin: 0 auto;

}
.card-img{
  max-width: 150px;
}
.headerimage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    height: auto;
    max-width: 100%;

    border-radius: 10px;
}
.rotacja{
  position: fixed;
  width: 100%;
  height: 100%;
}
.latam
{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:white;
    font-size: 120px;
    display: block;
    text-align: center;
    font-family: 'Poiret One', cursive;
}

/*******************/
/*MENU HEADER*/
/*******************/

.menudol
{
    display: table;
    bottom: 55px;
    margin: 0 auto;
    position:relative;
    overflow: hidden;

}
.menudol button{
    width: 33.3%;
    padding: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}
.menudol button
{

    border: none;
    padding: 20px 54px;
    cursor: pointer;
    float: left;
    color:black;
    font-size: 38px;
    text-align: center;
    margin: 0 0;
     font-family: 'Poiret One', cursive;
     background-color:white;
    transition: all 400ms linear;

}
.menudol button:hover
{
    background-color:black;
    color: white;
    transition: all 400ms linear;
}
#homeButton
{
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}
#portfolioButton
{

}
#kontaktButton
{
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
#buttonUP{
    background-color: black;
    max-width: 150px;
    height: 59px;
    padding: 10px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    display: none;
    color: white;
    border-radius: 10px;
    border: 1px solid white;
    transition:  background 400ms linear;
    text-align: center;
    font-size: 20px;
     font-family: 'Poiret One', cursive;
}
#buttonUP:hover
{
    color: black;
    border: 1px solid black;
    background-color: white;
    transition: all 400ms linear;
}

div.youtube{

    text-align: center;
    max-width: 1500px;
    margin: 20 auto;
    border-radius: 5px;
    display: block;
}
.video_iframe{
    height: auto;
    max-width: 100%;
}
#frame1{
    padding: 30px;
    display:inline-block;
    width: 520;
    height: 320;
}
#frame2{
    padding: 30px;
    display:inline-block;
    width: 520;
    height: 320;
}
#frame3{
    padding: 30px;
    display:inline-block;
    width: 520;
    height: 320;
}

/*******************/
/* NOWA ZOOM GALERIA
/*******************/
.current{

    border-bottom: 2px solid red;
    margin-bottom: -2px;

}

.galeria{
    max-width: 1500px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 20 auto;
    border-radius: 5px;
    text-align: center;
}
.thumbnail {
  margin-top: 5px;
  width: 300;
  height: 180;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.thumbnail:hover {opacity: 0.7; border: solid 4px black; border-radius: 5px;}

.mainImage {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
  margin: auto;
  display: block;
}
.mySlides {
  display: block;
  width: auto;

}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
.miniwer{
  display: none;
  background-color: red;
}



/***************************************************************************/
.stopka{
    height: 200px;
    max-width: 1500px;
    bottom: 0px;
    background-color: grey;
    text-align: center;
    margin: 20 auto;
    position: relative;
    margin-top: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.telopis{
  font-family: 'Poiret One', cursive;
  font-size: 25px;
  text-align: center;
  position: relative;
  display: block;
  color: #263748;
}
.telefon{
    position: relative;
    display: block;
    text-align: center;
    font-size: 35px;
    color: #263748;
}
.socialmedia{
  margin-right:0px;
  display: block;
}
.fb{
    position: relative;
    text-align: center;
    max-width: 80px;
}
.yt{
    position: relative;
    text-align: center;
    max-width: 80px;
}
.ytimg{
  max-width: 80px;
}
.fbimg{
  max-width: 80px;
}
.teleimg{
  max-width: 40px;
}
