
body {
    /*background: linear-gradient(#61045f,#aa076b) fixed;*/
    /*background: linear-gradient(rgb(225, 38, 38), #811c14);*/
    background: linear-gradient(to bottom right, #b31217,#e52d27) fixed;
}

/* At the top of the page */
.book-title {
    width: 75%;
    min-width: 600px;
    max-width: 1200px;
    margin: 1em auto;
    background-color: white;
    padding: 0;
    box-shadow: 8px 8px 10px black;
    border-radius: 4px;
    padding-top: 20px;
    padding-bottom: 5px;
    height: 70px;
    align-items: center;
    

}

/* Div that contains content between header and footer */
.flexcontainer {
    display: flex;
    margin-left: 10px;

}
/* start book menu, table and nav tags in the first column*/

/* Styling for the navbar */
nav {
    display: block;
    /*list-style-type: none;*/
    margin: .75em auto;
    padding: 1%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    width: 150px;
    min-width: 150px;
    background: linear-gradient(to bottom right, #811c14, rgb(225, 8, 8));
    border-radius: 10px;
    text-align: left;
    height: 210px;
    color: white;
}

nav a {
    /* Preload two background images */
    text-decoration: none;
    outline: none;
    display: block;
    height: 25px;
    color: white;
    line-height: 25px;
    width: 100%;
    text-align: left;
    padding-left: 8px;
}

a:hover {
    background-color: pink;
    width: 100%;
}

/* book contact */
.Book-Contact {
    display: block;
    margin: .75em auto;
    padding: 1%;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    width: 150px;
    min-width: 130px;
    background: linear-gradient(to bottom right, #811c14, rgb(225, 8, 8));
    border-radius: 10px;
    text-align: center;
    height: 80px;
    color: #FFFFFF;
    line-height: 25px;
}

/*  _Layout */
.img{
    padding: 0px;
    border: 10px solid #851813;
    width: 150px;
    height: 239px;
    border: 10px solid #851813;
}
/* About-SCT */
.img2 {
    padding: 0px;
    border: 10px solid #851813;
    width: 200px;
    height: 200px;
    border: 10px solid #851813;
}

/* Biography */
.img3 {
    padding: 0px;
    border: 10px solid #851813;
    width: 192px;
    height: 239px;
    border: 10px solid #851813;
}
main {
    padding-left: 1%;
    padding-top: 0px;
}

/* Style rule for the wrapper div */
#wrapper {
    width: 75%;
    min-width: 600px;
    max-width: 1200px;
    margin: .5em auto;
    background-color: white;
    padding: 0;
    box-shadow: 8px 8px 10px black;
    border-radius: 3px;
}

.textCopyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #811C14;
    text-align: center;
    
}

/* Eliminate default margins for all heading types */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    text-align: center;
    color: #811C14;
}

/* Style for h1 headings */
h1 {
    font: italic small-caps bold 32px Arial Black, Gadget, Sans-Serif;
    text-shadow: -1px -1px 2px #a48362;
}
/* Style for h2 headings */
h2 {
    font: italic small-caps bold 18px Arial Black, Gadget, Sans-Serif;
    text-shadow: -1px -1px 1px #a48362;
}

/* Style for h3 headings */
h3 {
    font: italic small-caps bold 14px Arial Black, Gadget, Sans-Serif;
    /*text-shadow: -1px -1px 1px #a48362;*/
    text-align: center;
    color: #811C14;
}
/* Style for h3 headings */
h4 {
    font: italic small-caps bold 12px Arial Black, Gadget, Sans-Serif;
    /*text-shadow: -1px -1px 1px #a48362;*/
}

h5 {
    font: italic small-caps bold 10px Arial Black, Gadget, Sans-Serif;
    /*text-shadow: -1px -1px 1px #a48362;*/
}

P {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;

}

footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #811C14;
    text-align: center;
    min-width: 600px;
    max-width: 1200px;
    margin: .5em auto;
    background-color: white;
    border-radius: 0px 0px 3px 3px;
}
