
    *:focus {
        outline: none;
    }

    body {
        font-family: "Montserrat", sans-serif;
        font-size: 1.7em;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-default {
        background: transparent;
        border: 0;
        margin: 0;
        position: absolute;
    }

    img {
        max-width: 100%;
    }


	.navbar {
		background: rgba(255,255,255,1);
		color:
		font-family: "Montserrat", sans-serif;
		box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
		position: fixed;
        border-radius: 0px;
	}

    nav.navbar-default , #adminPanel {
        position: absolute;

        height: auto;
        padding: 1em 2em;

        transition: margin 1s;
    }

    nav.navbar-default  {
        width: 100%;
        z-index: 2;
    }

    body #adminPanel {
        right: 0;

        width: 15em;
        z-index: 1050;

        background: transparent;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        background: transparent;
        color: #000;
        font-weight: bold;
        text-decoration: underline;
    }

    #adminPanel + nav {
        width: calc(100% - 15em);
    }
    #adminPanel + nav.sticky {
        width: 100%;
    }

    nav.sticky {
        display: none;
        position: fixed;

        width: 100%;
        border-radius: 0;

        animation: animatetop 0.4s;

        background: #37474F;
    }

    nav.background {
        background: #37474F;
        border-radius: 0;
        position: relative;
    }

    nav.no-animation {
        animation: none;
    }

    nav.background:after {
        content: "";

        position: absolute;
        top: 0;
        right: -15em;

        width: 15em;
        height: 5.7em;

        background: #37474F;
    }

    nav:not(.sticky) .container {
        width: 100%;
    }

    nav:not(.sticky) .nav > li > a,
    nav:not(.sticky) .navbar-brand {
        /*text-shadow: 0 0 1em #000;*/
    }

    nav.navbar-default .navbar-brand {
        color: #000;
        font-family: "Alex Brush", sans-serif;
        font-size: 2.2em;
    }

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #000;
    }

    .navbar-default .nav > li {
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
    }

    .navbar-default .nav > li > a {
        color: #000;
    }

    .navbar-default .nav > li > a:focus,
    .navbar-default .nav > li > a:hover {
        color: #000;
        font-weight: bold;

        background: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        position: fixed;
        right: 1em;
        z-index: 999999999;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: rgba(0,0,0,0);
    }

    .navbar-collapse.collapse.in,
    .navbar-collapse.collapsing {
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background: rgba(255,255,255,1);
        text-align: center;
        display: flex;
        border: 0;
    }

    .navbar-collapse.collapse.in ul.nav.navbar-nav.navbar-right,
    .navbar-collapse.collapsing ul.nav.navbar-nav.navbar-right {
        margin: auto;
        font-size: 1.6em;
    }

    .navbar-collapse.collapse.in .nav>li,
    .navbar-collapse.collapsing .nav>li {
        margin: 2em;
        min-width: 30vw;
    }

    .navbar-collapse.collapse.in .nav>li.active a,
    .navbar-collapse.collapsing .nav>li.active a {
        border-bottom: 0;
    }

    .navbar-collapse.collapse.in ul.nav.navbar-nav.navbar-right:before,
    .navbar-collapse.collapsing ul.nav.navbar-nav.navbar-right:before {
        content: "Menu";
        display: block;
        font-size: 1.6em;
        border-bottom: 1px solid #fff;
        padding-bottom: 1em;
        color: #fff;
    }

    div#bs-example-navbar-collapse-1 {
        transition: opacity 0.5s, height 0.5s;
        opacity: 1;
    }

    div#bs-example-navbar-collapse-1.navbar-collapse.collapsing {
        opacity: 0;
        height: 0 !important;
    }

    button.navbar-toggle {
        transition: 1s;
    }
    button.navbar-toggle .icon-bar {
        transition: 0.5s;
    }

    button.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
        transform: rotate(-45deg);
        display: block;
        position: relative;
    }

    .navbar-toggle:not(.collapsed) > span.icon-bar:nth-child(2) {
        transform: rotate(45deg) translateX(25%) translateY(200%);
    }

    .navbar-toggle:not(.collapsed) > span.icon-bar:nth-child(4) {
        transform: rotate(-45deg) translateX(20%) translateY(-150%);
    }

    .navbar-toggle:not(.collapsed) > span.icon-bar:nth-child(3) {
        opacity: 0;
    }

    #adminPanel > .padding20 {
        padding: 15px;
        position: relative;
        z-index: 1;
    }

    .modal-open #adminPanel > .padding20 {
        opacity: 0.5;
    }

    #adminPanel > .text-right {
        text-align: left;
    }

    #adminPanel > .text-right a {
        padding: 15px 15px 15px 0;

        color: #fff;
    }

    .modal, .alert {
        z-index: 500000;
    }

    .modal-dialog {
        margin-top: 100px;
    }


    .parallax-wrapper {
        overflow-y: hidden;
        box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.18), 0 2px 20px 0 rgba(0, 0, 0, 0.17);
    }

    .parallax {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100vh;
        min-height: 37em;
        max-height: 100vh;
        padding-top: 5em;
        text-align: center;
        background-position: center;
        background-size: cover;
    }

    .parallax .inner {
        display: inline-block;
        margin: auto;
        padding-left: 3.8em;
        padding-right: 3.8em;
        padding-bottom: 4em;
        padding-top: 4em;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background: rgba(0,0,0,0.4);
        z-index: 1;
    }
    .parallax .inner h1,
    .parallax .inner p ,
    .parallax .inner .note-editable,
    .parallax .inner .editText {
        margin: 0;
		padding-top: 0px;
		padding-bottom: 0px;
        color: #fff;
    }

    @media only screen and (min-width: 1361px) {
        .parallax .inner h1 {
            font-size: 5vw;
            font-weight: 400;
            line-height: 1;
        }
    }
 
  @media only screen and (max-width: 1360px) {
        .parallax .inner h1 {
            font-size: 7vw;
            font-weight: 400;
            line-height: 1;
        }
    }
 
    @media only screen and (max-width: 720px) {
        .parallax .inner h1 {
            font-size: 9vw;
            font-weight: 400;
            line-height: 1;
        }
    }

    .parallax .inner p,
    .parallax .inner .note-editable {
        font-size: 1.6em;
        line-height: 1;
    }

    .parallax .scrolly {
        position: absolute;
        bottom: 1em;
        left: 50%;

        display: block;

        transform: translateX(-50%);

        color: #000;

        font-size: 1.6em;

        text-decoration: none;
        display: none;
    }

    .parallax .scrolly svg {
        height: 1.2em;
        margin-top: 1em;
        display: none;
    }


    #content {
        padding: 0.8em 0;
    }

    
	p {
		padding-top: 6px;
		padding-bottom: 6px;
	}

    h1 {
        color: #37474F;
        font-family: "Alex Brush", sans-serif;
    }

    h2 {
        font-family: "Montserrat", sans-serif;
        padding-bottom: 12px;
    }

    h3 {
        color: #000;
    }

    hr {
        width: 50px;
        margin: 2em auto;

        border: 1px solid rgba(0,0,0,0.2);
    }


    .CTA {
        padding: 2em 0;

        color: #fff;
        background: #501318;
        box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .CTA h3,
    .CTA a {
        color: #fff;
    }

    .CTA a:hover {
        text-decoration: none;
        border-bottom: 1px solid #fff;
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0;
        }
        to {
            top: 0;
            opacity: 1;
        }
    }

    #contactform {
        display: none
    }
