html{
    scroll-behavior: smooth;
}
body{
    background-color:cornsilk;
    font-family: sans-serif;
}
header{
    height: 100px;
    /* background-color: cornsilk; */
}
main{
    width: 70%;
    margin-left: 15%;
    display: flex;
    justify-content: flex-end;
    /* background-color: cornsilk; */
}
section{
    width: 100%;
    /* width: 1500px; */
    text-align: center;
}
article{
    width: 95%;
    margin-left: 2.5%;
}
article ul{
    justify-content:space-evenly;
    display: flex;
    flex-direction:row;
}
article ul img{
    width: 95%;
    height: 95%;
}
footer{
    background-color: burlywood;
}
nav{
    text-align: center;
    width: 70%;
    height: 20vw;
    margin-left: 15%;
    /* background-color: aliceblue; */
    display: flex;
    flex-direction: row;
}
nav ul{
    height: 45%;
    justify-content:space-evenly;
    display: flex;
    flex-direction:row;
}
nav ul li{
    width: 20%;
    font-size: large;
    list-style-type: none;
    background-color: chocolate;
}
nav ul li a{
    text-align: center;
}
nav ul li a img{
    width: 80%;
    height: 80%;
    margin-top: 3%;
    margin-left: 10%;
    display: grid;
}
.nav-tag{
    width: 75%;
}
form{
    width: 25%;
    background-color: bisque;
}
h1{
    background-color:chocolate;
    text-align: center;
}
h2{
    background-color: antiquewhite;
    text-align: center;
}
.image-scroll{
    overflow-x: scroll;
    display: flex;
    padding: 10px;
    width: 100%;
}
.image-scroll img{
    height: 400px;
    padding: 10px;
    background-color: cornsilk;

}

img{
    background-color: white;
}
ul li{
    list-style-type: none;
}
.locked::after{
    content: "\1F510";
}
.thedoorintosummer{
    font-family: 'Times New Roman', Times, serif;
    color: antiquewhite;
}
.fixed-right{
    position: fixed;
    top: 0;
    right: 0;
    width: 10%;
    background-color:white;
}
.fixed-right img{
    width: 100%;
}
.fixed-right h2{
    position: fixed;
    top: 0;
    right: 0;
    writing-mode: vertical-lr;
    padding: 5px;
}
