<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: introFont;
    src: url('/assets/fonts/SCRIPTIN.ttf');
}

@font-face {
    font-family: bookFont;
    src: url('/assets/fonts/HaloHandletter.otf');
}

body{
    color: white;
    font-family: Helvetica, Arial, sans-serif;
}
html {
    font-size: 11px;
}

body#skyfallbg {
    background: url('/assets/images/how_dk.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body#southwoldbg {
    background: url('/assets/images/southwold_bg_dk.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body#purcahsebg {
    background: url('/assets/images/contact_dk.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body#aboutbg {
    background: url('/assets/images/about_dk.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body#introbg {
    background: url('/assets/images/intro.jpg') no-repeat center center fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}
body#onelastbg {
    background: url('/assets/images/journey.jpeg') no-repeat center center fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}
body#caravanbg {
    background: url('/assets/images/say.jpeg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
ul.onepage-pagination{
    background-color: white;
    border-radius: 2rem;
    padding: 1rem 0 1.2rem;
    width: 3.5rem;
    overflow: auto;
}

.row{
    margin-right: 0;
    margin-left: 0;
}

.container{
    height: 100%;
}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
}

#intro{
    filter: brightness(90%);
}

#southwold{
    filter: brightness(90%);
    min-height: 100vh;
}
#skyfall {

    filter: brightness(90%);
    min-height: 100vh;
}
#aboutjanet {
    filter: brightness(90%);
    min-height: 100vh;
 }
#purchase{
    filter: brightness(90%);
    min-height: 100vh;
}

.headers p.stories {
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    color: #ffc;
    padding:1.5rem 1rem;
}


.headers h1{
    font-family: 'introFont', sans-serif;
    font-size: 8rem;
}

.overlayText h2 {
    font-family: 'introFont', sans-serif;
    font-size: 6rem;
    line-height: 1.5;
    color: #fee;
    padding-bottom: 5rem;
}
.overlayText h2#simplysay,
.overlayText h2#extracts,
.overlayText h2#benches,
.overlayText h2#plaques {
    font-family: 'bookFont', sans-serif;
}
.overlayText h2#grief {
    font-size:8rem;
}
.overlayText h2#reviews {
    font-size: 7rem;
    line-height: 1.5;
    padding-bottom: 0;
    margin: -12px 0;
    font-family: 'introFont', sans-serif;
    color: #99f;
}

.headers p{
    padding-left: 205px;
    font-style: italic;
    font-weight: 300;
    font-size: medium;
}

#book_1,
#book_2{
    text-align: center;
    overflow: auto;
    vertical-align: middle;
    margin: 5.5rem auto;
}

#book_1 figure,
#book_2 figure {
    min-width: 150px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    max-width: 280px;
    width: 33%;
    box-sizing: border-box;
}
#book_1 .titlebar,
#book_2 .titlebar {
    display: inline-block;
    vertical-align: middle;
    padding-left:1rem;
    width: calc(90% - 200px);
}

#book_1 figure img,
#book_2 figure img {
    width:100%;
    height: auto;
}

#book_1 .titlebar p,
#book_2 .titlebar p {
    font-size: 1.8rem;
    /*color: #ccf;*/
    color: #fff;
    text-align: left;
    /*background-color: rgba(0,0,0,0.2);*/
    border-radius: 1rem;
    line-height: 1.25;
}
#book_1 .titlebar p &gt; a,
#book_2 .titlebar p &gt; a,
.newsUnit strong.swdBookLink{
    color:  #e6c700;
    font-weight: bold;
}


#book_1 .titlebar p.bookLinks {
    font-style: italic;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    max-width: 90%;
    line-height: 1.4;
    margin: 1.2rem auto;
    background: none;
}

#book_1 h1,
#book_2 h1{
    font-family: bookFont;
    font-size: 7rem;
    margin-top: 1rem;
}

#book_1 p,
#book_2 p{
    font-style: italic;
    font-weight: 300;
    font-size: 1.1rem;
}

#book_1 .titlebar h1 a,
#book_2 .titlebar h1 a {
    color: #fff;
    filter: brightness(111%);
    transition: all 200ms ease 0s;
}

#book_1 .titlebar h1 a:hover,
#book_1 .titlebar h1 a:focus,
#book_2 .titlebar h1 a:hover,
#book_2 .titlebar h1 a:focus {
    text-decoration: none;
    transition: all 200ms ease 0s;
}
#book_1 .titlebar h1 a:hover,
#book_1 .titlebar h1 a:focus {
    color: #0081b8;
}
#book_2 .titlebar h1 a:hover,
#book_2 .titlebar h1 a:focus {
    color: #b5a535;
}

