@import url("https://fonts.googleapis.com/css?family=Poppin");

*{box-sizing: border-box;
      margin: 0;
      padding: 0;}
body{
    background-color: #020202;
    color: #777678;
}
#header{
    position: sticky;
    top: 0;
    height: 40vh;
    background-color: #020202;
    z-index: 10;
}
#bc1{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: inherit;
}
.kasia{
    width: 25vw;
    height: 27vw;
    float: left;
    padding-top: 1cap;
    padding-left: 4cap;
    padding-right: auto;
    position: fixed;
    z-index: 100;
}
.list{
    padding-bottom: 3vh;
    margin-bottom: 20px;
    z-index: 9;
}
.list li{
    display: inline;
    margin-right: 3vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
.listItem a{
    color: #777678;
    text-decoration: none;
    font-size: larger;
}
.aboutMeParagraph{
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: normal;
}
.hTag{
    font-family: "great-vibes", sans-serif;
    font-weight: bold;
    font-style: normal;
    padding-top: 3vh;
    padding-bottom: 3vh;
}
.imgCookie {
    height: 3vh;
    width: 3vw;
}
.popUpCookie{
    position: fixed;
    bottom: 50px;
    right: -370px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    font-family: "Poppins";
    z-index: 1000;

}
.popUpCookie.show{
    right: 20px;
    opacity: 1;
    visibility: visible;
}
.popUpCookie header{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
header img{
    color: #4070f4;
}
header h2{
    color: #4070f4;
    font-weight:500;
}
.popUpCookie .info p{
    font-size: 14px;
    color: #333;
}
.info p a{
    color: #4070f4;
    text-decoration: underline;
}
.btns{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 10px;
}
.btns button{
    height: calc(35px + 2vmin);
    padding: 0 15px;
    border: none;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    font-family: "Poppins";
    transition: all 0.3s ease;
}
.certificates{
    display:grid;
    grid-gap: 2vh;
    padding-top: 2vh;
    padding-bottom: 2vh; 
}
#certificates{
    scroll-margin-top: 60vh;
    padding-top: 5vh;
}
.bilden{
    scroll-margin-top: 60vh;
    padding-left: 30%;
    padding-right: 30%;
    padding-top: 5vh;
    padding-bottom: 5vh;
    text-align: center;
}
.bilden p{
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 2vh;
}
.listSetting{
    padding-left: 30%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    }
.listSetting li{
    padding-top: 4vh;
    justify-content: center;
    list-style-type: none;
    font-size: large;}
.instagram{
    width: 12vh;
    height: 12vh;
    object-fit: cover;
}


@media(min-width:1600px){
    .container{
        width: 100%;
    }
    .certificates{
        grid-template-columns: 1fr 1fr;
    }
    .certificates img{
        width: 100vh;
        height: 90vh;
        padding-left: 5vh;
        padding-right: 5vh;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    .list{
        padding-left: 30%;
        padding-bottom: 3vh;
        list-style: none;
    }
    .list li{
        display: inline;
        list-style: disc;
    }
    .list a{
        font-size: large;
    }
    #header{
    padding-bottom: 50vh;
    }
    #aboutMe{
        transition: 0.5s;
        padding-left: 30%;
        padding-right: 30%;
    }
    #certificates{
        padding-left: 30%;
        padding-right: 30%;
    }
    .kasia{
        display: none;
    }
    .small-screen{
        display: none;
    }
    .contact li{
        display: inline;
        padding-block: 1vh;
    }
    .listSetting li{
        padding-left: 12vh;
    }
}
@media (min-width:1025px) and (max-width:1599px){
    .cookies{
        padding: 10px 0;
    }
    .certificates{
        grid-template-columns: 1fr;
    }
    .certificates img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #header{
        padding-bottom: 55vh;
    }
    .small-screen{
        display: none;
    }
    .list{
        padding-left: 30%;
        padding-bottom: 3vh;
        list-style: none;
    }
    .list li{
        display:inline-block;
        padding-block: 1vh;
        padding-bottom: 3vh;
        justify-content: center;
    }
    .list a{
        font-size: x-large;
    }
    #aboutMe{
        transition: 0.5s;
        padding-left: 30%;
        padding-right: 30%;
    }
    #certificates{
        padding-left: 30%;
        padding-right: 30%;
    }
    .kasia{
        top:30%;
    }
    .listSetting li{
        padding-left: 12vh;
        padding-bottom: 2vh;
    }
}
@media screen and (min-width:601px) and (max-width:1024px){
    .certificates{
        grid-template-columns: 1fr;
    }
    .certificates img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #header{
        padding-bottom: 50vh;
    }
    .small-screen{
        padding-left: 35%;
        padding-right: 30%;
    }
    .kasia-small{
        width: 70%;
        height: 100%;
        object-fit: cover;
    }
    .list{
        padding-left: 30%;
        padding-right: 15%;
        padding-bottom: 3vh;
        margin-bottom: 20px;
        list-style: none;
    }
    .list a{
        font-size: x-large;
    }
    #aboutMe{
        transition: 0.5s;
        padding-left: 20%;
        padding-right: 20%;
    }
    #certificates{
        padding-left: 30%;
        padding-right: 30%;
    }
    .kasia{
        display: none;
    }
    .listSetting li{
        padding-left: 6vh;
    }
}    

@media screen and (max-width:600px){
     #header{
        padding-bottom: 50vh;
    }
    .small-screen{
        padding-left: 35%;
        padding-right: 30%;
    }
    .kasia-small{
        width: 30vw;
        height: 35vh;
    }
    .kasia-small{
        width: 70%;
        height: 100%;
        object-fit: cover;
    }

    .list{
        padding-left: 30%;
        padding-right: 15%;
        padding-bottom: 3vh;
        margin-bottom: 20px;
        list-style: none;
    }
    .list a{
        font-size: large;
   }
   #aboutMe{
    transition: 0.5s;
    margin-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
    }
    #certificates{
        padding-left: 20%;
        padding-right: 20%;
    }
    .listSetting li{
        padding-left: 2vh;
    }
    .kasia{
        display: none;  
    }
    .certificates img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (orientation:landscape) and (max-height:300px) and (min-width:100px) and (max-width:1024px){
    #header{
        padding-bottom: 55vh;
    }
    .small-screen{
        display: none;
    }
    .list{
        padding-left: 30%;
        padding-right: 15%;
        padding-bottom: 3vh;
        margin-bottom: 20px;
        list-style: none;
    }
    .list a{
        font-size: 5.5vh;
    }
      #aboutMe{     
        transition: 0.5s;
        padding-left: 20%;
        padding-right: 20%;
        font-size: 5vh;
    }  
    .hTag{
        font-size: 6vh;
    }
    #certificates{
        padding-left: 30%;
        padding-right: 30%;
    } 
    .certificates img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
