        body {
            margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
            font-family: Lato, sans-serif;
            font-size: 1rem;
            background: white;
            overflow: hidden;
            color: #131214;
        }

        h1 {
            font-family: 'Saira Extra Condensed', sans-serif;
            font-weight: 600;
            font-size: 3rem;
            line-height: 3rem;
            margin: 0;
            padding: 1rem 0;
            margin: 0 10px;
            display: block;
            /* text-decoration: underline; */
        }

        h2 {
            font-family: 'Saira Extra Condensed', sans-serif;
            font-weight: 600;
            font-size: 2rem;
            margin: 0;
            padding: 0 0 0 0;
            margin: 0 10px;
        }

        h3 {
            font-family: 'Copse', serif;
            font-size: 1.6rem;
            font-weight: 400;
            letter-spacing: 1px;
            color: rgb(255, 145, 0);
        }

        p {
            font-family: Lato, sans-serif;
            /* font-size: 1rem; */
            /* letter-spacing: 0.05rem; */
            line-height: 1.4rem;
            margin: 10px 0px;
            padding: 10px 10px;
            /* border-top: 1px solid rgb(160, 160, 160); */
            /* border-bottom: 1px solid rgb(160, 160, 160); */
        }

        li {
            margin: 15px 0;
            line-height: 1.4rem;
        }

        a {
            text-decoration: none;
            color: #131214;
        }

        a:visited {
            color: #131214;
        }

        a:hover {
            color: rgb(255, 0, 0);
        }

        a:active {
            color: #131214;
        }

        #canvas {
            display: block;
            position: relative;
            width: 100vw;
            height: 100vh;
            right: 0;
            overflow-x: hidden;
            overflow-y: scroll;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            z-index: 2;
            background: white;
            /* background: rgb(0, 0, 0); */
            /* box-sizing: border-box; */
            /* margin: 0 10px; */
        }

        .nested {
            height: auto;
            left: 0;
            right: 0;
            /* max-width: 523px; */
            max-width: 740px;
            box-sizing: border-box;
            display: block;
            position: relative;
            margin: 0 auto;
            z-index: 4;
            overflow-x: hidden;
            overflow-y: hidden;
            background: white;
            /* border-radius: 10px; */
            /* padding: 0 4px; */
            /* overflow: visible; */
        }

        .spacer {
            height: 58px;
            /* background: rgb(32, 32, 32); */
        }

        .quickmenu a>img {
            display: block;
            height: 48px;
            float: left;
            padding: 0 20px 0 4px;
        }

        div.section_img {
            display: block;
            position: relative;
            width: 330px;
            height: 330px;
            margin: 0 auto;
            text-align: center;
            border-radius: 50px;
        }

        .section_img>img {
            height: 330px;
        }

        #section_break_img {
            /* margin-right: -4px; */
            height: 20px;
            float: right;
        }

        div.qualifications {
            max-width: 600px;
            height: auto;
            /* margin-top: 30px; */
            /* padding: 0px; */
            margin: 0 auto;
            /* background: grey; */
            text-align: center;
        }

        div.qualifications img {
            display: inline-block;
            position: relative;
            width: 240px;
            padding: 20px;
        }

        #footer {
            height: auto;
            padding-bottom: 100px;
            background: rgb(31, 37, 34);
            color: grey;
            font-family: 'Saira Extra Condensed', sans-serif;
            font-weight: 200;
            font-size: 1rem;
        }

        #footer div.container {
            display: block;
            max-width: 756px;
            position: relative;
            margin: 0 auto;
            text-align: center;
        }

        #footer_icons div {
            text-align: center;
            display: inline-block;
            position: relative;
            height: 100px;
            width: 100px;
            margin: 1px 0 1px 1px;
            padding: 10px 0;
            box-sizing: border-box;
        }

        #footer_icons img {
            width: 48px;
            opacity:0.5;
        }

        #footer a {
            color: rgb(124, 124, 124);
        }

        #navigation {
            display: block;
            position: fixed;
            background: #131214;
            color: white;
            top: 0;
            right: 0;
            height: 100%;
            width: 120px;
            box-sizing: border-box;
            font-family: 'Saira Extra Condensed', sans-serif;
            font-weight: 200;
            font-size: 1.3rem;
            z-index: 0;
            overflow-y: scroll;
            overflow-x: hidden;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
        }

        #navigation>div {
            font-family: 'Saira Extra Condensed', sans-serif;
            font-weight: 200;
            font-size: 1rem;
        }

        #navigation_icons div {
            text-align: center;
            display: block;
            position: relative;
            height: 100px;
            margin: 4px 4px;
            padding: 10px 0;
            border-radius: 10px;
            box-sizing: border-box;
        }

        #navigation img {
            height: 48px;
            margin-bottom: -8px;
        }

        #navigation a {
            color: white;
        }

        #navigation a:hover {
            color: #131214;
        }
        /* NAVIGATION MINI */

        #navigation_mini {
            display: block;
            position: fixed;
            top: 50%;
            right: -80px;
            height: 360px;
            width: 58px;
            margin-top: -180px;
            box-sizing: border-box;
            z-index: 10;
        }

        #navigation_mini_icons div {
            text-align: center;
            display: block;
            position: relative;
            height: 48px;
            width: 48px;
            margin: 4px 4px;
            border-radius: 6px;
            box-sizing: border-box;
        }

        #navigation_mini img {
            height: 48px;
        }

        #head {
            display: block;
            position: fixed;
            width: 100%;
            height: 58px;
            top: 0;
            margin-top: -80px;
            box-sizing: border-box;
            background: rgba(255, 255, 255, 0.9);
            z-index: 5;
            text-align: center;
        }

        #head_logo {
            float: left;
            height: 48px;
            background: rgba(255, 255, 255, 0.9);
            padding-right: 4px;
            border-radius: 0 8px 8px 0;
        }

        #hitbox {
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            right: 200px;
            z-index: 10;
            background: rgba(0, 0, 0, 0.3);
        }

        #icon_menu {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 11px;
            width: 257px;
            font-family: 'Saira Extra Condensed', sans-serif;
            font-weight: 200;
            font-size: 1.2rem;
            line-height: 20px;
        }

        #icon_menu div {
            display: block;
            position: relative;
            border-radius: 6px;
            text-align: center;
            box-sizing: border-box;
            width: 123px;
            height: 123px;
            color: white;
        }

        #icon_menu img {
            width: 76px;
            margin: 13px 0 0 0;
        }

        #icon_menu div:hover {
            background: grey;
        }
        /* BIG */

        @media(min-width:768px) {
            #hamburger_bt,
            #navigation,
            #hitbox {
                display: none;
            }
            #navigation_mini {
                display: block;
            }
            #head {
                border-bottom: none;
                background: none;
            }
            div.section_img {
                /* border-radius: 10px; */
            }
        }
        /* SMALL */

        @media(max-width:768px) {
            #navigation_mini {
                display: none;
            }
            #head_logo {
                background: none;
            }
        }

        #logo_animated {
            height: 50vh;
            margin: 76px 0;
        }
        /* SECTION GRID */

        .section_grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 10px;
            box-sizing: border-box;
            padding: 20px 10px;
            grid-auto-flow: row;
            /* background: lightgrey; */
            /* margin: auto 10px; */
            /* border-radius: 20px; */
        }

        .section_grid div {
            display: block;
            background: lightblue;
            position: relative;
            padding: 10px;
            border-radius: 10px;
            box-sizing: border-box;
        }

        #contactIcons {
            display: block;
            text-align: center;
        }

        #contactIcons div img {
            width: 150px;
            margin-bottom: -30px;
        }

        #contactIcons div {
            display: inline-block;
            width: 200px;
            height: 200px;
            text-align: center;
            color: White;
            border-radius: 10px;
            margin: 10px;
            box-sizing: border-box;
            font-family: 'Saira Extra Condensed', sans-serif;
            font-weight: 200;
            font-size: 2rem;
        }

        #spacer_ornament {
            display: block;
            max-width: 400px;
            height: 50px;
            margin: 20px auto 80px auto;
            text-align: center;
            background: url(source/images/graphics/ornament4.svg);
            background-size: 400px 50px;
            background-repeat: no-repeat;
        }

        #canvas,
        #navigation_mini {
            -webkit-transition: right 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: right 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        #head {
            -webkit-transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        #logo_animated {
            -webkit-transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        #bgblend1{
            display:inline-block;
            padding:20px;
                width: 240px;
                height: 63px;
                background-size: 240px 63px;
                background-repeat: no-repeat;
                background-image: linear-gradient(to right,rgb(31, 37, 34) 0%,rgb(31, 37, 34) 0%), url('images/qualifications/PG.png');
                background-blend-mode:multiply;
        }
        #bgblend2{
            display:inline-block;
            padding:20px;
                width: 240px;
                height: 105px;
                background-size: 240px 105px;
                background-repeat: no-repeat;
                background-image: linear-gradient(to right,rgb(31, 37, 34) 0%,rgb(31, 37, 34) 0%), url('images/qualifications/RGE.png');
                background-blend-mode:multiply;
        }