.arrow {
    position: absolute;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
}
/* Start https://www.cursors-4u.com */
* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-7/nat659.cur), auto !important;
} /* End https://www.cursors-4u.com */
a:link {
    color: #d14c18;
}

/* visited link */
a:visited {
    color: #b2ab2b;
}

/* mouse over link */
a:hover {
    color: #7c9dd2;
}

/* selected link */
a:active {
    color: #7c9dd2;
}
.header {
    display: flex;
    width: 800px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    user-select: none;
}
.header img {
    max-width: 250px;
    filter: drop-shadow(5px 5px 2px rgba(15, 7, 46, 0.35));
    user-select: none;
}
.gar img {
    position: fixed;
    max-width: 400px;
    left: 1000px;
    top: 500px;
    filter: drop-shadow(5px 5px 2px rgba(15, 7, 46, 0.35));
    user-select: none;
}

.images img {
    max-width: 350px;
    max-height: auto;
    object-fit: cover;
}
.main {
    position: absolute;
    width: 1100px;
    margin-top: 20px;
    left: 150px;
    line-height: 50px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    column-count: 3;
    column-gap: 50px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.entry img {
    max-width: 350px;
    filter: drop-shadow(20px 10px 4px rgba(15, 7, 46, 0.35));
    border-radius: 15px;
}

.entry span {
    opacity: 0;
    position: absolute;

    transform: translate(25%, -350%);
    z-index: 99;
    font-size: 30px;
    font-family: InstrumItalic;
    line-height: 0.9;
    letter-spacing: 0.3px;
    text-align: center;
    color: #dbff55;
    filter: drop-shadow(1px 1px 0 #285753) drop-shadow(-1px 1px 0 #285753) drop-shadow(1px -1px 0 #285753)
        drop-shadow(-1px -1px 0 #285753);
}
.entry:hover span,
.entry:focus span {
    opacity: 1;
}
.entry:hover img,
.entry:focus img {
    filter: hue-rotate(190deg) saturate(50%);
}
.header-text {
    display: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 70px;
}
.back {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    background-color: white;
    font-size: 20px;
    top: 50px;
    left: 50px;
}
.content {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
section {
    background-color: #fcf8e5;
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}
.links {
    text-align: center;
}
footer {
    margin-top: 50px;
    background-color: #dbff55;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 300px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2c20f7;
    font-size: 20px;
    width: auto;
}

.left {
    position: relative;
    float: left;
    width: 390px;
}
.right {
    position: relative;
    float: right;
    width: 250px;
}
.right img {
    max-width: 300px;
}

@media screen and (max-width: 800px) {
    footer {
        width: 100%;
        height: 500px;
    }
    .content {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    section img {
        max-width: 500px;
    }

    html {
        background-size: cover;
    }
}

h1 {
    font-family: BBH;
    color: #dbff55;
    font-size: 50px;
}
h2 {
    font-family: BBH;
    color: #2c20f7;
    font-size: 50px;
    font-style: italic;
}
h3 {
    font-family: InstrumItalic;
    color: #e9e0ac;
    font-size: 25px;
    filter: drop-shadow(1px 1px 0 #0f072e59) drop-shadow(-1px 1px 0 #0f072e59) drop-shadow(1px -1px 0 #0f072e59)
        drop-shadow(-1px -1px 0 #0f072e59);
}

h6 {
    font-family: InstrumItalic;
    color: #2c20f7;
    font-size: 20px;
}
p {
    font-size: 16px;
    color: #285753;
}
i {
    font-size: 16px;
    color: #aecb42;
}

@font-face {
    font-family: W95FA;
    src: url(fonts/W95FA.otf);
}
@font-face {
    font-family: SwanseaBold;
    src: url(fonts/SwanseaBoldItalic-p3Dv.otf);
}
@font-face {
    font-family: InstrumItalic;
    src: url(/fonts/InstrumentSerif-Italic.otf);
}
@font-face {
    font-family: BBH;
    src: url(fonts/BBHHegarty-Regular.otf);
}
