* {
    padding: 0;
    margin: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Lato', sans-serif;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-size: 20px;
    background-color: #63205B;
}
header{
    background-image: url(./img/Spookey.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
   
    text-align: center;
    background-position: center 50%;
}

.header img {
    height: 200px;
    width: 300px;
    margin-right:10px;
    margin-left: 5px;
    margin-top: 5px;
}

main{
    background-color: #63205B;
    min-height: 300px;
    display: flex;
}

header, nav, main, section, aside {
    padding: 20px 15px 100px;
}
header{
    padding-top: 100px;
}

nav {
    padding: 20px 15px;
    word-spacing: 50px;
    position: fixed;
    top:0px;
    background-color: #000000;
    width: 98vw;
    text-align: center;
    z-index: 10;
}
nav ul li {
    display: inline-block;
}
nav ul li a, h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

h1 {
    color: #f5390a;
    font-size: 55px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-style: initial;
}

.responsive h1 {

    width: auto;
    max-width: auto;
    height: auto;

}

h2 {
    color: #C95E38
}

a {
    font-weight: normal;
    text-decoration: none;
    color: rgb(110, 62, 6);    
}

nav ul li a {
    text-decoration: none;    
    letter-spacing: 1px;
    color: #C95E38
} 

.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

figcaption {
    padding-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    .gallery {
        grid-template-columns: 1fr 1fr;
    }

    .boxes img:active {
        transform: scale(1.5);
    }
}

@media only screen and (max-width: 640px) {
    .gallery {
        grid-template-columns: 1fr;
    }
    section, aside {
        font-size: 0.85em;

    }

}

h3 {
    color: #C95E38;
}

.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
}

section{
    background-color: #000000;
    width: 100%;
    color: #DB9055;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}