   html {
    padding: 20px;
    padding-bottom: 100px;
/*    background-color: #38572399;*/
   }
   body {
    font-family: "Playwrite DE Grund", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
/*    background-color: #38572399;*/
   }
   h1 {
    font-size: 44px;
    margin: 65px 0;
    margin-bottom: 20px;
    line-height: 2.3em;
   }
   h2 {
    font-size: 24px;
    margin: 5px 0;
   }
   h1, h2 {
    font-family: "Satisfy", system-ui;
    font-weight: 800;
    font-style: normal;
    text-align: center;
   }
   .mainheading {
    position: sticky;
    top: 15px;
    z-index: 50;
    background-image: linear-gradient(to bottom,
        #fff0, #fff5 20%, #fff7 25%, #ffff 40%, #ffff 60%, #fff7 75%, #fff5 80%, #fff0);
   }
   .subheading {
     margin: 20px 0;
   }
   .centreimage {
    width: 100%;
    height: 230px;
    background-size: cover;
/*    background-color: #999;*/
    background-position: center 94%;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 22px;
   }
   .centreimage.people {
    height:auto;
   }
   .contact {
    display: block;
    text-align: right;
   }

   .menu {
    position: fixed;
    left: auto;
    left: 15px;
    top: 50px;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;
   }
   .menuitems {
    position: relative;
    color: #fff;
    padding: 10px;
    left: 0px;
    background-color: #000;
    transition: left ease 0.3s;
   }
   .menuitems ul {
    margin: 0;
    padding: 0;
   }
   .menuitems li {
    list-style-type: none;
    padding: 5px;
   }
   .menuitems a {
    color: #fff;
   }
   .hidden {
    overflow: hidden;
   }
   .hidden .menuitems {
    left: -100%;
   }
   #menumarker.closed::after {
    content: "\002630";
   }
   #menumarker.open::after {
    content: "X";
   }

   .pagetop {
    margin-top: 100px;
   }


   @media only screen and (min-width: 768px) {
    body {
     width: 90vw;
     max-width: 700px;
     margin: 0 auto;
    }
    h1 {
     font-size: 64px;
     margin: 30px 0;
    }
    .menu {
     left: 20px;
    }
    .hidden .menuitems {
     left: auto;
    }
    #menumarker.open::after,
    #menumarker.closed::after {
     content: "";
    }
    .menuitems {
     left: auto;
    }
    .centreimage {
     width: 100%;
     height: 430px;
    }
    .centreimage.people {
     float: left;
     max-width: 400px;
     margin: 0 20px;
    }
    .contact {
     display: inline;
     text-align: initial;
    }

   }