img.swdborder {
    border: 3px solid #008fcc;
}
img.skyborder {
    border: 3px solid #6e3f72;
}

.col-xs-12.max1k {
    max-width: 1000px;
    margin:auto;
    float:none;
}


#appleIcon{
    width:150px;
    margin-right:20px;
}

#amazon{
    width: 150.594px;
    height: 58.9844px;
}

#about{
    background: url('/assets/images/about.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*filter: brightness(90%);*/
}

#aboutP{
    padding-left: 246px;
}

.heightChanger{
    height: 100%;
}
.verticalCentre {
    position: relative;
    top: -50%;
    transform: translateY(-50%);
}
.overlay{
    /** Overlay should be lightened when taking up the whole screen on mobile devices */
    height: 100%;
    background-color: #111;
    background: rgba(0, 0, 0, 0.70);
    padding-left: 45px;
    min-height: 100vh;
}
.contentDiv {
    position: fixed;
    top: 93%;
    right: 10%;
}

.contentCentre,
.newsUnit p.contentCentre {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 768px) {
    .overlay {
        background-color: #222;
        background: rgba(0, 0, 0, 0.60);
        padding-left: 20px;
        padding-right: 50px;
    }
    .contentDiv {
        display: block;
        margin: auto;
        text-align: center;
        padding: 1rem 0;
        position: static;
    }


}


p &gt; a,
p a.lightBlue,
#elink &gt; a{
    color: #ccf;
}
p.referenceLink {
    font-size: 120%;
    font-weight: bold;
    color: #ffc;
}
p &gt; a:hover,
p &gt; a:focus,
p a.lightBlue:hover,
#elink &gt; a:hover,
p a.lightBlue:focus,
#elink &gt; a:focus {
    /*color: #e053ff;*/
    color: #99f;
}

.linkout {
    display: inline-block;
    margin:0.5rem 0.25rem 0.5rem 15%;
    font-size: 120%;
    padding:0.25rem 0.75rem 0.25rem 1rem;
    transition: all 200ms ease 0s;
    line-height: 2;
}
.linkout &gt; .fas.fa-envelope {
    font-size: 120%;
}
.linkout.swd a,
    .textswd a {
    color: #99f;
}

.linkout .fab {
    font-size: 4rem;
    vertical-align: middle;
}
.linkout:hover,
.linkout:focus {
    background-color: #fff;
    border-radius: 1rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 700ms ease 0s;
}
.linkout:hover a,
.linkout:focus a {
    text-decoration: none;
}
.linkout.swd:hover a,
.linkout.swd:focus a {
    color:#333;
}

.linkout:hover &gt; .fas.fa-envelope,
.linkout:focus &gt; .fas.fa-envelope {
    color: #000;
}

.linkout i.fab.fa-youtube {
    color:#f00;
}
.linkout i.fab.fa-twitter {
    color:#179cf0;
}

.contentCentre &gt; .linkout {
    margin: 1rem 0.5rem 0;
}

.overlayText{
    z-index: 1500;
}

.h1Padding{
    padding-bottom: 5rem;
}

.pContent{
    padding-left: 10px!important;
    padding-bottom: 10px;
}

#wtsfiTitle{
    padding-left: 10px;
    padding-bottom: 10px;
    font-family: bookFont;
    font-size: 45px;
}

#journey{
    background: url('/assets/images/journey.jpeg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*filter: brightness(90%);*/
}
#how{
    background: url('/assets/images/how.jpeg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*filter: brightness(90%);*/
}
#say{
    background: url('/assets/images/say.jpeg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*filter: brightness(90%);*/
}

#contact{
    background: url('/assets/images/contact.jpg') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*filter: brightness(90%);*/
}

#contactP{
    padding-left: 312px;
}

form{

}

input{
    width: 65%;
    color: black;
    padding: 2px 10px;
}
select, input {
    font-style: normal;
    color:#333;
    max-width: 50%;
    min-width: 260px;
    padding: 0.3rem;
}
.field {
    margin: 0.5em 0;
}

label {
    display: block;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-style: italic;
    font-weight: bold;
}

textarea {
    max-width: 65%;
    min-width: 65%;
    height: 150px;
    padding: 0;
    font-size: 1.2em;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    padding-bottom: 10px;
    color: black;
}

button {
    display: inline-block;
    border-radius: 3px;
    border: none;
    font-size: 0.9rem;
    padding: 0.5em 0.8em;
    background: gray;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: 10px 0 0;
    width: 65%;
    text-align: center;
    font-style: italic;
    font-weight: 300;
    font-size: medium;
}

button:hover, button:focus {
    opacity: 0.75;
    cursor: pointer;
}

button:active {
    opacity: 1;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
}


