@CHARSET "UTF-8";
.jtpl-section-main__inner {
    padding: 0;
}

.jtpl-content {
    background-color: transparent;
}

.jtpl-navigation-label {
    position: fixed;
    top: 1%;
    left: 1%;
    background-color: transparent;
}

.jtpl-section-main {
    top: 0;
    left: 0;
    z-index: 100;
}

.jtpl-navigation-borders,
.jtpl-navigation-borders:before,
.jtpl-navigation-borders:after {
    border-color: #000 !important;
}

.jtpl-navigation {
    z-Index: 200;
}

#y_infobox {
    background-color: #FFF;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    text-align: center;
}

#y_contact {
    right: 20px;
    top: 20px;
}

#y_coding {
    right: 20px;
    bottom: 20px;
    text-align: left;
}

.comment {
    display: none;
}

#y_comments {
    background: rgba(102, 102, 102, .8);
    border: 1px solid #FFF;
    height: 10px;
    width: 10px;
    position: absolute;
    z-index: 300;
    right: 20px;
    bottom: 20px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

#y_comments:hover {
    height: auto;
    width: auto;
    background: rgba(102, 102, 102, .20);
    border: 1px solid #555;
    border-radius: 5px;
    cursor: help;
}

.comment:hover,
#y_comments:hover .comment {
    display: block;
    margin-top: 5px;
    background: rgba(102, 102, 102, .80);
    color: white;
    float: right;
    clear: both;
    position: relative;
    padding: 5px 10px;
    font: 400 15px 'Open Sans', sans-serif;
    border-radius: 22px 22px 2px 22px;
    cursor: not-allowed;
}

#y_contact,
#y_coding {
    z-index: 100;
    color: #FFF;
    position: absolute;
    font-size: 222%;
    /*text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
    background-color:rgba(102,102,102,.5); */
    background-color: transparent;
    padding: 1vw;
    border-radius: 5px;
    /*-o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;*/
}