@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100&family=Satisfy&family=The+Girl+Next+Door&display=swap');
/*@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), 
         url(../webfonts/fa-solid-900.woff2) format("woff2"), 
         url(../webfonts/fa-solid-900.woff) format("woff"), 
         url(../webfonts/fa-solid-900.ttf) format("truetype"), 
         url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}*/
body {
    color: indigo;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: bolder;
    background-image: url("../images/--museMutterings-bg3.jpg");
    background-color: lavenderblush;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Satisfy, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    color: indigo;
    padding-left: 20px;
}
em {
    font-family: 'The Girl Next Door', sans-serif;
    font-size: 1.1em;
}
a {
    color: indigo;
    text-decoration: none;
}
a:hover, a:active {
    color: rebeccapurple;
    text-decoration: underline;
    text-decoration-style: dotted;
}
hr {
    text-indent: 20px;
}

.onSale {
    margin-left: 50px;
    font-size: 1.25em;
}

.muse {
    background-image: url(../images/--museMutterings.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    width: 275px;
    height: 400px;
    margin-top: auto;
    margin-right: auto;
    margin-left: 10%;
    margin-bottom: auto;
    border: thin dotted;
}
p.indent-all {
    padding: 3% 10% 1% !important;
}
p.first::first-letter {
    float: left;
    font-family: 'The Girl Next Door', sans-serif;
    font-style: italic;
    font-size: 300%;
    line-height: 75%;
    padding: 3px;
    color: #663399; /*rebeccapurple*/
}
#mainwrapper {
    background-color: rgba(255, 250, 250, 0.85);
    width: 960px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #a08bae;
    box-shadow: 3px 3px 10px 5px rgba(88,73,96,0.5);
}

#bannerImage {
    width: 54%;
    text-align: left;
    float: left;
}
header {
    /*Header */
    background-color: #C7B1D5;
    overflow: auto;
    border-radius: 10px;
    line-height: 50px;
}
header h1 {
    background-image: url("../images/dragonfly.png");
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 65px;
    line-height: 1.3em;
    font-size: 1.75em;
}

#authorInfo {
    /* Author info section */
    width: 40%;
    float: right;
    background-color: #9C86AA;
    background-color: #C7B1D5;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-right: 30px;
    min-height: 500px;
    height: 100%;
    border-radius: 10px;
}

#authorInfo p {
	/* All paragraphs under maincontent */
	font-size: .95em;
	text-align: justify;
	width: 85%;
	margin: 0 5% !important;
}

#authorInfo h2 {
    margin-top: 60px;
}
.staffImg {
    width: 200px;
    height: 170px;
    margin: -100px 0 -10px 175px;
    display: block;
    background-image: url("../images/staff-adamy.png");
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    /*border: thin solid rebeccapurple;*/
}

#footerbar {
    /* Footer bar at the bottom of the page */
    height: 3px;
    clear: both;
    background-color: #C7B1D5;
    width: 100%;
    border-radius: 3px;
    border-style: dotted;
}
footer p {
    font-family: "Montserrat Alternates", sans-serif;
    text-align: center;
    font-size: .75em;
    font-weight: bold;
}
