﻿body {
    padding: 0;
    margin: 0;
    margin-top: 125px;
    margin-bottom: 60px;
    font-size: 18px;
    background-position-y: 100px;
}

header {
    position: fixed;
    top: 0;
    padding: 5px;
    padding-bottom: 0;
    width: 100%;
    z-index: 1000;
    height: 120px;
}

header .logo {
    height: 75px;
    display: inline-block;
    margin-right:10px;
}

header .logoImg {
    height: 100px;
    border: 0;
}

header .banner {
    display:inline-block;
}

header .title {
    display: inline-block;
    font-size: 2.5em;
    vertical-align: top;
    padding: 20px;

}

header .subTitle {
    font-size:0.5em;
}

header .menuLocation {
    display: inline-block;
    margin: 20px;
    z-index: 120;
}

header .loginLocation {
    position: absolute;
    top: 20px;
    left: unset;
    right: 20px;
    z-index: 100;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    vertical-align: top;
    padding: 5px 10px;
    z-index: 1000;
}
    footer .hostedByAW {
        display: inline-block;
        margin-left: 20px;
        font-size:0.75em;
    }

    footer .copyright {
        float: right;
        display: inline-block;
    }

        footer .copyright::before {
            content: "© "
        }

    footer .socialMedia {
        display: inline-block;
        margin-left: 20px;
    }

        footer .socialMedia .socialMediaIcon {
            width: 30px;
        }

button, input[type=submit], input[type=button], .button, .smallbutton, .linkButton, .labelbutton {
    background-color: lightgrey;
    color: black;
    border-radius: 7px;
    border: 0.5px outset black;
    padding: 10px 20px;
    font-size: 18px;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 0 2px;
}

input[type="text"], select, input[type="password"], input[type="number"], input[type="url"], textarea, input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="email"], input[type="tel"], input[type="color"] {
    border-radius: 5px;
    padding: 3px;
    border-width: 2px;
    border-style: inset;
    border-color: #eeeeee;
    font-size: 16px;
    vertical-align: top;
    margin: 5px;
    width: 175px;
}

input[type="color"] {
    width: 50px !important;
}

select {
    height: 25px;
    vertical-align: top;
    max-width: 175px;
}

textarea {
    padding: 10px;
    resize: none;
}

option {
    min-height: 1em;
    height: 1em;
    font-size: 0.85em;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
    margin-top: 15px;
    margin-left: 13px;
    margin-right: 13px;
}

.checkboxtext {
    font-size: 110%;
    display: inline;
}

.bullet::before {
    content: "\2022";
    color: red;
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.bullet2::before {
    content: "\2605";
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

h1 {
    margin-block-start: 0.25em;
    margin-block-end: 0.5em;
}

h2 {
    margin-block-start: 0.25em;
    margin-block-end: 0.5em;
}

h3 {
    margin-block-start: 0.25em;
    margin-block-end: 0.5em;
}

h4 {
    margin-block-start: 0.25em;
    margin-block-end: 0.5em;
}

ul {
    list-style: none;
}

    ul li::before {
        content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: red; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
    }

th {
    vertical-align: top;
}

.content {
    min-width:300px;
    width: 75%;
    margin: auto;
}

.homeFlex {
    clear: left;
    float: left;
    width: 100%;
}

.homeContent {
    vertical-align: top;
    overflow: hidden;
    width:unset;
}

.bookSeriesDisplayImg {
    width: 300px;
}

.bookPreviews {
    text-align: center;
    vertical-align: top;
}

.bookPreview {
    vertical-align: top;
    display: inline-block;
    margin: 20px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
    .bookPreview .bookPreviewImgBox {
        height: 425px;
    }
        .bookPreview .bookPreviewImgBox img {
            height: 100%;
        }

    .bookPreview .info p {
        font-weight:bold;
        margin-block-start: 0.25em;
        margin-block-end: 0.25em;
    }


    .bookPreview .previewBlurb {
        margin: 20px 0;
    }

    .bookPreview .bookTitle {
        font-size: 1.5em;
        font-weight: bold;
        margin-block-start: 0;
        margin-bottom: 0;
    }
    .bookPreview .bookSubtitle {
        font-size: 1.25em;
        font-weight: bold;
    }
    .bookPreview .bookNote {
        margin: 0;
    }

    .bookPreview .bookLinks {
        margin-left:20px
    }

    .bookPreview .bookLink {
        font-size:1.25em !important;
    }

.bookPreviewExpanded {
    width: 100%;
    text-align: Left;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

    .bookPreviewExpanded .bookSeriesImgExpanded {
        display: inline-block;
        width: 38%;
    }
        .bookPreview .bookSeriesImgExpanded img {
            width: 300px;
        }

    .bookPreviewExpanded .bookSeriesInfoExpanded {
        display: inline-block;
        width: 60%;
        vertical-align: top;
        text-align: Left;
    }
    
.homeBlurb {
    margin: 30px 0;
    Text-align: center;
    Font-size: 1.5em;
}



.authorPicture {
    width: 200px;
    margin:auto;
    text-align:center;
}

.bookDescription {
    display: inline-block;
    margin-top: 30px;
    max-width: 350px;
}


 a, a:hover, a:visited {
     text-decoration: none;
     color:#222222;
 }

.authorLink {
    margin:20px;
}

.settingsSection {
    scroll-margin-top: 150px;
}