*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: Rubik;
}

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html{
    scroll-behavior: smooth;
}

body{
    background-color: whitesmoke;
    overflow-x: hidden;
}

header .navbar{
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .navbar .navdiv{
    display: flex;
    justify-content: space-between;
}

header .navbar .navdiv ul li{
    list-style: none;
    display: inline-block;
    padding-top: 3%;
    padding-bottom: 3%;
}

header .navbar .navdiv ul li a{
    color: whitesmoke;
    font-size: 170%;
    font-weight: bold;
    padding: 25px;
    display: block;
    transition: transform 0.5s ease-in-out;
}

header .navbar .navdiv ul li a:hover{
    color: whitesmoke;
    transform: scale(1.15);
}

.gallery{
    background-color: whitesmoke;
}

.gallery .row1{
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery .row1 img{
    height: 500px;
    border-radius: 10px;
}

.gallery .row1 p{
    color: black;
    display: block;
    text-align: center;
    font-size: 120%;
    margin: 1%;
}

.gallery .row1 .box1{
    border: 3px solid black;
    border-radius: 14px;
}

.gallery .row1 .box2{
    margin-left: 8%;
    margin-right: 8%;
    border: 3px solid black;
    border-radius: 14px;
}

.gallery .row1 .box3{
    border: 3px solid black;
    border-radius: 14px;
}

.gallery .row2{
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery .row2 img{
    height: 500px;
    border-radius: 10px;
}

.gallery .row2 p{
    color: black;
    display: block;
    text-align: center;
    font-size: 120%;
    margin: 1%;
}

.gallery .row2 .box1{
    border: 3px solid black;
    border-radius: 14px;
}

.gallery .row2 .box2{
    margin-left: 8%;
    margin-right: 8%;
    border: 3px solid black;
    border-radius: 14px;
}

.gallery .row2 .box3{
    border: 3px solid black;
    border-radius: 14px;
}

.gallery .row3{
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery .row3 img{
    height: 500px;
    border-radius: 10px;
}

.gallery .row3 p{
    color: black;
    display: block;
    text-align: center;
    font-size: 120%;
    margin: 1%;
}

.gallery .row3 .box1{
    border: 3px solid black;
    border-radius: 14px;
}

.gallery .row3 .box2{
    margin-left: 8%;
    margin-right: 8%;
    border: 3px solid black;
    border-radius: 14px;
}

.gallery .row3 .box3{
    border: 3px solid black;
    border-radius: 14px;
}

.contact{
    background-color: black;
    height: 400px;
    margin-top: 5%;
}

.contact .nazev-contact{
    color: whitesmoke;
    font-size: 220%;
    display: flex;
    justify-content: center;
    padding-top: 3%;
}

.contact .box-cont{
    display: block;
    text-align: center;
    margin-top: 3%;
    font-size: 120%;
}

.contact .box-cont h3{
    color: whitesmoke;
}

.contact .box-cont .mail{
    margin-top: 1%;
    margin-bottom: 3%;
}

.contact .creator{
    text-align: center;
    color: whitesmoke;
    font-size: 150%;
}