﻿body {
font-family: 'Open Sans', sans-serif;
font-size: 100%;
font-weight: 400;
line-height: 130%;
padding: 0;
margin: 0;
flex-shrink: 0;
}

html, body {
height: 100%;
display: flex;
flex-direction: column;
}


.content-width {
width: 800px;
max-width: 100%;
margin: 0 auto 0 auto;
padding-left: 2%;
padding-right: 2%;
-moz-box-sizing: border-box;
     box-sizing: border-box;
display: block;
}

img {
max-width: 100%;
height: auto;
}

.header-img {
  width: 100%;
  height: 300px;
  background: url(https://media.dnd.wizards.com/styles/story_banner/public/images/head-banner/Saltmarsh_DnD_Articles_Header-Image.jpg);
  background-size: cover;
}

.dark-gray {
background-color: #3b3b3b;
}

/* // TEXT // */

@media all and (min-width: 800px) {
p, li {
color: #3b3b3b;
font-family: Verdana, sans-serif;
font-size: 95%;
line-height: 125%;
}
}

@media all and (max-width:799px) {
p, li {
color: #3b3b3b;
font-family: Verdana, sans-serif;
font-size: 110%;
line-height: 125%;
}
}

li {
margin-bottom: 0%;
margin-left: -3%;
}

ul {
list-style: square;
}

ol {
list-style: decimal;
}

li ol {
list-style: lower-alpha;
}

.center {
text-align: center;
}

.right {
text-align: right;
}


/* // HEADINGS // */

h1, h2, h3, h4, h5, h6 {
color: #853500;
font-family: 'Open Sans', sans-serif;
}

h1 {
font-size: 300%;
font-weight: 400;
line-height: 1em;
margin-bottom: .5em;
margin-top: .5em;
padding: 0;
}


h2 {
font-size: 170%;
font-weight: 600;
line-height: 1em;
margin-bottom: .25em;
margin-top: 1em;
padding: 0;
}


h3 {
font-size: 140%;
font-weight: 600;
line-height: 1em;
margin-bottom: .25em;
margin-top: 1em;
padding: 0;
}

h3.front-page {
border-bottom: 1px solid #853500;
color: #3b3b3b;
font-size: 100%;
font-weight: 700;
margin-top: 6%;
margin-bottom: -2%;
}

h4 {
font-size: 130%;
font-weight: 600;
line-height: 1.4em;
margin-bottom: .25em;
margin-top: 1em;
padding: 0;
}

/* //MENUS and LINKS// */
.head-menu {
color: #853500;
text-align: right;
font-family: 'Open Sans', sans-serif;
font-size: 120%;
font-weight: 400;
}

a:link, #page-content-block a:visited, #page-header a:visited, #top-menu a:visited, #foot-logo a:visited {
color: #853500;
text-decoration: none;
}

a:hover, #page-content-block a:hover, #page-header a:hover, #top-menu a:hover, #foot-logo a:hover {
color: #a6a6a6;
}

#page-footer-menu a:link, #page-footer-menu a:visited {
color: #fff;
text-decoration: none;
}

#page-footer-menu a:hover {
color: #853500;
}
/* //HEADER// */



.header-label-text {
color: #f8f8ff;
text-align: center;
font-weight: 300;
font-size: 400%;
filter: drop-shadow(2px 2px 5px #000000);
}

.top-banner {
padding-top: 2%;
padding-bottom: 2%;
}

.drop-shadow {
filter: drop-shadow(8px 8px 10px black);
}



/* //FOOTER// */

.flex {
flex-grow: 1;
}

.footer-label-text {
font-weight: 300;
font-size: 180%;
text-align: center;
font-variant-caps: all-small-caps;
filter: drop-shadow(2px 2px 5px #853500);
}

.content-footer-logo-width {
width: 90px;
max-width: 80%;
padding-top: 2%;
margin-left: auto;
margin-right: auto;
-moz-box-sizing: border-box;
     box-sizing: border-box;
display: block;
}

.foot-menu {
color: white;
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size: 120%;
font-weight: 400;
padding-bottom: 5%;
}

.bottom-strip-padding {
margin-top: 1%;
}

/* // MISC // */


.extract {
font-family: 'Open Sans', sans-serif;
font-size: 90%;
font-style: italic;
font-weight: 300;
line-height: 140%;
margin: 0;
}

.small {
font-family: 'Open Sans', sans-serif;
font-size: 80%;
font-weight: 300;
line-height: 140%;
margin: 0;
}

.small-heavier {
font-family: 'Open Sans', sans-serif;
font-size: 90%;
font-weight: 700;
padding-top: 2%;
margin-bottom: -4%;
}

.tags {
font-family: 'Open Sans', sans-serif;
font-size: 80%;
font-weight: 400;
line-height: 140%;
padding-top: 2%;
}

code {
color: red;
font-family: "Lucida Console", Monaco, Courier, monospace;
background-color: #e3e3e3;
border: 1px solid #A8A8A8;
padding: 0 5px 0 5px;
}


/* // IMAGE HANDLING // */

figure {
margin: 0;
}

.thin-border {
border: 1px;
border-color: silver;
border-style: solid;
}

.float-left {
float: left;
margin-bottom: 5px;
margin-left: 10px;
}

.float-right {
float: right;
margin-bottom: 5px;
margin-left: 10px;
}

/* //TAXONOMY LISTS// */

p.taxon-head {
font-size: 140%;
margin-bottom: -2%;
padding-bottom: 0;
}
p.taxon-list {
margin-bottom: 0.5%;
}
#taxon-list li {
list-style: none ;
margin-left: -40px;
}
.lowercase{
text-transform: lowercase;
}

.image-border{border:1px solid #c0c0c0;}
.image-left{float:left;width:50%;height:auto;margin-right:3%;margin-bottom:3%;}
.image-right{float:right;width:50%;height:auto;margin-left:3%;margin-bottom:3%;}
.image-center{height:auto;width:50%;margin-left:25%;margin-right:25%;}
.image-full{width:100%;height:auto;}
.image-suppress{display:none;}

/* // ARCHIVE POSTS // */

h1.archive-post-title {
font-size: 2.5em;
font-weight: 400;
line-height: 1em;
margin-bottom: 1%;
margin-top: .5em;
padding: 0;
}

p.archive-date {
padding: 0;
margin: 0;
}

/* // ARCHIVE ARTICLE TOC // */

#archive-toc ul {
padding-top: 1%;
}

#archive-toc li {
list-style: none ;
font-size: 70%;
margin-left: -40px;
margin-bottom: 1%;
}

@media all and (min-width:420px) {
.toc {
border: 3px double #853500;
padding: 0 2% 0 2%;
margin: 2% 0 3% 2%;
width: 50%;
float: right;
}
}

@media all and (max-width:419px) {
.toc {
border: 3px double #853500;
padding: 0 2% 0 2%;
margin-top: 2%;
width: 96%;
float: none;
}
}


/* //PAGINATION// */

.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
@media all and (max-width:419px) {
.pagination {
font-size: 80%;
}
}
.pagination > li {
display: inline;
}
.pagination > li > a, .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #853500;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 3;
color: #fff;
cursor: default;
background-color: #853500;
border-color: #853500;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
