body{
    background-color: #000000;
    color: #fff;
     font-family: "Inter", sans-serif;
}

h1{
     font-family: "Inter", sans-serif;
    color: #fff;
    line-height: 110%;
    letter-spacing: -0.56px;
    font-size: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
}

h2{
     font-family: "Inter", sans-serif;
    color: #fff;
    line-height: 110%;
    letter-spacing: -0.56px;
    font-size: 56px;
    margin-bottom: 16px;
    font-weight: 400;
}

p{
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 32px;
    font-weight: 300;
}

h6{
    font-size: 12px;
    color: #ffc107;
}

a{
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover{
   color: #B16748 
}

.sekcja1{
    background-image: url("../img/section1.jpg");
    background-size: cover;
    height: 100vh !important;
}
.sekcja2{
    background-image: url("../img/section2.jpg");
    background-size: cover;
    height: 100vh  !important;
}

.sekcja3{
    background-image: url("../img/section3.jpg");
    background-size: cover;
    height: 100vh  !important;
}

.sekcja4{
    background-image: url("../img/section4.jpg");
    background-size: cover;
    height: 100vh  !important;
}

.sekcja4 img{
    margin-bottom: 24px;
}

.top{
    height: 60vh !important;
    background-color: #0F0F0F;
}

.btn-warning{
    border-radius: 80px;
    margin-top: 32px;
}

.btn-danger{
    border-radius: 80px;
    background-color: #CC7C5A;
    border-color: #CC7C5A;
    margin-top: 32px;
}
.btn-danger:hover{
    background-color: #B16748;
    border-color: #B16748;
}
.btn-danger:active{
    background-color: #B16748;
    border-color: #B16748;
}
.btn-danger:focus{
    background-color: #B16748;
    border-color: #B16748;
}

@media (min-width: 769px) {
    .container-fluid{
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 769px){
    .top{
        height: 100vh !important;
    }
    
    h2{
        font-size: 28px;
    }
    p{
        font-size: 18px;
    }
    
    .sekcja1{
        background-position: center;
    }
    .sekcja2{
        background-position: center;
    }
    .sekcja3{
        background-position: center;
    }
    .sekcja4{
        background-position: center;
    }
}