@font-face {
    font-family: baloo;
    src: url(fonts/baloo/Baloo-Regular.ttf);


}

@font-face {
    font-family: yellowtail;
    src: url(fonts/yellowtail/Yellowtail-Regular.otf);


}


@font-face {
    font-family: arcon;
    src: url(fonts/arcon/Arcon-Regular.otf);


}

@font-face {
    font-family:indie;
    src: url(fonts/indie-flower/IndieFlower.ttf);
}


/* For mobile phones: */
[class*="col-"] {
    width: 100%;

  }
  
  @media only screen and (min-width: 600px) {
    /* For tablets: */
    
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
  }
  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
  }




*{
    padding: 0;
    margin: 0;
    color: whitesmoke;
    font-family: arcon;


    
    
    
}

body{
    background-color: rgb(20, 20, 20)
}
header{
   

    color: whitesmoke;
    background-color: rgba(0, 0, 0, 0);

}

header img{
    width: 100%;
    
}

h1{
    position: absolute;
    left: 2.5%;
    top: 7%;
    font-size: 4vw;
    font-family: indie;
    z-index: 2;
  
}


nav{
    color: #202020;
    text-align: center;
    background-color: whitesmoke;
    position: sticky;
    top: 0;
    font-size: 2vw;
    padding-bottom: 1vw;
    padding-top: 1vw;
    z-index: 2;
}

nav a{
    text-decoration: none;
    background-color: whitesmoke;
    padding-left: 1vw;
    padding-right: 1vw;
    color: black;
    
   
}

nav a:hover{
    background-color: black;
    color: whitesmoke;
}

.formularz{
    margin: auto;
    padding: 20px;
    width: 40%;
    
}

select{
    color: black;
}

option{
    color: black;
}

#cel{
    color: black;
}




input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    color: black;
  }
  
  input[type=submit]  {
    background-color: whitesmoke;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  input[type=reset] {
    background-color: whitesmoke;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    
  }
  
  input[type=submit]:hover {
    background-color: black;
    color: whitesmoke;
  }

  input[type=reset]:hover {
    background-color: black;
    color: whitesmoke;
  }
  
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }

textarea{
    height: 200px;
}


footer{
    padding: 30px;
    background-color: whitesmoke;
    text-align: center;
    color: #202020;
}

footer p{
    color: #202020;
}

