:root {
    --fg-colour: #696F4B;
    --active-colour: #455391;
    --bg-colour: #EBECE7;
}

@font-face {
    font-family: arial;
	src: url(../fonts/arialn.ttf);
}

@font-face {
    font-family: folio;
	src: url(../fonts/Folio-Std-Light.ttf);
}

@font-face {
    font-family: junicode;
    src: url(../fonts/Junicode-CondLight-subset.ttf)
}


body {
    height: 100%;
    width: 100%;
    font-family: arial;
    font-size: 14px;
    /*background-color: var(--bg-colour);*/
    background-image: url("../backgrounds/follow.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    cursor: url("/backgrounds/cursor.gif");
    image-rendering: pixelated;
}

hr {
    border: 1px dashed var(--fg-colour);
    width: 5em;
}

h1 {
    font-family: georgia;
    font-size: 12pt;
    letter-spacing: 1pt;
    width: 100%;
    text-align: center;
    font-weight: normal;
}

h2 {
    font-family: folio;
    text-align: center;
    font-size: 10pt;
    color: var(--fg-colour);
    font-weight: normal;
}

h3 {
    font-family: junicode;
    font-size: 10pt;
    text-align: center;
    color: var(--fg-colour);
    font-weight: normal;
}

p {
    font-family: arial;
    font-size: 14px;
    color: var(--fg-colour);
    text-align: justify;
}

a {
    color: var(--active-colour);
    text-decoration: none;
    /*text-shadow: 2px 2px 2px white;*/
}

a:visited {
    color: var(--active-colour);
}

a:hover {
    color: var(--fg-colour);
}

p > a {
    color: var(--active-colour);
}

/*p > a:hover {
    color: var(--fg-colour);
}*/

#sitetitle {
    display: inline-block;
    margin-bottom: 0px;
}

#sitetitle > a{
    color: var(--fg-colour);
    text-decoration: none;
}

#sitetitle > a:hover{
    color: var(--active-colour);
    text-decoration: none;
}

.centrewindow {
    width: 15em;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    background-color: var(--bg-colour);
    padding: 10px;
    border: 1px solid black;
}

p.byline {
    font-family: arial;
}

.marqueecontainer {
    hspace: 0px;
}

#fish {
    float:right;
    height:80px;
    width:auto;
    margin: 30px;
}

#cursorgif {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    content: url(../images/cursor.gif);
}

/*
.window {
    position: absolute;
    border: 1px solid var(--fg-colour);
    padding: 2px;
    width: 60px;
}

.wleft {
    left: 40px;
}

.wtop {
    top: 260px;
}

.wright {
    right: 40px;
}*/
