/* CSS Reset */
html, body {
    margin: 0;
    padding: 0;

    /* animation */
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 80px;
    color: white;
}

#gallery1 {
padding-top: 10vh;
padding-bottom: 5vh;
font-size: 80px;

}


/* Gallery */
.gallery {
    width: 100vh;
    height: 100vh;
}

h2 {
    text-align: center;
}

.row1 {
    display:flex;
    width: 100%;
    height: 40vh;

    /* vertical margin */
  
    
    margin: 2rem 0;

}

.row2 {
    display: flex;
    width: 100%;
    height: 40vh;

    /* vertical margin */
    margin: 2rem 0;
    


}

.row3 {
    display: flex;
    width: 100%;
    height: 40vh;

    /* vertical margin */
    margin: 2rem 0;
    padding-bottom: 10vh;
   


}

.rows {
    margin-left: 50px;
    margin-right: 50px;
}
/* boxes */
.box {
    width: 100%;
    height: 100%;
    background-color: rgb(211, 211, 211);
    margin: 1rem;

    /*round corners */
    border-radius: 15px;

   

    color: white;
    background-size: cover;
}

#box1 {
    background-image: url(../images/ales-krivec-N-aTikX-b00-unsplash.jpg);
}

#box2 {
    background-image: url(../images/alessandro-sacchi-NUFnfYd09iI-unsplash.jpg);
}

#box3 {
    background-image: url(../images/benjamin-voros-phIFdC6lA4E-unsplash.jpg);
}

#box4 {
    background-image: url(../images/daniel-leone-g30P1zcOzXo-unsplash.jpg);
}

#box5 {
    background-image: url(../images/daniel-roe-lpjb_UMOyx8-unsplash.jpg);
}

#box6 {
    background-image: url(../images/jeremy-bishop-dR_q93lfaTw-unsplash.jpg);
}

#box7 {
    background-image: url(../images/john-towner-JgOeRuGD_Y4-unsplash.jpg);
}

#box8 {
    background-image: url(../images/kaidi-guo-jGlqOzrhn9k-unsplash.jpg);
}

#box9 {
    background-image: url(../images/kalen-emsley-Bkci_8qcdvQ-unsplash.jpg);
}

#box10 {
    background-image: url(../images/renato-pozzi-G4oGYy_ZcsQ-unsplash.jpg);
}

#box11 {
    background-image: url(../images/rohit-tandon-9wg5jCEPBsw-unsplash.jpg);
}

#box12 {
    background-image: url(../images/samuel-ferrara-1527pjeb6jg-unsplash.jpg);
}

footer {
    width: 100%;
    height: 10vh;
    background-color: rgb(0, 0, 0);
    
     
}