p.janetSignoff {
    font-family: 'introFont', sans-serif;
    font-size: 5rem !important;
    padding-left: 9vw !important; /* override previously set important */
    letter-spacing: 0.5rem;
}
/*Animation for Arrow*/



@keyframes bouncing {
    0% {bottom: 0;}
    50% {bottom: 20px;}
    100% {bottom: 0;}
}

.arrow {
    animation: bouncing 1s 25 ease-in-out;
    bottom: 0;
    height: 50px;
    width: 50px;
    position: relative;
    transition: all 200ms ease 0s;
}
.arrow:hover,
.arrow:focus {
    filter: brightness(90%);
    transition: all 200ms ease 0s;
}
@media screen and (min-width: 996px){
    #intro .contentDiv {
        right: 50%;
    }
}
/*Arrow Annimation end*/
@media only screen and (max-width: 995px) {
    #book_1 h1,
    #book_2 h1 {
        font-size: 7rem;
    }

}

@media only screen and (max-width: 750px) {
    #book_1 h1,
    #book_2 h1 {
        font-size: 6rem;
    }
    #book_1 .titlebar, #book_2 .titlebar {
        display: block;
        padding-left: 0;
        width: 90%;
        margin:0 auto 1rem;
    }
    #book_1 figure, #book_2 figure {
        width: 260px;
        height: auto;
        vertical-align: middle;
        display: block;
        margin: 5rem auto 0;
    }
}

@media only screen and (max-width: 625px) {
    #book_1 h1,
    #book_2 h1 {
        font-size: 5rem;
    }
    .newsUnit &gt; h2 &gt; span {
        font-size: 3rem;
    }
    .newsUnit {
        width: 80%;
    }
}

@media only screen and (max-width: 570px) {
    #book_1 h1,
    #book_2 h1 {
        font-size: 5.5rem;
    }
    .linkout {
        margin-left: 10%;
    }
    .newsUnit {
        width: 90%;
    }

}

@media only screen and (max-width: 520px) {
    #book_1 ,
    #book_2 {
        margin-top: 4.5rem;
    }
}

@media only screen and (max-width: 475px) {
    .headers h1 {
        font-size: 5rem;
    }

    .headers p {
        padding-left: 160px;
    }

    .h1Padding {
        padding-bottom: 2.5rem;
    }
    .linkout {
        margin-left:0;
    }
}

@media only screen and (max-width: 430px) {
    input {
        width: 90%;
    }

    textarea {
        max-width: 90%;
        min-width: 90%;
    }

    button {
        width: 90%;
    }
}

@media only screen and (max-width: 410px) {
    #book_1 ,
    #book_2  {
        margin-top: 2.5rem;
    }

    .headers p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 390px) {
    #appleIcon {
        margin-right: 0;
    }
}

@media only screen and (max-width: 375px) {
    .overlay{
        height: auto;
    }

    .heightChanger{
        height: auto;
    }

    .onepage-wrapper .section {
        height: auto;
    }


    .headers p {
        padding-left: 0;
        padding-top: 20px;
    }

    #book_1 ,
    #book_2  {
        margin-top: 1rem;
    }

    #book_1 p,
    #book_2 p {
        font-size: 1rem;
    }

    .overlay {
        padding-left: 10px;
    }

    #wtsfiTitle {
        font-size: 35px;
    }

    input {
        width: 100%;
    }

    textarea{
        max-width: 100%;
        min-width: 100%;
    }

    button {
        width: 100%;
    }
}



@media only screen and (max-width: 365px) {
    .headers p {
        padding-left: 0;
        padding-top: 20px;
    }

    .headers h1 {
        font-size: 60px;
    }

    #book_1 p,
    #book_2 p {
        font-size: 1rem;
    }

    #book_1,
    #book_2  {
        margin-top: 2rem;
    }

    .h1Padding {
        padding-bottom: 5px;
    }

    .headers p {
        font-size: 14px;
    }

    #wtsfiTitle {
        padding-bottom: 0;
        font-size: 40px;
    }

    .headers p {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 355px) {
    #book_1 h1,
    #book_2 h1 {
        font-size: 4rem;
    }

    .pContent{
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 330px) {

}

@media only screen and (max-width: 320px) {
    #book_1 h1,
    #book_2 h1 {
        font-size: 3.5rem;
        margin-top: 1rem;
    }

    #amazon{
        width: 120px;
        height: 45.9844px;
    }

    #appleIcon{
        width: 120px;
    }

    #wtsfiTitle{
        margin-top: 0;
        margin-bottom: -10px;
    }

    .pContent {
        padding-bottom: 0;
        font-size: 13px!important;
    }

    textarea{
        height: 125px;
    }

    .tales{
        display: none;
    }

}


</pre></body></html>