*{
    margin: 0;
    padding: 0;
}
#banner{
    background: linear-gradient(rgba(0,0,0,0.5), #1F292D), url(images/5.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.logo{
    width: 100px;
    position: absolute;
    top: 4%;
    left: 10%;
}
.banner-text{
    text-align: center;
    color: #fff;
    padding-top: 300px;
    
}
.banner-text h1{
    font-size: 80px;
    font-family: 'Archivo Black', sans-serif;
    
}
.banner-text p{
    font-family: 'Archivo', sans-serif;
    font-size: 30px;
    font-style: italic;
    padding-top: 30px;
}
.banner-btn{
    margin: 70px auto 0;
}
.banner-btn a{
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 12px 0;
    color: #fff;
    border: 0.5px solid #fff;
    position: relative;
    z-index: 1;
    transition: color 0.5s;
}
.banner-btn a span{
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
}
.banner-btn a:hover span{
    width: 100%;
}

.banner-btn a:hover{
    color: #000;
}

#sideNav{
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -200px;
    top: 0;
    background: #ffaf10;
    z-index: 2;
    transition: 0.5s;
}

nav ul li{
    list-style: none;
    margin: 40px 20px;
}

nav ul li a{
    font-family: 'Archivo', sans-serif;
    text-decoration: none;
    color: #000;
}

#menuBtn{
    width: 50px;
    height: 50px;
    background: #ffaf10;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 20px;
    border-radius: 3px;
    z-index: 3;
    cursor:  pointer;
    
}

#menuBtn img{
    width: 20px;
    margin-top: 15px;
}


@media screen and (max-width: 770px){
    .banner-text h1{
    font-size: 40px;
    }
    .banner-text p{
    font-size: 20px;
    margin: auto 10px;
    }
    
    .banner-btn a{
        display: block;
        margin: 20px auto;
    }
}

/*-- O NAS --*/

#feature{
    width: 100%;
    padding: 50px 0;
    background: #f6f6f6;
}

.title-text{
    text-align: center;
    padding-bottom: 70px;
}

.title-text h1{
    font-family: 'Archivo Black', sans-serif;
    font-size: 50px;
}

.featuere-box{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}

.features{
    flex-basis: 50%;
}

.features-img{
    flex-basis: 50%;
    margin: auto;
}

.features-img img{
    width: 70%;
    border-radius: 10px;
}

.features h1{
    font-family: 'Archivo', sans-serif;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 100;
    color: black;
    font-size: 20px;
    padding-bottom: 10px;
}

.features-desc{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.feature-text{
    padding: 0 20px;
    text-align: initial;
}

@media screen and (max-width: 770px){
    .title h1{
        font-size: 35px;
    }
    .features{
        flex-basis: 100%;
    }
    .features-img{
        flex-basis: 100%;
    }
    .features-img img{
        width: 100%;
    }
}

/*-- Oferta --*/

#list{
    width: 100%;
    padding: 70px 0;
    background: #f6f6f6;
}


.list-box {
    width: 80%;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding-bottom: 80px;
    
}

.list-li h2{
    text-align: center;
    margin-bottom: 10px;
    font-weight: 20;
    color: black;
    font-size: 20px;
    padding-bottom: 10px;
}

.title h1{
    font-family: 'Archivo Black', sans-serif;
    font-size: 30px;
    padding: 20px 0;
}

.title h2{
    font-family: 'Archivo', sans-serif;
    padding-bottom: 10px;
}



/*-- galeria --*/

.container{
	background: linear-gradient(rgba(0,0,0,0.8), #1F292D), url(images/4.jpg);
	background-size: cover;
	background-position: center;
	color: #efefef !important;
	background-attachment: fixed;
	padding-top: 30px;
	padding-bottom: 30px;
}
.container h1{
    font-family: 'Archivo Black', sans-serif;
	text-align: center;
	color: #efefef !important;
	padding-bottom: 10px;
    font-size: 60px;
}

.container p{
    font-family: 'Archivo Black', sans-serif;
	text-align: center;
	color: #efefef !important;
	padding-bottom: 10px;
    font-size: 20px;
}

#container-list{
	background: linear-gradient(rgba(0,0,0,0.8), #1F292D), url(images/2.jpg);
	background-size: cover;
	background-position: center;
	color: #efefef !important;
	background-attachment: fixed;
	padding-top: 30px;
	padding-bottom: 30px;
}
#container-list h1{
    font-family: 'Archivo Black', sans-serif;
	text-align: center;
	color: #efefef !important;
	padding-bottom: 10px;
    font-size: 60px;
}

@media screen and (max-width: 770px){
    #container-list h1{
        font-size: 40px;
    }
}





#container-galeria{
	background: linear-gradient(rgba(0,0,0,0.8), #1F292D), url(images/13.jpg);
	background-size: cover;
	background-position: center;
	color: #efefef !important;
	background-attachment: fixed;
	padding-top: 30px;
	padding-bottom: 30px;
}
#container-galeria h1{
    font-family: 'Archivo Black', sans-serif;
	text-align: center;
	color: #efefef !important;
	padding-bottom: 10px;
    font-size: 60px;
}

@media screen and (max-width: 770px){
    #container-galeria h1{
        font-size: 40px;
    }
}



