@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Dancing+Script:wght@600&family=Nothing+You+Could+Do&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
#container{

}
header{
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    min-width: 100%;
    height: 80px;
    padding: 5px;
    /*-webkit-box-shadow: 0px 9px 16px 1px rgba(0,0,0,0.4); 
    box-shadow: 0px 9px 16px 1px rgba(0,0,0,0.4);*/
    z-index: 3;
    border-bottom: 1px solid white;
    transition: all .3s ease-in-out;
}
nav{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 60px 0px 90px;
}
.logo a{
    font-size: 53px;
    text-decoration: none;
    color: black;
    font-family: 'Architects Daughter', cursive;
    font-family: 'Nothing You Could Do', cursive;
    font-family: 'Dancing Script', cursive;
    text-shadow: -1px -1px 3px rgba(0,0,0,0.4);
}


.hamburger{
    cursor: pointer;
    font-size: 35px;
    background-color: transparent;
    color: black;
    display: none;
}
.hamburger:focus{
    outline: none;
}

.nav-ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    list-style-type: none;
    z-index: 4;
    text-align: center;
}
.nav-ul li a{
    display: inline-block;
    text-decoration: none;
    color: black;
    padding: 8px;
    margin: 0 10px 0 10px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
}
nav ul li a:hover{
    color: rgb(11, 238, 11);
}

