#mobile-nav-trigger-label, .mobile-nav-trigger {
    visibility: hidden;
    display: none;
}

#menu {
    font-size: 1.5vmax;
}

#fullpage {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
}

@media screen and (orientation: portrait), screen and (orientation: landscape) and (max-height: 400px) {
    body {
        overflow-x: hidden;
    }

    .slide {
        /*    padding-left: 2%;
            padding-right: 2%;*/
    }

    h1 {
        width: 100%;
    }

    h2 {
        width: 100%;
    }

    h3 {
        width: 100%;
    }

    p,
    #contact_info {
        width: 100%;
    }

    #contact_info {
    }

    #title-text {
    }

    .fp-controlArrow.fp-next {
        border-width: 11px 0 11px 10px;
        right: 10px;
    }

    .fp-controlArrow.fp-prev {
        border-width: 11px 10px 11px 0;
        left: 10px;
    }

    .fp-controlArrow.fp-next, .fp-controlArrow.fp-prev {
        margin-top: 0;
    }

    #menu {
        font-size: var(--font-size-h3);
        width: 50%;
        display: none;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        padding: 0 5px 0 0;
        overflow: auto;
        top: 0;
    }

    #menu li {
        font-size: 100%;
        clear: both;
        float: left;
        width: 100%;
        -webkit-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        margin: 5px 0 0 0;
        /*background: rgba(255, 255, 255, 1);*/
        background: none;
    }

    #menu li a {
        text-align: left;
        color: white;
    }

    #menu li:hover > * {
        color: black;
    }

    #mobile-nav-trigger-label, .mobile-nav-trigger {
        visibility: visible;
        display: block;
    }

    #mobile-nav-trigger-label {
        position: fixed;
        left: 20px;
        top: 20px;
        z-index: 3;
        height: 30px;
        width: 30px;
        cursor: pointer;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
        background-size: contain;
        opacity: 0.6;
        -webkit-filter: invert(100%);
        filter: invert(100%);
        color: white;
    }

    .mobile-nav-trigger {
        /* hide the checkbox input */
        position: fixed;
        clip: rect(0, 0, 0, 0);
    }

    .form-style-1 {
        left: auto;
        max-width: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #control-info {
        position: absolute;
        left: calc(50% - 100px); /* 50% - half size of btn*/
        bottom: 5%;
        color: white;
        font-size: 4vw;
        /*font-family: 'Open Sans', sans-serif;*/
        opacity: 0.5;
    }
}
