/* html {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: gray;
    font-family: Montserrat;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.main {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
} */

.externalnavmenu {
    display: unset !important
}

.menu {
    position: fixed;
    bottom: 6%;
    /* right: 5%; */
    height: 46px;
    width: 46px;
    z-index: 1000;
    transition: bottom .3s ease-in .2s;
    -webkit-transition: bottom .3s ease-in .2s;
    -moz-transition: bottom .3s ease-in .2s;
    -o-transition: bottom .3s ease-in .2s;
    will-change: bottom;
}

.menu-circle {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    z-index: 1000;
    transition: transform .5s ease-in;
    -webkit-transition: transform .5s ease-in;
    -moz-transition: transform .5s ease-in;
    -o-transition: transform .5s ease-in;
    will-change: transform;
}

.menu-circle-black {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    transition: transform .5s ease-in;
    -webkit-transition: transform .5s ease-in;
    -moz-transition: transform .5s ease-in;
    -o-transition: transform .5s ease-in;
    z-index: 999;
    will-change: transform;
}

.menu:hover .menu-circle {
    transform: scale(1.4);
}

.menu.open .menu-circle {
    transform: scale(60) translateZ(0);
}

.menu-circle-black.open {
    transform: scale(60) translateZ(0);
}

.menu-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1002;
}

.menu-icon {
    position: absolute;
    width: 20px;
    height: 14px;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 1px;
}

.menu-line {
    background-color: #333;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.menu-line-1 {
    top: 0;
}

.menu-line-2 {
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu-line-3 {
    bottom: 0;
}

.menu.open .menu-line-1 {
    transform: translateY(7px) translateY(-50%) rotate(-135deg);
}

.menu.open .menu-line-2 {
    opacity: 0;
}

.menu.open .menu-line-3 {
    transform: translateY(-7px) translateY(50%) rotate(135deg);
}

.menu-overlay {
    background-color: #fff0;
    color: #333;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: opacity 0.7s ease-in-out;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    z-index: 99999;
    overflow: hidden;
}

.menu-overlay.open {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.12s;
}

.menu-overlay a {
    color: #333;
    font-weight: 900;
    font-size: 44px;
    line-height: 54px;
    text-decoration: none;
}

.linkcontainer {
    display: flex;
    flex-direction: column;
}

.footnote {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.left {
    position: absolute;
    left: 20px;
    width: max-content;
}

.right {
    position: absolute;
    right: 20px;
    width: max-content;
}

.right>a>span {
    padding-left: 5px;
}

.right>a {
    text-decoration: none;
    font-size: unset;
    line-height: unset;
}

.contact {
    font-size: 24px;
    padding: 5px;
    margin-top: 20px;
}

.email {
    font-size: 14px;
}

.menu-overlay-brand {
    text-align: center;
    position: absolute;
    width: 100%;
}

.navbrand {
    filter: invert(1);
    display: block;
    margin: auto;
}

.navemail {
    line-height: 24px !important;
}

.socials {
    position: absolute;
    bottom: 22%;
    width: 100%;
    text-align: center;
}

.socials>a>img {
    width: 32px;
    margin-left: -16px;
    left: 50%;
    position: absolute;
    opacity: 0;
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s;
    -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s;
    -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s;
    -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) .5s;
    /* transition: transform 1s ease-in-out 1s alternate, -webkit-transform 1s ease-in-out 1s alternate, left 1s ease-in-out 1s, right 1s ease-in-out 1s;
    -webkit-transition: transform 1s ease-in-out 1s alternate, -webkit-transform 1s ease-in-out 1s alternate, left 1s ease-in-out 1s, right 1s ease-in-out 1s;
    -moz-transition: transform 1s ease-in-out 1s alternate, -webkit-transform 1s ease-in-out 1s alternate, left 1s ease-in-out 1s, right 1s ease-in-out 1s;
    -o-transition: transform 1s ease-in-out 1s alternate, -webkit-transform 1s ease-in-out 1s alternate, left 1s ease-in-out 1s, right 1s ease-in-out 1s; */
}

.spinleft {
    left: 45% !important;
    transform: rotate(-720deg);
    -webkit-transform: rotate(-720deg);
    opacity: 1 !important;
}

.spinright {
    left: 55% !important;
    transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    opacity: 1 !important;
}

.right>a {
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .linkcontainer {
        margin-top: 1%;
    }
    .menu-overlay-brand {
        bottom: 9%;
    }
    .navbrand {
        width: 150px;
    }
    .contact {
        margin-top: 5%;
    }
    .menu.open {
        bottom: 20%;
    }
    .socials {
        bottom: 27%;
    }
    .spinleft {
        left: 30% !important;
    }
    .spinright {
        left: 70% !important;
    }
}

@media only screen and (min-width: 600px) {
    .linkcontainer {
        margin-top: 5%;
    }
    .menu-overlay-brand {
        bottom: 2%;
        width: 100%;
    }
    .navbrand {
        width: 180px;
    }
    .contact {
        margin-top: 5%;
    }
    .menu.open {
        bottom: 17%
    }
}

@media only screen and (max-height: 500px) {
    .menu {
        margin-left: -23px !important;
        left: 50% !important
    }
    .linkcontainer {
        margin-top: 5px;
    }
    .linkcontainer>a {
        font-size: 2.5em;
        line-height: 1em;
    }
    .menu-overlay-brand {
        bottom: 2%;
    }
    .navbrand {
        width: 140px;
    }
    .navemail {
        line-height: 14px !important;
    }
    .contact {
        margin-top: 2px;
        font-size: 1.2em;
    }
    .menu {
        bottom: 11%;
    }
    .menu.open {
        bottom: 13%;
    }
    .socials {
        bottom: 24%;
    }
    .spinleft {
        left: 40% !important;
    }
    .spinright {
        left: 60% !important;
    }
}