@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 1rem;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #075419;
    background-color: #DEF2D8;
    background-image: url(assets/logo.png);
    background-size: 196px auto;
    background-repeat: no-repeat;
    background-origin: content-box;



















    background-position: -5%
%;
    background-attachment: scroll;









    background-position: 4%
%;
    background-position: 2% 2%;
}
#container {
    width: 1060px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #FFFFFF;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
header {
    background-color: #F4D6E6;
    height: 350px;
    background-image: url(assets/artsy-goblin-banner.jpg);
}
header h1 {
    text-align: center;
    font-size: 4em;
    color: #C90C6B;
    padding-top: 0px;
    margin-top: 26px;
}
#top p {
    text-align: center;
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -35px;
    font-size: 1.3em;
}

nav ul li a {
    border-bottom: 3px double #B41E53;
}



h1, h2, h3, h4, h5, h6 {
    font-family: "Bad Script", sans-serif;
    color: #076A08;
    text-align: center;
}
a:link, a:visited {
    color: #B40256;
    text-decoration: none;
	
}
a:hover, a:active {
    color: #5A865B;
    text-decoration: none;
}
nav ul {
    padding-left: 0px;
    text-align: right;
    text-decoration: none;
    font-family: "Kalam", sans-serif;
    list-style-type: none;
    padding-right: 48px;
    padding-top: 16px;
}
nav ul li {
    display: inline-block;
    padding-left: 25px;
    padding-top: 35px;
    padding-right: 15px;
    /* [disabled]margin-bottom: -24px; */
    /* [disabled]margin-top: 16px; */
    padding-bottom: 0px;
}
main {
    border-bottom: 5px solid #f4d6e6;
    padding-bottom: 35px;

}

main h1 {
    padding-top: 15px;
    font-size: 2.5em;
    border-top: 5px solid #f4d6e6;
}
main h2 {
    margin-top: 50px;
    border-top: 5px solid #f4d6e6;
    padding-top: 35px;
}


main p {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.1em;
}


#artParent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.artBox {
    width: 300px;
    margin-bottom: 60px;
}
.artBox h3 {
    text-align: center;
}


.artBox p {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 10px;
}
.backToTop    {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 1em;
    text-align: left;
}
aside {
    padding-bottom: 35px;
    border-bottom: 5px solid #f4d6e6;

}
aside h1 {
    font-size: 2.5em;
}
aside p {
    font-size: 1.1em;
    padding-left: 50px;
    padding-right: 50px;
}


#catBoxes  {
    display: flex;
}
.sideCatsLeft {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0px;
    margin-left: 120px;
    margin-bottom: 35px;
    padding-top: 35px;
    padding-bottom: 35px;

}

.centerCat {
    margin-left: auto;
    margin-right: auto;
    margin-top: 175px;
}
.sideCatsRight {
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    margin-right: 120px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
}
footer ul {
    text-align: center;
}

footer ul li {
    display: inline-block;
    padding-left: 0px;
    text-align: center;
    text-decoration: none;
    font-family: "Kalam", sans-serif;
    list-style-type: none;
    padding-right: 26px;
    margin-left: -3px;
    margin-right: 15px;
    font-size: 1.3em;
}
#farewell h1 {
    font-size: 2.4em;
}
