h1{
    font-family: 400 130px/0.8 'Great Vibes', Helvetica, sans-serif;
    color: white;
    padding: 3px;
    text-shadow: 1px 2px Maroon;
}

h2{
    border-left: 4px solid black;
    font-family:400 130px/0.8 'Great Vibes', Helvetica, sans-serif;
    color: white;
    text-shadow: 1px 1px 1px maroon;
    background-color: black;
    width: auto;
}
p{
    font-family: "Georgia", serif;
    line-height: 20px;
    color: black;
}

nav ul, footer ul {
    font-family: "Lucida Sans Unicode", "Calibri", sans-serif;
    list-style: none;
    padding: 12px;
    outline: 8px px solid black;
    font-weight: bold;
    background: black;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}

.pointer {
    font-family: "Calibri", sans-serif;
    list-style: none;
    margin: 1px 5px 1px 5px;
    text-align: left;
    padding: 0px;
    font-size: 17px;
    color: black;
    background: none;
}
a {
    text-decoration: none;
    color: black;
}
a.home {
    text-decoration: none;
    color: white;
}
a:hover {
    color: lightgrey;
}

body{
    background-image: url("https://s3.amazonaws.com/spoonflower/public/design_thumbnails/0398/7307/rgradientred01b_shop_thumb.png");
    background-repeat: repeat-x;
    background-attachment: fixed;
    margin: 60px auto;
    width: 60%;
}
/*
Wallpaper cred: https://www.spoonflower.com/en/wallpaper/3987307-gradient-red-2-vertical-by-serendipitymuse
*/
