<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: 'SanfordBook';
    src: url('sanford-webfont.eot');
    src: url('sanford-webfont.eot?#iefix') format('embedded-opentype'),
    url('sanford-webfont.woff') format('woff'),
    url('sanford-webfont.ttf') format('truetype'),
    url('sanford-webfont.svg#SanfordBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3 {
    font-family: SanfordBook , verdana, helvetica, sans-serif;
    font-weight: normal;
}

h1{
    text-transform: uppercase;
    font-size: 29px;
    margin-bottom: 5px;
}

h2{
    margin-top:25px;
}

h3{
    font-size:14px;
    font-weight: bold;
}

#map, #street{
	width: 100%; 
	height: 250px; 
}

.construction{
	font-weight:bold;
}

.nav-bar a.main {
    position: relative;
    padding: 0 20px;
    display: block;
    text-decoration: none;
    font-size: 15px;
}

.adress-item{
    float:left;
    padding-right: 50px;
}

body{
    padding-bottom: 75px;
}

.tag-line, .year-crest{
    margin: 0;
}

.tag-line{
    margin-bottom: 4px;
}

.year-crest{
    font-style: italic;
    padding: 4px;
}

.gold{
    background: #ffd700;
    color: black;
}

#header{
    overflow: hidden;
}

.foot-notes{
    margin-top: 20px;
    margin-bottom: 20px;
}

#header-content{
    position:relative;
    margin-top: 32px;
}
.header-phone{
    float: right;
    position:absolute;
    top: -30px;
    right: 0;
}

.header-phone p{
    font-weight: bold;
    font-size: 22px;

    font-family: SanfordBook , verdana, helvetica, sans-serif;
}

.open-days{
    display: inline-block;
    width: 180px;
}

#more{
    margin-top: 15px;
}

body{
    background: #fff url('../images/header.jpg') no-repeat center top;
    padding: 0;
    margin: 0;

    width: 100%;
    display: table;
}

#nav{
    margin-top: 66px;
}

#header-phone-background{
    width:110%;
    height:200px;
    position:absolute;
    top:-165px;
    z-index: -999;
    display: inline-block;

    background-color: white;
    opacity: 0.85;
}

.zoom{
    margin-bottom: 15px;
    display: block;
    height: 16px;
    background: url('../images/zoom.png') left center no-repeat;
    padding-left: 20px;

}


#winter-close{
    margin: 20px;
    padding: 15px;

    font-size: 1.1em;
    text-align: center;
    background-color: #ccc;
    color: #222;
}

.winter-close-hidden{
    display: none !important;
}

.note-menu{
    font-style: italic;
    color: #666;
}
</pre></body></html>