
@font-face
{
    src: url('../fonts/Andiki0.ttf');
    font-family: 'Andiki';
}

body
{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    color: black;
    font-family: 'Open Sans';
}

.header
{
    /*position: absolute;*/
    position: fixed;
    /*position: relative;*/
    min-height: 120px;
    max-height: 120px;
    overflow: hidden;
    width: 100%;
    color: white;
    top: 0;
    left: 0;
    z-index: 10;
    background-image: url('../images/background2.png');
    background-attachment: fixed; 
    background-color: green;
}

.logo
{
    position: relative; /* Necessary to for operation of z-index. */
    float: left; 
    padding: 20px;
    font-size: 60px; 
    font-family: 'Andiki';
    text-decoration: none;
    z-index: 30;
    color: white;
}

.logo:hover
{
    color: lightgrey;
}

.motto
{
    position: relative; /* Necessary to make z-index work. */
    float: right; 
    line-height: 30px;
    padding: 25px; 
    text-align: left; 
    font-size: 18px; 
    font-style: oblique;
    z-index: 30;
    
}

img.banner {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 20;
}

svg.banner {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 10;
}

svg.banner rect {
    fill: green;
}

hr {
    background: url('../images/background2.png') repeat top center;
    height: 8px;
    border: none;
    background-attachment: fixed;
    background-color: green;
    width: 60%;
}

a.anchor{
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}



#top-nav
{
    text-align: right;
    margin: 5px;
    position: absolute; 
    right: 0px; 
    bottom: 0px;
    min-width: 600px;
    z-index: 30;
}

#top-nav li
{
    list-style: none;
    float: left; 
    padding: 1px 10px;
    border-radius: 6px;
    text-decoration: none;
}

#top-nav li:hover
{
    background-color: white;
    color: darkslategrey;
}

#top-nav li a
{
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 1px;
}

section
{
    background-color: white;
    color: darkslategrey;
    border-radius: 2px;
    left: 20%;
    font-size: 100%;
    width: 60%;
    margin-top: 140px;
    position: relative;
    font-family: 'Open Sans';
    position: relative;
    z-index: 0;
}

section p
{
    margin: 10px;
}
section h1
{
    text-align: center;
    font-size: 180%
}


.footer {
    text-align: center;
    color: white;
    background-image: url('../images/background2.png');
    background-attachment: fixed; 
    background-color: darkgreen;
    padding: 10px;
    font-size: small;
    width:100%;
    bottom:0px;
    margin:0px;
    left:0px;
    margin-top: 3em;
}

.footer a
{
    color: white;
    text-decoration: none;   
}

.footer div
{
    padding: 3px;
}

.map {
    width: 100%;
}
.map iframe {
    display: block;
}

.enq:before {
    content: attr(dc) "\002e" attr(db) "\0040" attr(da);
    unicode-bidi: bidi-override;
    direction: rtl;
}

blockquote {
    width: 80%;
    text-align: center;
    font-style: italic;
    font-size: small;
    margin-top: 8em;
}

blockquote footer {
    text-align: right;
}

.map img {
    visibility: hidden;
    position: absolute;
    left: 10%;
}


@media print {

    hr {
        border-style: none;
        height: 0px;
        page-break-after: always;
    }

    #top-nav {
        visibility: hidden;
    }
    .header {
        position: absolute;
        color: white;
    }
    img.banner {
        visibility: visible;
    }
    svg.banner {
        visibility: visible;
    }
    .footer, .footer a {
        color: darkslategrey
    }
    section {
        left: 5%;
        width: 90%;
    }
    .map img {
        visibility: visible;
    }
    iframe {
        visibility: hidden;
    }
}
