html {
    height: 100%; 
}

body {
    background-color: white;
    font-family: 'Lora', serif;
    font-size: 110%;    
    margin: 0px;
    padding: 0px;
    height: 100%; 
}

div.logoclass {
    padding-top: 5px;
    text-align: center;
}

div.thinline {
    padding: 0px;
    background-color: #3A539B;   
    background-color: black;
    height: 2px;
}

ul.mainmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    background-color: #eeeeff;    
    background-color: #3A539B;     
    text-align: center;
}

li.mainmenuright {
    float: right;
}

li.mainmenuleft {
    float: left;
}

a.mainmenu {
    display: block;
    background-color: #3A539B; 
    font-size:110%;
    font-weight: 400;
    padding: 10px;
    -ms-transition: color 0.2s ease, background-color 0.2s ease;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease;
    -moz-transition: color 0.2s ease, background-color 0.2s ease;
    -o-transition: color 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease;        
}

a.mainmenu:link {
    color: white;
    background-color: #3A539B;
    text-decoration: none;
}

a.mainmenu:visited {
    color: white;
    background-color: #3A539B;
    text-decoration: none;
}

a.mainmenu:hover {
    text-decoration: none;
    background-color: rgb(78, 114, 221);
    color: white;
}

a.mainmenu:active {
    color: white;
    text-decoration: none;
    background-color: rgb(78, 114, 221);
}

img.logo {
    max-width: initial;
    display: initial;
    margin: initial;
}

img.fullwidthimage {
    width: 100%;
}

img.bookimage {
    width: 50%;
    box-shadow: 10px 10px 5px grey;
}

div.contentouter {
    padding-top: 20px;
    max-width:40em;
    background-color: white;
    margin: 0px auto;
    text-align: left;
    padding-bottom: 20px;
}

div.contentinner {
    max-width:35em;
    background-color: white;
    margin: 0px auto;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    color: #171717;
}

h1 {
    font-size: 250%;
    font-weight: normal;
    margin-bottom: 10px;
    color: #333333;
}

p.ingress {
    font-size: 115%;
    clear: both;
    font-weight: bold; 
    color: #333333;
}

p.ingress::first-letter { 
    font-size: 300%;
    float: left; 
    padding-right: 5px;
    padding-top: 15px;
    color: #333333;
}

p.copyright {
    font-size: 100%;
    color: #777777;
}

p.author {
    font-size: 100%;
    color: #777777;
}

img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    line-height: 140%;
}

figcaption {
    display: block;
    font-style: italic;
    padding: 5px;
    text-align: center;
    font-size: 90%;
}

div.authordateclass {
    margin-top: 0px;
}

p.author {
    font-size: 100%;
    color: #777777;
    float: left;
}

p.date {
    font-size: 100%;
    color: #777777;
    float: right;
}

p.bookdescription {
    font-size: 95%;
}

a {
    color: #2D53FA;
    text-decoration: none;    
}

a:visited {
    color: #2D53FA;
    text-decoration: none;    
}

a:active {
    color: rgb(78, 114, 221);
    text-decoration: none; 
}

a:hover {
    color: rgb(78, 114, 221);
    text-decoration: none;
}

.frontbigimage {
    background-image: url("../images/unknownbluewaters.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h2 {
    font-size: 150%;
    font-weight: normal;
    margin-bottom: 5px;
    color: #333333;
}

div.authordateclasslist {
    margin-top: 0px;
}

p.authorlist {
    font-size: 90%;
    color: #777777;
    float: left;
}

p.datelist {
    font-size: 90%;
    color: #777777;
    float: right;
}

p.readmore {
    background-color: #eeeeff;
    text-align: center;
}

p.ingresslist {
    font-size: 115%;
    color: #333333;
    clear: both;
}

p.ingresslist::first-letter { 
    font-size: 300%;
    float: left; 
    padding-right: 5px;
    padding-top: 15px;
    color: #333333;
}

.frontdevotedblock {
    color: #a18af5;
    background: rgba(0, 0, 30, 0.75);
    font-family: 'Roboto', sans-serif;
    font-size: 110%; 
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
    text-align: center;
}

.frontnewsblock {
    color: #ff0000;
    background: rgba(30, 0, 0, 0.85);
    font-family: 'Roboto', sans-serif;
    font-size: 1.5vw;
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 15px;
    border-radius: 25px;
}

.bloglistdatespan {
    color: #333333;
    font-weight: bold;
}

.referencespan {
    color: #333333;
    font-weight: bold;
}

a.newslink {
    color: #ff4d4d;
}

a.newslink:visited {
    color: #ff4d4d;
}

a.newslink:active {
    color: #ff4d4d;
    text-decoration: underline;
    text-decoration-style: wavy;
}

a.newslink:hover {
    color: #ff4d4d;
    text-decoration: underline;
    text-decoration-style: wavy;
}