/*#header-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}   
.nav_bg{
    background-image: url(/img/img2.jpg);
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.slider {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}
  
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
  
.slide.current {
    opacity: 1;
}


.buttons button#next {
    position: absolute;
    top: 40%;
    right: 15px;
}

.buttons button#prev {
    position: absolute;
    top: 40%;
    left: 15px;
}

.buttons button {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 13px 15px;
    border-radius: 50%;
    outline: none;
}

.buttons button:hover {
    background-color: #fff;
    color: #333;
}
.slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}




#article-container{
    margin-top: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
article{
    width: 80%;
    font-size: 20px;
    padding: 50px 100px 50px 100px; 
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    text-align: justify;
}
.title{
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    font-style: italic;
}
#article-bg{
    position: relative;
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: row-reverse;
}   
.art_bg{
    background-image: url(img/home-img.jpg);
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ending{
    float: right;
    margin-right: 140px;
    font-weight: bold;
}
.gallery-container{
    width: 100%;
    transition: all .3s ease-in-out;
}
.gallery-container h1{
    text-align: center;
    margin-bottom: 50px;
    font-style: normal;
}
.gallery-box{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all .3s ease-in-out;
}
.gallery-btn{
    width: 300px;
    height: 300px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.gallery-btn img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
#gallery-btn-1{
    background: url(img/1\ \(14\).jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#gallery-btn-2{
    background: url(img/galeria-posesja3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#gallery-btn-3{
    background: url(img/1\ \(60\).jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery-btn p{
    width: 100%;
    height: 60px;
    font-size: 24px;
    font-weight: 700;
    background-color: rgba(61, 51, 51, 0.432);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    color: rgb(255, 255, 255);
}
.gallery-btn:hover{
    -webkit-box-shadow: 0px 0px 30px 6px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 30px 6px rgba(0,0,0,0.3);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}


footer{
    width: 100%;
    height: 80px;
    background-color: rgb(179, 199, 53);
}





@media screen and (max-width: 1150px){
    article{
        width: 85%;
        font-size: 20px;
        padding: 50px 50px 50px 50px; 
        font-size: 22px;
    }
}
@media screen and (max-width: 1100px){
    nav{
        padding: 0px 30px 0px 30px;
    }
}
@media screen and (max-width: 1000px){
    nav{
        padding: 0px 10px 0px 20px;
    }
    .logo a{
        font-size: 53px;
    }
    .nav-ul li a{
        padding: 6px;
        margin: 0 5px 0 5px;
    }
    article{
        width: 90%;
        font-size: 20px;
        padding: 50px 20px 50px 20px; 
        font-size: 20px;
    }
}
@media screen and (max-width: 900px){
    nav{
        padding: 0px 60px 0px 70px;
    }
    .nav-ul{
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(61, 56, 56, 0.726);
        justify-content: space-around;
        flex-direction: column;
        padding: 150px 100px 100px 100px;
    }
    .nav-ul li a{
        color: white;
    }
    .hamburger{
        display: block;
        z-index: 10;
    }
    .nav-ul.show{
        display: flex;
    }
    article{
        width: 90%;
        font-size: 20px;
        padding: 40px 10px 40px 10px; 
        font-size: 20px;
    }
    .gallery-btn{
        width: 240px;
        height: 240px;
    }
    #article-bg{
        position: relative;
        width: 100%;
        height: 60vh;
        display: flex;
        flex-direction: row-reverse;
    }  
}
@media screen and (max-width: 750px){
    nav{
        padding: 0px 30px 0px 40px;
    }
    .nav-ul{
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(61, 56, 56, 0.726);
        justify-content: space-around;
        flex-direction: column;
        padding: 150px 100px 100px 100px;
    }
    .nav-ul li a{
        color: white;
    }
    .hamburger{
        display: block;
        z-index: 10;
    }
    .nav-ul.show{
        display: flex;
    }
    article{
        width: 95%;
        font-size: 20px;
        padding: 40px 10px 20px 10px; 
        font-size: 18px;
    }
    .gallery-btn{
        width: 200px;
        height: 200px;
    }
    #article-bg{
        position: relative;
        width: 100%;
        height: 55vh;
        display: flex;
        flex-direction: row-reverse;
    }  
    .ending{
        float: right;
        margin-right: 100px;
        font-weight: bold;
    }
}
@media screen and (max-width: 600px){
    header{
        height: 60px;
        padding: 0px;
    }
    nav{
        padding: 0px 25px 0px 20px;
    }
    .nav-ul{
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(61, 56, 56, 0.726);
        justify-content: space-around;
        flex-direction: column;
        padding: 30vh 0px 15% 0px;
    }
    .logo a{
        font-size: 50px;
    }
    .hamburger{
        font-size: 32px;
    }
    .nav-ul li a{
        font-size: 18px;
    }
    .slider {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        height: 60vh;
        width: 100%;
    }
    .buttons button#next {
        position: absolute;
        top: 30%;
        right: 15px;
    }
    
    .buttons button#prev {
        position: absolute;
        top: 30%;
        left: 15px;
    }
    .title{
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        font-style: italic;
    }
    #article-container{
    margin-top: 50vh;
    }   
    article{
        width: 95%;
        font-size: 20px;
        padding: 40px 10px 20px 10px; 
        font-size: 17px;
        text-align: unset;
    }
    .gallery-btn{
        width: 350px;
        height: 250px;
        margin: 15px;
    }
    .gallery-box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all .3s ease-in-out;
        flex-direction: column;
    }
    #article-bg{
        position: relative;
        width: 100%;
        height: 55vh;
        display: flex;
    }  
    .ending{
        float: right;
        margin-right: 70px;
        font-weight: bold;
    }
}
@media screen and (max-width: 470px){
    nav{
        padding: 0px 25px 0px 20px;
    }
    .nav-ul{
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(61, 56, 56, 0.726);
        justify-content: space-around;
        flex-direction: column;
        padding: 40% 0px 15% 0px;
    }
    .logo a{
        font-size: 45px;
    }
    .hamburger{
        font-size: 32px;
    }
    .nav-ul li a{
        font-size: 18px;
    }
    .slider {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        height: 80vh;
        width: 100%;
    }
    .buttons button#next {
        position: absolute;
        top: 35%;
        right: 15px;
    }
    
    .buttons button#prev {
        position: absolute;
        top: 35%;
        left: 15px;
    }
    .title{
        text-align: center;
        font-weight: bold;
        font-size: 23px;
        font-style: italic;
    }
    #article-container{
    margin-top: 70vh;
    }   
    article{
        width: 100%;
        font-size: 20px;
        padding: 40px 15px 20px 15px; 
        font-size: 16px;
        text-align: unset;
    }
    .gallery-btn{
        width: 300px;
        height: 220px;
        margin: 15px;
    }
    .gallery-box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all .3s ease-in-out;
        flex-direction: column;
    }
    #article-bg{
        position: relative;
        width: 100%;
        height: 50vh;
        display: flex;
    }  
    .ending{
        float: right;
        margin-right: 50px;
        font-weight: bold;
    }
}
@media screen and (max-width: 400px){
    header{
        height: 55px;
        padding: 0px;
    }
    nav{
        padding: 0px 20px 0px 15px;
    }
    .nav-ul{
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(61, 56, 56, 0.726);
        justify-content: space-around;
        flex-direction: column;
        padding: 40% 0px 15% 0px;
        text-align: center;
    }
    .logo a{
        font-size: 42px;
    }
    .hamburger{
        font-size: 30px;
    }
    .nav-ul li a{
        font-size: 17px;
    }
    .buttons button#next {
        position: absolute;
        top: 35%;
        right: 15px;
        display: none;
    }
    
    .buttons button#prev {
        position: absolute;
        top: 35%;
        left: 15px;
        display: none;
    }
    .ending{
        float: right;
        margin-right: 30px;
        font-weight: bold;
    }
}
@media screen and (max-width: 340px){
    .gallery-btn{
        width: 250px;
        height: 200px;
        margin: 10px;
    }
    .gallery-box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all .3s ease-in-out;
        flex-direction: column;
    }
    article{
        width: 100%;
        font-size: 20px;
        padding: 40px 15px 20px 15px; 
        font-size: 16px;
        text-align: center;
    }
    .ending{
        float: right;
        margin-right: 15px;
        font-weight: bold;
    }
}
@media screen and (max-width: 320px){
    nav{
        padding: 0px 10px 0px 5px;
    }
    .nav-ul{
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(61, 56, 56, 0.726);
        justify-content: space-around;
        flex-direction: column;
        padding: 40% 0px 15% 0px;
        text-align: center;
    }
    .logo a{
        font-size: 36px;
    }
    .hamburger{
        font-size: 30px;
    }
    .nav-ul li a{
        font-size: 16px;
    }
}











@media screen and (min-width: 1600px){
    header{
        min-width: 100%;
        height: 85px;
        padding: 5px;
    }
    nav{
        padding: 0px 60px 0px 90px;
    }
    .logo a{
        font-size: 60px;
    }
    .hamburger{
        font-size: 35px;
    } 
    .nav-ul{
        padding: 0px;
    }
    .nav-ul li a{
        padding: 8px;
        margin: 0 10px 0 10px;
        font-size: 24px;
    }
    #article-container{
        margin-top: 90vh;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    article{
        width: 90%;
        font-size: 20px;
        padding: 60px 100px 50px 100px; 
        font-size: 28px;
        font-family: 'Raleway', sans-serif;
        font-style: italic;
        text-align: justify;
    }
    .title{
        text-align: center;
        font-weight: bold;
        font-size: 37px;
        font-style: italic;
    }
    #article-bg{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-direction: row-reverse;
    }   
    .gallery-box{
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        transition: all .3s ease-in-out;
    }
    .gallery-btn{
        width: 400px;
        height: 400px;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }
    .gallery-btn p{
        width: 100%;
        height: 100px;
        font-size: 28px;
        font-weight: 700;
        background-color: rgba(61, 51, 51, 0.432);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s ease-in-out;
        color: rgb(255, 255, 255);
    }
}
@media screen and (min-width: 1900px){
    header{
        min-width: 100%;
        height: 110px;
        padding: 0px;
    }
    nav{
        padding: 0px 70px 0px 90px;
    }
    .logo a{
        font-size: 70px;
    }
    .hamburger{
        font-size: 35px;
    } 
    .nav-ul{
        padding: 0px;
    }
    .nav-ul li a{
        padding: 8px;
        margin: 0 10px 0 10px;
        font-size: 28px;
    }
    .buttons button#next {
        position: absolute;
        top: 45%;
        right: 15px;
    }
    
    .buttons button#prev {
        position: absolute;
        top: 45%;
        left: 15px;
    }
    
    .buttons button {
        border: 2px solid #fff;
        background-color: transparent;
        color: #fff;
        cursor: pointer;
        padding: 21px 24px;
        border-radius: 50%;
        outline: none;
    }
    #article-container{
        margin-top: 90vh;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    article{
        width: 90%;
        font-size: 20px;
        padding: 60px 50px 50px 50px; 
        font-size: 32px;
        font-family: 'Raleway', sans-serif;
        font-style: italic;
        text-align: justify;
    }
    .title{
        text-align: center;
        font-weight: bold;
        font-size: 42px;
        font-style: italic;
    }
    #article-bg{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-direction: row-reverse;
    }   
    .gallery-box{
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        transition: all .3s ease-in-out;
    }
    .gallery-btn{
        width: 500px;
        height: 500px;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }
    .gallery-btn p{
        width: 100%;
        height: 120px;
        font-size: 34px;
        font-weight: 700;
        background-color: rgba(61, 51, 51, 0.432);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s ease-in-out;
        color: rgb(255, 255, 255);
    }
    footer{
        width: 100%;
        height: 80px;
        background-color: rgb(179, 199, 53);
    }
}
@media screen and (min-width: 2100px){
    header{
        min-width: 100%;
        height: 120px;
        padding: 0px;
    }
    nav{
        padding: 0px 80px 0px 100px;
    }
    .logo a{
        font-size: 85px;
    }
    .hamburger{
        font-size: 35px;
    } 
    .nav-ul{
        padding: 0px;
    }
    .nav-ul li a{
        padding: 8px;
        margin: 0 10px 0 10px;
        font-size: 32px;
    }

    .buttons button#next {
        position: absolute;
        top: 45%;
        right: 15px;
    }
    
    .buttons button#prev {
        position: absolute;
        top: 45%;
        left: 15px;
    }
    
    .buttons button {
        border: 2px solid #fff;
        background-color: transparent;
        color: #fff;
        cursor: pointer;
        padding: 26px 28px;
        border-radius: 50%;
        outline: none;
    }
    #article-container{
        margin-top: 90vh;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    article{
        width: 90%;
        font-size: 20px;
        padding: 70px 50px 50px 50px; 
        font-size: 36px;
        font-family: 'Raleway', sans-serif;
        font-style: italic;
        text-align: justify;
    }
    .title{
        text-align: center;
        font-weight: bold;
        font-size: 48px;
        font-style: italic;
    }
    #article-bg{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-direction: row-reverse;
    }   
    .gallery-box{
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        transition: all .3s ease-in-out;
    }
    .gallery-btn{
        width: 600px;
        height: 520px;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }
    .gallery-btn p{
        width: 100%;
        height: 125px;
        font-size: 34px;
        font-weight: 700;
        background-color: rgba(61, 51, 51, 0.432);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s ease-in-out;
        color: rgb(255, 255, 255);
    }
    footer{
        width: 100%;
        height: 80px;
        background-color: rgb(179, 199, 53);
    }
}
@media screen and (min-width: 2500px){
    header{
        min-width: 100%;
        height: 130px;
        padding: 0px;
    }
    nav{
        padding: 0px 60px 0px 90px;
    }
    .logo a{
        font-size: 95px;
    }
    .hamburger{
        font-size: 35px;
    } 
    .nav-ul{
        padding: 0px;
    }
    .nav-ul li a{
        padding: 8px;
        margin: 0 10px 0 10px;
        font-size: 35px;
    }
    .buttons button#next {
        position: absolute;
        top: 45%;
        right: 20px;
    }
    
    .buttons button#prev {
        position: absolute;
        top: 45%;
        left: 20px;
    }
    
    .buttons button {
        border: 2px solid #fff;
        background-color: transparent;
        color: #fff;
        cursor: pointer;
        padding: 29px 31px;
        border-radius: 50%;
        outline: none;
    }
    #article-container{
        margin-top: 90vh;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    article{
        width: 90%;
        font-size: 20px;
        padding: 70px 50px 50px 50px; 
        font-size: 40px;
        font-family: 'Raleway', sans-serif;
        font-style: italic;
        text-align: justify;
    }
    .title{
        text-align: center;
        font-weight: bold;
        font-size: 55px;
        font-style: italic;
    }
    #article-bg{
        position: relative;
        width: 100%;
        height: 70vh;
        display: flex;
        flex-direction: row-reverse;
    }   
    .gallery-box{
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        transition: all .3s ease-in-out;
    }
    .gallery-btn{
        width: 670px;
        height: 590px;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }
    .gallery-btn p{
        width: 100%;
        height: 135px;
        font-size: 42px;
        font-weight: 700;
        background-color: rgba(61, 51, 51, 0.432);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s ease-in-out;
        color: rgb(255, 255, 255);
    }
    footer{
        width: 100%;
        height: 80px;
        background-color: rgb(179, 199, 53);
    }
}