body{
    margin: 0;
    background-image: url(../photos/balustrady/18.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 2600px auto;
}

#header{
    background-color: rgb(48, 48, 48);
    text-align: center;
    height: 4vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: height 0.3s ease;
    z-index: 999;
}

#header a{
    color: beige;
    display: inline-block;
    padding: 0.8% 3%;
    font-size: 0.8vw;
    font-family: Sans-serif;
    font-weight: 600;
    transition: padding 0.3s ease;
    letter-spacing: 3px;
    text-decoration: none;
}

header div{
    width: 2px;
    height: 0.8vw;
    display: inline-block;
    background-color: black;
}

main{
    background-color: rgb(78, 78, 78);
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    color: beige;
    flex-wrap: wrap;
    max-width: 100%;
    text-align: center;
}

main h1, main h2, main h3{
    text-align: center;
}

main img{
    width: 400px;
    height: 350px;
    display: inline-block;
    border: 1px solid black;
    border-radius: 10px;
    margin: 10px;
    object-fit: cover;
}

#meble img{
    width: 400px;
    height: 300px;
}

#kon img{
    width: 505px;
    height: 400px;
}

#ren img{
    width: 500px;
    height: 400px;
    margin: 15px;
}

main hr{
    width: 2%;
    height: 2px;
    border: none;
    background-color: black;
}

footer{
    width: 100%;
    height: 80px;
    margin-bottom: 0;
    background-color: rgb(48, 48, 48);
    text-align: center;
    padding-top: 30px;
}

footer h3{
    margin-top: 10px;
    font-size: 23px;
    font-weight: 200;
    color: beige;
}

@media screen and (max-width: 767px){
    #header{
        height: 13.5vw;
    }
    #header a{
        font-size: 3.2vw;
    }
    main img{
        width: 270px;
        height: 180px;
    }
    #meble img{
        width: 270px;
        height: 180px;
    }
    #kon img{
        width: 585px;
        height: 300px;
    }
}

@media screen and (max-width: 602px){
    main img{
        width: 500px;
        height: 400px;
    }
    #meble img{
        width: 500px;
        height: 400px;
    }
    #kon img{
        width: 500px;
        height: 400px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px){
    #header{
        height: 12.5vw;
    }
    #header a{
        font-size: 3.3vw;
    }
    main img{
        width: 325px;
        height: 220px;
    }
    #meble img{
        width: 325px;
        height: 220px;
    }
}

@media screen and (min-width: 1200px){
    #header{
        height: 5vw;
    }
    #header a{
        font-size: 1vw;
    }
}
