/* Page styles */

<style type="text/css" >
/* Colour Scheme */

/* Dark blue: #00303f */

/* Mid blue: #7a9d96 */

/* Light blue: #eff6f4 */

/* Hint of blue: #f9fcfb */

/* Footer blue: #e4ebea */

/* Honey: #dcae1d */

.body {
    width: 910px;
    padding: 30px;
    margin-left: 60px;
    float: left;
    background-color: #eff6f4;
}

/* Page Header */

.header {
    width: 890px;
    height: 60px;
    padding-top: 133px;
    padding-left: 60px;
    margin-left: 60px;
    float: left;
    background-color: #00303f;
}

/* Silhouette of man digging */

.digger {
    position: absolute;
    left: 834px;
    top: 53px;
    width: 150px;
    height: 115px;
    border: none;
    outline: none;
}

/* Museum Locators */

.micro {
    width: 950px;
    float: left;
    clear: both;
    margin-left: 0px;
    padding-bottom: 20px;
    background-color: #00303f;
}

/* Styles page body */

.homewrapper {
    width: 580px;
    height: 440px;
    margin-left: 60px;
    padding: 20px 220px 40px 150px;
    float: left;
    clear: both;
    position: relative;
    background-color: #00303f;
}

.wrapper2 {
    width: 690px;
    margin-left: 60px;
    padding: 20px 140px 40px 60px;
    float: left;
    position: relative;
    background-color: #eff6f4;
}

.wrapper3 {
    width: 830px;
    margin-left: 60px;
    padding: 20px 60px 40px 60px;
    float: left;
    clear: both;
    position: relative;
    background-color: #eff6f4;
}

.wrappermap {
    width: 830px;
    margin-left: 60px;
    padding: 20px 0px 40px 110px;
    float: left;
    position: relative;
    background-color: #eff6f4;
}

.wrapperslide {
    width: 950px;
    margin-left: 60px;
    padding-bottom: 40px;
    float: left;
    position: relative;
    background-color: #eff6f4;
}

.wrappercopyright {
    width: 890px;
    margin-left: 60px;
    padding-left: 60px;
    float: left;
    clear: both;
    position: relative;
    background-color: #e4ebea;
}

.wrappercopyhome {
    width: 890px;
    margin-left: 60px;
    padding-left: 60px;
    float: left;
    clear: both;
    position: relative;
    background-color: #00303f;
}

#leftside75 {
    width:750px;
    margin-left: 60px;
    padding: 20px 140px 40px 60px;
    float: left;
    position: relative;
    background-color: #eff6f4;
}

/* Create two equal columns that floats next to each other */

.columnl {
    width: 375px;
    margin-left: 0px;
    padding: 5px 0px 40px 0px;
    float: left;
    background-color: #eff6f4;
    clear: both;
}

.columnr {
    width: 375px;
    padding-left: 80px;
    padding-top: 5px;
    float: left;
    background-color: #eff6f4;
}

/* Create two xolumns for thank you page that floats next to each other */

.columnltx {
    width: 400px;
    margin-left: 60px;
    padding: 40px 0px 40px 60px;
    float: left;
    background-color: #eff6f4;
}

.columnrtx {
    width: 390px;
    padding-left: 40px;
    padding-top: 5px;
    padding-right: 60px;
    float: left;
    background-color: #eff6f4;
}

/* Create two equal columns in footer that floats next to each other */

.footerl {
    width: 200px;
    margin-left: 0px;
    float: left;
    background-color: #e4ebea;
}

.footerc {
    width: 300px;
    padding-left: 80px;
    float: left;
    background-color: #e4ebea;
}

.footerr {
    width: 270px;
    padding-left: 40px;
    float: left;
    background-color: #e4ebea;
}

.row {
    background-color: #00303f;
    margin-left: 60px;
    width: 890px;
     z-index: -10;
}
}

.rowtx {
    background-color: red;
    margin-left: 60px;
    width: 890px;
     z-index: -10;
}

.footerrow {
    background-color: #eff6f4;
    margin-left: 0px;
    width: 950px;
}

/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
    background-color: red;
}

a:link {
    color: blue;
    text-decoration: none;
    font-weight: 600;
}

