/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------------------- */

html {
    background-image: url("img/aomd_background.jpg");
    background-repeat: repeat;
    background-color:rgba(139, 91, 0, 0.685);
}

body {
    width: 100%;
    padding-bottom: 120px;
}

.anchor {
    position: relative;
    width: 0;
    height: 0;
}

/* ------------------------------------------------------------------------- */

#corner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#top-right {
    background-image: url("img/aomd_stickerPaper_topRight.png");
    position: fixed;
    top:0;
    right:0;
    width: 240px;
    height: 220px;
    z-index: -2;
}

#bottom-left {
    background-image: url("img/aomd_stickerPaper_bottomLeft.png");
    position: fixed;
    bottom:0;
    left:0;
    width: 360px;
    height: 177px;
    z-index: -2;
}

#bottom-right {
    background-image: url("img/aomd_stickerPaper_bottomRight.png");
    position: fixed;
    bottom:0;
    right:0;
    width: 386px;
    height: 209px;
    z-index: -3;
}

/* ------------------------------------------------------------------------- */

#header {
    width: 823px;
    height: 155px;
    margin: 25px auto 0 auto;
    display: flex;
}

#icon {
    background-image: url("img/aomd_stickersAoMD.png");
    width: 131px;
    height: 125px;
    margin-top: 25px;
    margin-right: 22px;
}

#icon:hover {
    background-image: url("img/aomd_stickersAoMDOver.png");
}

#text {
    background-image: url("img/aomd_HeaderLogo.png");
    width: 515px;
    height: 155px;
    margin-right: 33px;
}

#contact {
    display: block;
    background-image: url("img/aomd_Contact.png");
    width: 96px;
    height: 110px;
    margin-top: 17px;
}

#contact:hover {
    background-image: url("img/aomd_ContactOver.png");
}

/* ------------------------------------------------------------------------- */

#main {
    width: 858px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}

/* ------------------------------------------------------------------------- */

#etsy {
    display: block;
}

#etsy-pointer {
    background-image: url("img/aomd_NoteShoppe.png");
    width: 90px;
    height: 146px;
    position: absolute;
    left: -84px;
    top: 92px;
}

#etsy-shop {
    background-image: url("img/aomd_EtsyPanel.png");
    min-width: 417px;
    min-height: 366px;
    display: block;
}

#etsy-shop:hover {
    background-image: url("img/aomd_EtsyPanelOver.png");
}


/* ------------------------------------------------------------------------- */

#links {
    margin-top: 23px;
    min-width: 390px;
}

#link-pointer {
    background-image: url("img/aomd_NoteLinks.png");
    width: 115px;
    height: 47px;
    position: absolute;
    left: 259px;
    top: -58px;
}

#link-twitch {
    display: block;
    background-image: url("img/aomd_linkTwitch.png");
    width: 400px;
    height: 79px;
}

#link-twitch:hover {
    background-image: url("img/aomd_linkTwitchOver.png");
}

#link-instagram {
    display: block;
    background-image: url("img/aomd_linkInstagram.png");
    width: 254px;
    height: 71px;
    margin-top: 2px;
    margin-left: 3px;
}

#link-instagram:hover {
    background-image: url("img/aomd_linkInstagramOver.png");
}

#link-patreon {
    display: block;
    background-image: url("img/aomd_linkPatreon.png");
    width: 373px;
    height: 82px;
    margin-top: 4px;
    margin-left: -1px;
}

#link-patreon:hover {
    background-image: url("img/aomd_linkPatreonOver.png");
}

#link-linktree {
    display: block;
    background-image: url("img/aomd_linkLinktree.png");
    width: 318px;
    height: 69px;
    margin-top: 2px;
    margin-left: -5px;
}

#link-linktree:hover {
    background-image: url("img/aomd_linkLinktreeOver.png");
}

#other-contact {
    display: none;
    background-image: url("img/aomd_Contact.png");
    width: 96px;
    height: 110px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

#contact:hover {
    background-image: url("img/aomd_ContactOver.png");
}

/* ------------------------------------------------------------------------- */

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#copyright {
    background-image: url("img/aomd_FooterCopyright.png");
    margin: 0 auto;
    width: 521px;
    height: 119px;
    margin-bottom: 4px;
    padding-right: 2px;
}

/* ------------------------------------------------------------------------- */

@media screen and (max-width: 1024px) {
    html {
        zoom: 0.8;
    }
    #main {
        width: 429px;
        flex-wrap: wrap;
    }
    #links {
        margin-top: 73px;
    }
    #header {
        width: 668px;
    }
    #text {
        margin: 0;
    }
    #contact {
        display: none;
    }
    #other-contact {
        display: block;
    }
}

@media screen and (max-width: 858px) {
    html {
        zoom: 0.7;
    }
}

@media screen and (max-width: 600px) {
    html {
        zoom: 0.5;
    }
}