#container-onas{
	/*--background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(images/3.png); --*/
    
    background-color: #ffaf10;
	background-size: cover;
	background-position: center;
	color: #efefef !important;
	background-attachment: fixed;
	padding-top: 30px;
	padding-bottom: 30px;
}
#container-onas h1{
    font-family: 'Archivo Black', sans-serif;
	text-align: center;
	color: #fff !important;
	padding-bottom: 10px;
    font-size: 60px;
}

@media screen and (max-width: 770px){
    #container-onas h1{
        font-size: 40px;
    }
}




#container-kontakt{
	/* background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(images/5.jpg); ---*/ 
    background: #ffaf10;
	background-size: cover;
	background-position: center;
	color: #efefef !important;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
}
#container-kontakt h1{
    font-family: 'Archivo Black', sans-serif;
	text-align: center;
	color: #efefef !important;
	padding-bottom: 10px;
    font-size: 60px;
}





#service{
    width: 100%;
    padding: 70px 0;
    background: #f6f6f6;
}

.service-box{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}

.single-service{
    flex-basis: 48%;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 20px;
    color: #fff;
}

.single-service img{
    width: 100%;
    border-radius: 7px;
}

@media screen and (max-width: 770px){
    .single-service{
        flex-basis: 100%;
        margin-bottom: 30px;
    }
}


/*-- Lokalizacja Google --*/

.location{
    width: 100%;
}

.location iframe{
    width: 100%;
}

/*-- Godziny Otwarcia --*/

.timetable{
    width: 100%;
    display: flex;
    background-color: #ffaf10;
    justify-content: center;
}

.time{
    display: flex;
    max-width: 1000px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    margin-top: 30px;
    margin-bottom: 30px;
    
}

.time div{
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    width: 480px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

@media screen and (max-width: 770px){
    .time div{
        width: 100%;
    }
}

@media screen and (max-width: 770px){
    .time div h1{
        font-size: 20px;
    }
}

@media screen and (max-width: 770px){
    .time div p{
        font-size: 20px;
    }
}

/*--
.time div h1{
    margin-top: 20px;
}
--*/

@media (max-width: 767px){
    .time h1{
        font-size: 22px;
    }
}

.time h1{
    color: #f6f6f6;
    font-family: 'Archivo Black', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
}

@media (max-width: 767px){
    .time p{
        font-size: 22px;
    }
}

.time p{
    color: #f6f6f6;
    font-family: 'Archivo Black', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 37px;
}

/*-- Kontakt --*/

.contact{
    width: 100%;
    display: block;
}

.adress{
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.8), #1F292D), url(images/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 900px){
    .adress-content{
        padding-bottom: 0vh;
    }
}

.adress-content{
    padding-top: 5vh;
    padding-bottom: 3vh;
    padding-right: 20px;
    padding-left: 20px;
    height: 100%;
    text-align: center;
    width: 400px;
    color: #fff;
}

.color{
    color: #ffaf10;
}

@media only screen and (max-width: 900px){
    .adress h1{
        width: 100%;
        text-align: center;
    }
}

.adress h1{
    text-align: center;
    margin-bottom: 20px;
    color: #ffaf10;
    font-family: 'Archivo Black', sans-serif;
    font-size: 45px;
    font-weight: 20px;
    line-height: 55px;
}


@media only screen and (max-width: 900px){
    .adress h2{
        text-align: center;
    }
}

.adress h2{
    text-align: center;
    margin-bottom: 20px;
    color: #f6f6f6;
    font-family: 'Archivo Black', sans-serif;
    font-size: 20px;
    font-weight: 20px;
    line-height: 26px;
}

@media only screen and (max-width: 900px){
    .adress h3{
        text-align: center;
    }
}

.adress h3{
    text-align: center;
    margin-bottom: 20px;
    color: #f6f6f6;
    font-family: 'Archivo Black', sans-serif;
    font-size: 20px;
    font-weight: 20px;
    line-height: 26px;
}

@media only screen and (max-width: 900px){
    .adress-sec{
        height: 250px;
    }
}

.adress-sec{
    padding-top: 5vh;
    padding-bottom: 3vh;
    padding-right: 20px;
    padding-left: 20px;
    width: 400px;
    color: #fff;
    text-align: right;
}

.adress-sec h2{
    text-align: center;
    position: relative;
    top: 10%;
}


/*--


.footer{
    width: 100%;
}

.footer-row{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-left, footer-right{
    flex-basis: 45%;
    padding: 10px;
    margin-bottom: 30px;
}


.footer-left div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 100px;
}

.footer-left div .fa{
    font-size: 28px;
    color: #FACA0B;
    margin: 10px;
    margin-right: 30px;
}



.footer-left div p{
    padding: 0;
}

.footer-left div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: black;
    font-weight: 400;
}


.footer-right div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-right: 100px;
}

.footer-right div .fa{
    font-size: 28px;
    color: #FACA0B;
    margin: 10px;
    margin-right: 30px;
}

.footer-right div p{
    padding: 0;
}

.footer-right div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: black;
    font-weight: 400;
}



.social-links{
    text-align: center;
    margin-bottom: 30px;
}

.social-links .fab{
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid #3b5998;
    margin: 40px 5px 0;
    color: #3b5998;
    transition: 0.5s;
}

.social-links .fab:hover{
    background: #3b5998;
    color: #fff;
    transform: translate(-7px );
}


stopka 

.stopka{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: #fff;
}

.stopka-txt p{
    
    margin-bottom: 5px;
}

--*/