* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    position: flex;

}

@font-face {
    font-family: Banze;
    src: url(Grunge.ttf);
}
.header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;


}


.spoon img {
    width: 30%;
    margin-left: 950px;
}
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 200px;
    font-family: Banze;
    color: snow;
    width: 10%;

}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
    min-width: 100%;
    height: 310px;
    margin-bottom: 2%;
    margin-top: 0;


}



nav ul {

    display: flex;
    justify-content: space-evenly;




}


.topnav {
    position: relative;
    background-color: black;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: snow;
    text-align: center;
    padding: 16px 18px;
    text-decoration: none;
    font-size: 47px;
    font-family: Banze;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a:hover {
   
background-color: #ddd;
    color: black;
}

/* Centered section inside the top navigation */
.topnav-centered a {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Right-aligned section inside the top navigation */
.topnav-right {
    float: right;
}

/* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */
@media screen and (max-width: 600px) {

    .topnav a,
    .topnav-right {
        float: none;
        display: block;
    }

    .topnav-centered a {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}

ul li {}

ul li a {
    display: inline-block;
    float: right;



    margin-right: 10%;
    margin-top: 60px;

}

li:hover {transition: all 0.5s ease-in;

    padding-left: 2%;
    padding-right: -2%;
}

#bus {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    color: #ffffff;
    border-bottom: 1px solid black;

    font-size: 100px;

}

.header {

        display: flex;
        justify-content: space-between;
        align-items: center;
   padding: 30px 10%;


}

.banner {
   

}



.container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}

.artgallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;

}

.artgallery img {
    width: 100%;
}

.artgallery img:hover {
    filter: grayscale(10%);
    transform: scale(1.05);

}

.top-left:hover {
    color: #7458c1;
    transition: all ease 0.3s;
}



/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
    div display: block;

}


/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
    and (orientation: portrait) {
    .header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;


}


.spoon img {
    width: 30%;
    margin-left: 250px;
    margin-top: -9%
}
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 50px;
    font-family: Banze;
    color: snow;
    width: 10%;

}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
    min-width: 100%;
    height: 110px;
    margin-bottom: 2%;
    margin-top: 0;


}



nav ul {

    display: flex;
    justify-content: space-evenly;




}

ul li {}

ul li a {
    display: inline-block;
    float: right;



    margin-right: 10%;
    margin-top: 60px;

}

li:hover {transition: all 0.5s ease-in;

    padding-left: 2%;
    padding-right: -2%;
}

#bus {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    color: #ffffff;
    border-bottom: 1px solid black;

    font-size: 100px;

}

.header {

        display: flex;
        justify-content: space-between;
        align-items: center;
   padding: 30px 10%;


}

.banner {
   

}



.container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}

.artgallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;

}

.artgallery img {
    width: 100%;
}

.artgallery img:hover {
    filter: grayscale(10%);
    transform: scale(1.05);

}

.top-left:hover {
    color: #7458c1;
    transition: all ease 0.3s;
}
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
    and (orientation: landscape) {
    .header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;


}


.spoon img {
    width: 30%;
    margin-left: 550px;
}
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 100px;
    font-family: Banze;
    color: snow;
    width: 10%;

}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
    min-width: 100%;
    height: 200px;
    margin-bottom: 2%;
    margin-top: 0;


}



nav ul {

    display: flex;
    justify-content: space-evenly;




}

ul li {}

ul li a {
    display: inline-block;
    float: right;



    margin-right: 10%;
    margin-top: 60px;

}

li:hover {transition: all 0.5s ease-in;

    padding-left: 2%;
    padding-right: -2%;
}

#bus {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    color: #ffffff;
    border-bottom: 1px solid black;

    font-size: 100px;

}

.header {

        display: flex;
        justify-content: space-between;
        align-items: center;
   padding: 30px 10%;


}

.banner {
   

}



.container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}

.artgallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;

}

.artgallery img {
    width: 100%;
}

.artgallery img:hover {
    filter: grayscale(10%);
    transform: scale(1.05);

}

.top-left:hover {
    color: #7458c1;
    transition: all ease 0.3s;
}
}


/* For Tablet View */
@media screen and (min-device-width: 768px)
    and (max-device-width: 1024px) {

        .header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;


}


.spoon img {
    width: 30%;
    margin-left: 850px;
}
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 150px;
    font-family: Banze;
    color: snow;
    width: 10%;

}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
    min-width: 100%;
    height: 310px;
    margin-bottom: 2%;
    margin-top: 0;


}



nav ul {

    display: flex;
    justify-content: space-evenly;




}

ul li {}

ul li a {
    display: inline-block;
    float: right;



    margin-right: 10%;
    margin-top: 60px;

}

li:hover {transition: all 0.5s ease-in;

    padding-left: 2%;
    padding-right: -2%;
}

#bus {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    color: #ffffff;
    border-bottom: 1px solid black;

    font-size: 100px;

}

.header {

        display: flex;
        justify-content: space-between;
        align-items: center;
   padding: 30px 10%;


}

.banner {
   

}



.container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}

.artgallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;

}

.artgallery img {
    width: 100%;
}

.artgallery img:hover {
    filter: grayscale(10%);
    transform: scale(1.05);

}

.top-left:hover {
    color: #7458c1;
    transition: all ease 0.3s;
}
    
}

/* tablets portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait) { 


.spoon img {
    width: 30%;
    margin-left: 550px;
}
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 125px;
    font-family: Banze;
    color: snow;
    width: 10%;

}

nav {

    display: block;

    align-items: center;
    justify-content: space-between;

    border-bottom: solid 10px snow;
    min-width: 100%;
    height: 220px;
    margin-bottom: 2%;
    margin-top: 0;


}



nav ul {

    display: flex;
    justify-content: space-evenly;




}

ul li {}

ul li a {
    display: inline-block;
    float: right;



    margin-right: 10%;
    margin-top: 60px;

}

li:hover {transition: all 0.5s ease-in;

    padding-left: 2%;
    padding-right: -2%;
}

#bus {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    color: #ffffff;
    border-bottom: 1px solid black;

    font-size: 100px;

}

.header {

        display: flex;
        justify-content: space-between;
        align-items: center;
   padding: 30px 10%;


}

.banner {
   

}



.container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}

.artgallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;

}

.artgallery img {
    width: 100%;
}

.artgallery img:hover {
    filter: grayscale(10%);
    transform: scale(1.05);

}

.top-left:hover {
    color: #7458c1;
    transition: all ease 0.3s;
}


}


/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
    div display: block;

}