@import url(https://eventidehound.neocities.org/page-template/template.css);

/* Header Image */

#hero {
    height: 15em;
}

#hero img {
    object-position: 100% 22%;
}

/* Main Content */

/* Title */

@media only all and (max-device-width: 991px) {
    h1 {
    font-size: 1.25em;
}
}

/* Buttons and Site Info */

#buttons-site-info li {
    display: inline;
}

/* Extra Links */

#extra-links li {
    display: inline;
}

#extra-links li a {
    font-family: "Fredericka the Great";
}

@media only all and (min-device-width: 768px) {
    #extra-links li a {
        font-size: 1.25em;
    }
}

/* Extra Content */

/* Goodies */

.row .goodies {
    background-color: #b3987f;
    height: 100%;
}

.goodies h2 {
    font-size: 1.2em;
}

#guestbook a {
    font-family: "Fredericka the Great";
    font-size: 1.2em;
}

#guestbook img {
    width: 35%;
}