a,
a:visited {
    color: blue;
    text-decoration: none;
    font-weight: 600;
}

/* Page Footer */

.footer {
    width: 860px;
    margin-left: 60px;
    padding: 20px 30px 0px 60px;
    float: left;
    background-color: #e4ebea;
}

/* Centabel Font downloaded from FontsForWeb.com */

@font-face {
    font-family: 'centabel';
    src: url('./fonts/centabel.eot');
    src: local('centabel'), url('../fonts/centabel.woff') format('woff'), url('../fonts/centabel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_408">Text with this font applied</p> */

.fontsforweb_fontid_408 {
    font-family: 'centabel' !important;
}

/* Provides box for Willoughby Web return menu link */

.wwebrtn {
    background-color: transparent;
    float: left;
}

/* ul & li Styles */

/* mainmenu = site main menu */

/* rtnmenu = return to WilloughbyWeb */

/* homevisit = home page visit museum link */

ul.mainmenu {
    width: 915px;
    float: left;
    list-style-type: none;
    margin-left: 60px;
    padding: 10px 10px 2px 25px;
    overflow: hidden;
    background-color: #00303f;
    position: fixed;
    top: 0;
    height: 35px;
    z-index: 1;
}

ul.mainmenu li {
    float: right;
}

ul.homevisit li {
    float: centre;
    padding-top: 0px;
    padding-right: 20px;
    list-style-type: none;
    display: inline;
    float: left;
}

ul.mainmenu li a {
    display: block;
    color: #f9fcfb;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
}

ul.mainmenu li.rtnmenu a {
    display: block;
    border: 1px solid #00303f;
    color: #e4ebea;
    text-align: right;
    padding: 5px 8px;
    text-decoration: none;
}

ul.mainmenu li.rtnmenu {
    border: 1px solid #00303f;
    border-radius: 10px;
}

ul.homevisit li a {
    display: block;
    color: #f9fcfb;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    padding: 5px 16px;
    text-decoration: none;
}

ul.mainmenu li a:hover {
    background-color: #dcae1d;
    border: 1px solid #dcae1d;
    color: #00303f;
}

ul.mainmenu li.rtnmenu a:hover {
    border-radius: 10px;
    background-color: #7a9d96;
    border: 1px solid #7a9d96;
    color: #00303f;
}

ul.homevisit li a:hover {
    background-color: #dcae1d;
    border: 2px solid #dcae1d;
    color: #00303f;
}

.change {
    border-bottom: 6px double #dcae1d;
}

/* Main and Museum menu buttons, active border box */

.active1,
.active2,
.active3,
.active4,
.active5,
.active99 {
    background-color: #00303f;
    border: 1px solid #00303f;
}

/* Styles headings and paragraph text */

h1 {
    font-family: 'centabel';
    font-size: 36px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 40px;
    color: #dcae1d;
}

h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 24px;
    color: #dcae1d;
    padding-top: 48px;
}

h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 32px;
    color: #dcae1d;
}

h4 {
    font-family: Verdana, Geneva, sans-serif;
    text-align: right;
    font-size: 16px;
    font-style: italic;
    font-variant: normal;
    font-weight: 600;
    line-height: 24px;
    color: #00303f;
    padding-top: 48px;
}

p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding-bottom: 14px;
    color: #00303f;
}

pf {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding-bottom: 14px;
    color: #00303f;
}

pc {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height: 10px;
    padding-bottom: 4px;
    color: #00303f;
}

pclt {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    line-height: 10px;
    padding-bottom: 4px;
    color: #f9fcfb;
}

ph {
    position: absolute;
    top: 3px;
    right: 28px;
    color: #eff6f4;
    font: bold 13px/1 sans-serif;
}

hometext {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding-bottom: 30px;
    color: #f9fcfb;
}

/* Align text left or right */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/* Image text on hover */

.find {
    color: #f9fcfb;
    font-size: 20px;
    padding: 12px 18px;
    font-family: 'centabel';
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
}

.findloan {
    color: #dcae1d;
    font-size: 20px;
    padding: 12px 18px;
    font-family: 'centabel';
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
}

/* Style anchor */

a {
    color: #00303f;
}
