* {
    /*outline: 1px solid red;*/
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
	font-family: Caudex, serif;}html {
    background: url(img/bg.png) bottom center no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-color: #33454c;
    color: #222222;
}.fullpicture {	display:block;	margin-left:auto;	margin-right:auto;	text-align:center;	padding-top: 0.5em;	padding-bottom: 1.5em;}
.leftsidepicture {	margin-top:0px;	margin-bottom:0px;	margin-left:auto;	margin-right:15px;	display:block;	padding-top:10px;	padding-bottom:10px;	padding-left:0px;	padding-right:0px;	float:left;	text-align:center;}h1, h2, h3, h4, h5, h6 {    font-family: 'IM Fell English SC', serif;;}h1 {
    font-size: 3em;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}h1 * {
    font-size: inherit;
}h2 {    font-size: 2em;    padding-bottom: 20px;
	font-weight: normal;}h3 {    font-size: 1.8em;    padding-bottom: 20px;
	font-weight: normal;}h4 {
    font-size: 1.4em;
    /* padding-bottom: 20px; */
	font-weight: normal;
}
section {    margin-bottom: 40px;}p {    text-align: justify;    padding-bottom: 20px;}a {    transition: all 0.3s;    font-weight: bold;    color: #222222;}a:hover {    transition: all 0.3s;    color: #ecdacc;    background-color: #222222;}ul {    padding-left: 15px;    text-align: justify;}li {    padding-bottom: 20px;}#container {    margin: 20px auto;    min-width: 630px;    max-width: 1200px;    width: 55%;}.scroll {    position: absolute;}.s-top {    top: 43px;}.s-bottom {    bottom: 67px;}.s-left {    left: -87px;}.s-right {    right: -87px;    transform: scaleX(-1);}.roll {    position: absolute;    top: -45px;    left: 1px;}.yarn {    width: 3px;    background-color: #a67c52;    position: absolute;    top: -10px;    left: 58px;    border-radius: 6px;}.s-left .yarn {    height: 160px;}.s-right .yarn {    height: 220px;}.s-left .knot {    position: absolute;    top: 145px;    left: 44px;}.s-right .knot {    position: absolute;    top: 205px;    left: 44px;}.scroll-bg {    background: -moz-linear-gradient(top, #ecdacc 0%, #ad744c 100%); /* FF3.6-15 */    background: -webkit-linear-gradient(top, #ecdacc 0%, #ad744c 100%); /* Chrome10-25,Safari5.1-6 */    background: linear-gradient(to bottom, #ecdacc 0%, #ad744c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    height: 90px;    width: 10px;    position: absolute;    left: 77px;    top: -33px;}#seal {    position: absolute;    bottom: 0;    z-index: 20;    right: 0;    transition: all 0.3s;}#seal:hover {    cursor: pointer;    transition: all 0.3s;    transform: scale(0.95);}#main{    background-color: #ecdacc;    padding: 40px 80px 60px;    position: relative;    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);}#main::before{    top: 0;    left: 0;    content: "";    width: 100%;    height: 85px;    z-index: 10;    background: -moz-linear-gradient(top, #ad744c 0%, transparent 100%); /* FF3.6-15 */    background: -webkit-linear-gradient(top, #ad744c 0%, transparent 100%); /* Chrome10-25,Safari5.1-6 */    background: linear-gradient(to bottom, #ad744c 0%, transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    position: absolute;}#main::after{    bottom: 0;    left: 0;    content: "";    width: 100%;    height: 85px;    z-index: 10;    background: -moz-linear-gradient(top, transparent 0%, #ad744c 100%); /* FF3.6-15 */    background: -webkit-linear-gradient(top,transparent 0%, #ad744c 100%); /* Chrome10-25,Safari5.1-6 */    background: linear-gradient(to bottom,transparent 0%, #ad744c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    position: absolute;}.pattern{    background: url(img/pattern.png) top center repeat;    height: 100%;    width: 21px;    position: absolute;    top: 0;    z-index: 2;}
/*
p { font-family: Caudex, serif; }
li { font-family: Caudex, serif; }
*/#p-left{    left: 28px;}#p-right{    right: 28px;}hr {    background-color: #222222;    height: 3px;    width: 100%;    border: none;}nav {    margin-bottom: 30px;}nav ul {    list-style: none;    display: flex;    flex-wrap: wrap;    justify-content: space-between;    padding-left: 0;    margin: -1px 0;}nav ul li {    font-family: 'IM Fell English', serif;    text-transform: uppercase;
	font-weight: normal;
	/*font-weight: bold;*/    /*padding-bottom: 0;*/	padding: 1em;}nav ul a{    text-decoration: none;    color: #222222;}#active li,nav ul a li:hover {    transition: all 0.3s;    color: #ecdacc !important;    background-color: #222222;}@media only screen and (max-width: 820px) {    .scroll {        display: none;    }    #container {        margin: 20px;        min-width: calc(100% - 40px);        width: calc(100% - 40px);    }    nav ul {        list-style: none;        display: block;        flex-wrap: wrap;        justify-content: space-between;        padding-left: 0;        text-align: center;    }}@media only screen and (max-width: 375px) {    .scroll {        display: none;    }    #container {        margin: 20px;        min-width: calc(100% - 40px);        width: calc(100% - 40px);    }    #main{        background-color: #ecdacc;        padding: 40px 20px 60px;        position: relative;        box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);    }    .pattern{        display: none;    }    nav ul {        list-style: none;        display: block;        flex-wrap: wrap;        justify-content: space-between;        padding-left: 0;        text-align: center;    }
}.story_column {    float: left;    padding: 0px;}.icon {  width: 15%;  padding-right: 7px;}.icon img {  width: 100%;}.main {  width: 85%;  text-align: justify;}.story_row {	padding:0;	margin:0;}/* Clear floats after the columns */.story_row:after {    content: "";    display: table;    clear: both;	padding:0.5em;}