body {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    background-color: #4CD964;
    background-attachment: fixed;
    font-family: 'Roboto Mono', monospace;
    overflow: -moz-scrollbars-vertical;
    overflow: hidden;
    position: relative;



    overflow-y: scroll;
    overflow-x: hidden;
    background-size: cover;
    /*background-image: url("../img/bg.jpg");*/
    background-attachment: fixed;

    max-height: 100%;
    overflow: auto;
    max-height: 100vh;
    background-color: #eee;



    margin-top: 0px;
    top: 0px;
    border-top: 0px;

}

#presenter {
    font-size: 0;
    width: 100%;
}

.row {
    height: 50vh;
    width: 100vw;
    max-width: 100%;
    font-size: 0;
}

.panel {
    height: 50vh;
    width: 50%;

    display: inline-block;
    font-size: 0;

    background-size: cover;
    background-position: center;

    text-align: center;

    position: relative;

    cursor: pointer;

    color: #4CD964;
}

.panel .background {

    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 0;
}

.panel .logo {
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;

    z-index: 10;

    position: absoulute;

    transition: 2s;
}

.panel .logo:hover {
    /*transform: scale(1.1);*/
}

.panel.wide .logo {
    width: 100%;
    display: inline-block;
}

.row .panel.wide {
    width: 100%;
}

.panel .logo2 {
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;

    z-index: 10;

    position: relative;

    transition: 2s;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: table-cell;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    font-kerning: 3px;




    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-58 {
    font-size: 58px;
}


.panel .logo2:hover {
    transform: scale(1.1);
}

.panel.wide .logo2 {
    width: 100%;
    display: inline-block;
}

.helpBilde:hover {
    transition: 0.5s;
    transform: scale(1.6);

}

.Knapp {
    margin: 6px;
    height: 52px;
    width: 115px;
    min-height: 30px;
    margin-top: 25px;
    margin-left: 10px;
    background-color: #294836;
    color: #4CD964;
    font-size: 25px;
    border: none;
    font-family: 'Roboto Mono', monospace;
    border-radius: 8px;
    text-align: left;


}

.helpBilde {
    transition: 0.3s;
    transform: scale(1) position:absoulute;
    box-shadow: 0px 0px 100px 15px rgba(0, 0, 0, 0.25);
}





::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #acbfc1;
    border: 0px double #acbfc1;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #c7d4d6;
}

::-webkit-scrollbar-thumb:active {
    background: #cbd7d8;
}

::-webkit-scrollbar-track {
    background: #474747;
    border: 0px solid #ffffff;
    border-radius: 2px;
}

::-webkit-scrollbar-track:hover {
    background: #474747;
}

::-webkit-scrollbar-track:active {
    background: #474747;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/* INSTRUCTIONS */

.instruction {

    min-height: 100vh;
    height: auto;
    color: #4CD964;

}

.Qnapp {
    padding: 4px;
    height: 50px;
    width: 70%;
    min-height: 35px;
    margin: auto;
    color: #4CD964;
    font-size: 25px;
    border: none;
    font-family: 'Ubuntu', sans-serif;
    border-radius: 8px;
    background-color: #294836;
}

.RFKnapp {
    padding: 4px;
    height: 35px;
    width: 70%;
    font-size: 18px;
    background-color: #292C45;
    margin-top: 3px;
}

#instructions {

    width: 100%;
    height: auto%;



    margin-left: auto;
    margin-right: auto;

    margin-top: 0px;
    top: 0px;
    border-top: 0px;

    background-color: rgba(255, 255, 255, 0.1);

    color: #4CD964;
    display: inline-block;

    /*border: 1px solid #111;*/
}

button {
    background-color: transparent;
    color: #4CD964;
    border: solid 1px;
    border-radius: 8px;

}

button:hover {
    cursor: pointer;
    opacity: 0.8;
}

#instructions .logocontainer {
    text-align: center;
    background-size: cover;
    background-position: center;

}

p {
    font-size: 21px;
}

#instructions .logo {
    height: 250px;
    width: auto;

    padding: 25px 0 25px 0;
}

#instructions .logo.wide {
    height: auto;
    width: 35%;
}

#instructions .logo.ultrawide {
    width: 80%;
    height: auto;
}

#instructions .instructionscontainer {
    width: 60%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;

    text-align: center;

}

.instructionscontainer iframe {
    margin-left: auto;
    margin-right: auto;
}

.instructionscontainer h3 {
    font-size: 2em;
    margin: 0;
}

.instructionscontainer ol {
    padding: 0;

    padding-left: 1.1em;
}

#instructions .screenshotscontainer {
    height: 250px;
    width: 100%;

    font-size: 0;

    padding-top: 10px;
}

.screenshotscontainer .screenshot {
    height: 100%;
    width: 25%;

    display: inline-block;

    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .panel {
        height: 40vh;
        width: 100%;
    }

    #instructions {
        width: 100%;
    }

    #instructions .logo {
        width: 80%;
        height: auto;
    }

    #instructions .instructionscontainer {
        width: 96%;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}



@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
