html {
  scroll-behavior: smooth;
}

body {
    background-color: rgb(255, 255, 255);
    margin: 0em;
    font-family: "Kanit", sans-serif;

  }
  .wrap{
    margin: 0em;
  }
h1{
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 2.5rem;
}

h2{
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
}

p{
    font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/*button*/
a.button{
  background-color: #ccff00;
  width: 10em;
  color: #000000;
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 1em 4em;
  border: 4px solid #000000;
  border-radius: 2px;
  display: inline-block;
  margin-top: 4em;
  margin-bottom: 4em;
  text-align: center;
 }
 a.button:hover{
  border: 4px solid #CC00FF;
  color: #CC00FF;
 }
 a.button:active{
  transform: scale(0.95);
 }

.logo{
  background-color: rgb(0, 0, 0);
}

.logo img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.dbcg-spacer {
  padding-top: 3em;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

/*sekcja 1 - o mnie*/
.omnie{
    padding-top: 7em;
    padding-bottom: 7em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.myphoto{
    margin-left: 5em;
}

.opening{
    display: flex;
    flex-direction: column;
    align-items: left;
    max-width: 40em;
    text-align: left;
    padding-top: 70px;
}


/*sekcja 2 - cover img*/

.parallax {
  /* The image used */
  background-image: url("img/cover.png");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cframe{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
text-align: center;
width: 300px;
height: 180px;
  background-color: #ffffff;
  border: 10px solid #00FFF0;
margin-top: 5%;
margin-left: 65%;
}


/*skecja 3 -dark bcg*/
.dbcg {
  padding-top: 7em;
  padding-bottom: 7em;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.dbcg p{
  max-width: 800px;
  margin: 3em auto;
}

/*skecja 4 -wh bcg*/

.wbcg {
  padding-top: 7em;
  padding-bottom: 7em;
  background-color: #ffffff;
  color: #000000;
  text-align: center;


}

.wbcg p{
  max-width: 800px;
margin: 3em auto;
}









/* SLIDE */


/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;

}





/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}



/*fotter*/



.fotter h3{

  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  text-decoration: none;
  color: #ccff00;
}

.fotter h4{

  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  text-decoration: none;
  color:#00FFF0;
}


.fotter{
  display: flex;
  flex-direction: column;
  padding-top: 5em;
  padding-bottom: 7em;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  a{
    text-decoration: none;
    color: rgb(215, 215, 215);
    padding: 0;
  }

  a:hover{
color: #ffffff;
text-decoration: underline;
  }
}



.copyright {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
 font-size: 0.8rem;
 color: #717171;
  p{
    padding-left: 2em;
    padding-right: 2em;
  }
a{
  color: #717171;
}
a:hover{
  color: #CC00FF;
}
}



.social{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  padding-top: 3em;
  
  img{
    height: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  img:hover{
    transform: scale(1.10);
  }
}

/*podstrona polityka*/
.polityka{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
  max-width: 1000px;
  p{
    font-size: 1rem;
    text-align:justify;
    font-weight: 300;
  }
h2{
  font-size: 1.5rem;
  text-align:center;
  font-weight: 600;
}
}

/*cookies*/
.cookies-eu-banner {
  background: #222222;
  color: #fff;
  padding: 6px;
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  a{
    color: #fff;
  }
}

.cookies-eu-banner button {
  text-decoration: none;
  background:#ccff00;
  color: #000000;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
    color:#CC00FF;
    border: 1px solid #CC00FF;
}

.hidden {
  display: none;
}



  @media (max-width: 1024px) {



    .hide-mobile{
        display: none;
    }
    .opening{
        display: flex;
        flex-direction: column;
        align-items: center;

        
        text-align: center;
        padding-top: 4em;
        padding-left: 2em;
        padding-right: 2em;
    }

    .dbcg{
      text-align: center;
      padding-top: 4em;
      padding-left: 2em;
      padding-right: 2em;

    }

    .wbcg{
      text-align: center;
      padding-top: 4em;
      padding-left: 2em;
      padding-right: 2em;

    }

.copyright{
  display: flex;
  flex-direction: column;
  p{
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
}

}