pur/*Edge*/
@supports ( -ms-accelerator:true ) 
{
    html{
        overflow: hidden;
        height: 100%;    
    }
    body{
        overflow: auto;
        height: 100%;
    }
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
    html{
        overflow: hidden;
        height: 100%;    
    }
    body{
        overflow: auto;
        height: 100%;
    }
}
@font-face {
  font-family: 'Raphael-Std';
  src: url('raphael-std.eot');
  src: url('raphael-std.eot?#iefix') format('embedded-opentype'),
  	url('raphael-std.woff') format('woff'),
  	url('raphael-std.ttf') format('truetype'),
  	url('raphael-std.svg#raphael-std') format('svg');
}
*{margin:0}
html {
    font-family: 'Raphael-Std', 'Georgia', serif;
    color: #6e2394;
}
body { 
    margin: 0;
}
a, a:visited {
    font-family: 'Raphael-Std', 'Georgia', serif;
    color: #6e2394;
    font-size: 1.2em;
    text-decoration: none;
    line-height: 16px;
    transition: font-size 0.3s;
}
a:hover {
    font-size: 1.4em;
    line-height: 16px;
}
a.menu {
    background: url(http://www.mrkerrison.org.uk/images/menu.jpg) no-repeat;
    background-size: contain;
    display: block;
    float: left;
    width: 17%;
    height: 75px;
    padding: 2vw 1vw;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: -1px;
    font-size: 2vw;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
}
a.menu1 {
    background: url(http://www.mrkerrison.org.uk/images/menu.jpg) no-repeat;
    background-size: contain;
    display: block;
    float: left;
    width: 175px;
    height: 75px;
    padding: 35px 0 0 0 ;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: -1px;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: normal;
    color: #fff;
}
#menu {
    margin: auto;
    width: fit-content;
    display: flex;
    justify-content: center;
}
.thumbs img {
    width: 30%;
}
hr { 
    background: url('../images/hr.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 30px;
    border: 0;
    position: relative;
    max-width: 60%;
    margin:auto;
}
hr.btm { 
    background: url('../images/hr_btm.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 100px;
    border: 0;
    position: relative;
}
h1, h2, h3 { 
    font-family: 'Raphael-Std', 'Georgia', serif;
    font-weight: normal;
    margin: 0;
    color: #000;
}
h2 {
    font-size: 2.5vw;
}
.fairy h2 {
    font-size: 1.8vw;
}
.purple {
    color: #7f3f94;
}
.shadow {
    text-shadow: 2px 2px #b18719;
}
.gold {
    text-shadow: 2px 2px #b18719;
}
.heading {
    font-size: 5vw;
}
.subheading {
    font-size: 2vw;
}
.royal img {
    height: 160px;
}
.fairy {
    background: url('../images/fairy.webp');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border: 2px solid #b18719;
    margin: 20px;
    padding: 250px 0 0 0;
}
.fairy video {
    border: 2px solid #b18719;
}
.body {
    background: url('../images/man.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom left;
}
.body1 {
    background: url('../images/man.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
}
.wrapper {
    background: #fff;
    background-position: top left;
    background-repeat: repeat-y;
    background-size: 105px;
    width: 80%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: -16px;
}
.wrapper1 {
    background: url('../images/hr_right.png');
    background-position: top right;
    background-repeat: repeat-y;
    background-size: 105px;
}
.header {
    width: 100%;
    margin: auto;
    height: 300px;
    background: #b7c9d9 url('../images/hr_btm.png') no-repeat bottom center;
    background-size: 0px auto;
    transition: height 1s;
    border-bottom: #000 2px solid;
}
.header img {
    width: 650px;
    height: auto;
    -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}
.header img.hr {
    width: auto;
    height: 0px;
    -webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
}
.content {
    width: 80%;
    max-width: 1000px;
    margin: auto;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    height: 125px;
    z-index: 1;
}
.sticky img {
    width: 400px;
}
.sticky img.hr {
    height: 20px;
    margin-top: -5px;
}
.sticky img.img1 {
    width: 0;
}
.sticky + .wrapper {
  padding-top: 300px;
}
img {
    max-width: 100%;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.work img {
    height: 100px;
}

footer {
    width: 80%;
    font-family: 'Raphael-Std', 'Georgia', serif;
    font-size: 1.2em;
    text-align: center;
    margin: auto;
}
.footer_inner {
    max-width: 800px;
    margin: auto;
}
footwer img {
    width: 17%;
}
.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gold-frame {
    display: inline-block;
    border: 2px solid #d0a900;
}
.pink-bg {
    background: #cf00c2;
    color: #fff;
    font-weight: 600;
    height: 275px;
    overflow: hidden;
}
@media only screen and (min-width: 1400px) {
    a.menu {
        width:192px;
        padding: 35px 0 0 0 ;
        font-size: 1.6em;
    }        
}    