* {
    margin: 0;
    padding: 0;
    font-family: calibri !important;
}

html {
  min-height: 100%;
}


body {
/*    background-image: url(mentabar.jpg);*/
    height: 100%;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position-y: -300px;


}

.menta-col {
    height: 100vh;
}


/*
        .content {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100vw;
            height: 100vh;
        }
*/


.ment-sounds p {
    font-size: 17px;
    font-weight: 900;
}


.ment-sounds p.play {
    position: relative;
    padding-left: 55px;
    text-align: left;
}



.ment-sounds {
    max-width: 325px;
    position: relative;
    top: 50%;
    margin-top: -360px;
    margin-left: 115px;
}

.ment-sounds div {
    margin: 40px 0;
}

.ment-playlist {
    top: 50%;
    position: relative;
    margin-top: -300px;
    left: 50%;
    margin-left: -233px;

}

.logomob {
    display: none;
}

.btnmodal {
    background-color: #000;
    border: none;
    color: #fff;
    font-weight: 900;
    position: relative;
    padding: 2px 10px;
    left: 70%;
    top: 50px;
}

.sanna {

    background-color: #000;
    color: #fff;
    width: 197px;
    font-size: 20px;
    padding: 2px 10px;
}
.social-icons {
display: table;
}

.social-icons a {
    margin: 0 10px;
    text-align: center;
}

.message {
    color: #fff;
    background: #000;
    padding: 2px 10px;
    max-width: 430px;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 900;
    width: 143px;
}

.boxlist {
    width: 100%;
    max-width: 430px;
}

.boxlist iframe {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    max-width: 100%;

    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}


.chatpsou {
    background-color: #000;
    color: #fff;
    width: 300px;
    font-size: 20px;
    padding: 2px 10px;
    font-weight: 900;
    top: 50%;
    position: relative;
    margin-top: 0px;
}

.topmsg{
background-color: #000;
    color: #fff;
    width: 300px;
    font-size: 20px;
    padding: 2px 10px;
    font-weight: 900;
    top: 31%;
    position: relative;
    margin-top: 0px;}


p.credits{
    font-weight:100;
    font-size:15px;
}

 p.creditsmob{
        display:none;
    }


form {
    padding: 15px 25px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

form label {
    font-size: 1.5rem;
    font-weight: bold;
}

input {
    font-family: "Calibri";
}

a {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#wrapper,
#loginform {
    margin: 0 auto;
    padding-bottom: 25px;
    background-color: rgba(1, 1, 1, 0.6);
    width: 600px;
    max-width: 100%;
    border: 2px solid #212121;
    border-radius: 4px;
}

#loginform {
    padding-top: 18px;
    text-align: center;
    top: 50%;
    position: relative;
    margin-top: 15px;

}

#loginform p {
    padding: 15px 25px;
    font-size: 1.4rem;
    font-weight: bold;
}

#chatbox {
    text-align: left;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 10px;
    background-color: rgba(1, 1, 1, 0.6);
    height: 300px;

    border: 1px solid #a7a7a7;
    overflow: auto;
    border-radius: 4px;
    border-bottom: 4px solid #a7a7a7;
    color: #fff;
}

#usermsg {
    flex: 1;
    border-radius: 4px;
    border: 1px solid #000;
}

#name {
    border-radius: 4px;
    border: 1px solid #000;
    padding: 2px 8px;
}

#submitmsg,
#enter {
    background: #000;
    border: 2px solid #000;
    color: white;
    padding: 4px 10px;
    font-weight: bold;
    border-radius: 4px;
}

.error {
    color: #ff0000;
}

#menu {
    padding: 15px 25px;
    display: flex;
}

#menu p.welcome {
    flex: 1;
    text-align: left;
    color: #fff;
    font-size: 20px;
}

a#exit {
    color: white;
    background: #000;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
}

.msgln {
    margin: 0 0 5px 0;
}

.msgln span.left-info {
    color: orangered;
}

.msgln span.chat-time {
    color: #666;
    font-size: 60%;
    vertical-align: super;
}

.msgln b.user-name,
.msgln b.user-name-left {
    font-weight: bold;
    background: #546e7a;
    color: white;
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 4px;
    margin: 0 5px 0 0;
}

.msgln b.user-name-left {
    background: orangered;
}




#wrapper {
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    /*            width: 995px;*/

    top: 50%;
    position: relative;
    margin-top: -175px;
}
}

#player {
    /*            background-color: #084B8A;*/
    width: 400px;
    /*            margin-left: 300px;*/
    padding: 5px;
    box-sizing: border-box;
}

input[type="image"] {
    float: left;
    height: 20px;
    margin-left: 2px;
    margin-right: 5px;
    margin-top: -7px;
}

/*
        #vol_img {
            margin-left: 0px;
            width: 20px;
        }
*/


input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 300px;
    height: 5px;
    padding: 0;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    background: #000;
}


/*Chrome thumb*/

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 50%;
    /*16x16px adjusted to be same as 14x14px on moz*/
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #000;
    border: 1px solid #000;
}


/*Mozilla thumb*/

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-border-radius: 50%;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #e7e7e7;
    border: 1px solid #000;
}


/*IE & Edge input*/

input[type=range]::-ms-track {
    width: 300px;
    height: 6px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 2px 0;
    /*remove default tick marks*/
    color: transparent;
}


/*IE & Edge thumb*/

input[type=range]::-ms-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #000;
    border: 1px solid #000;
}


/*IE & Edge left side*/

input[type=range]::-ms-fill-lower {
    background: #000;
    border-radius: 2px;
}


/*IE & Edge right side*/

input[type=range]::-ms-fill-upper {
    background: #000;
    border-radius: 2px;
}


/*IE disable tooltip*/

input[type=range]::-ms-tooltip {
    display: none;
}

input[type="text"] {
    border: none;
}








/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 15%;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    font-size: 20px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.psou {
    top: 31% !important;
}





@media (max-width: 768px) {
    
    .menta-col{
        height: auto;    
    }
    
    .boxlist iframe {
        width: 100% !important;
    }


    .ment-sounds {
        max-width: 100%;
        position: relative;
        top: 0;
        margin-top: auto;
        margin-left: auto;
        margin: 0 auto !important;
    }

    .ment-playlist {
        top: 0;
        position: relative;
        margin-top: 0;
        left: auto;
        margin-left: auto;
    }

    .sanna {
        width: 100%;
    }

    input[type="image"] {
        float: inherit;
    }

    input[type=range] {
        display: initial !important;
    }


    .boxlist {
        width: 100%;
        max-width: 100%;
    }


    

    .firstcol {
        padding: 20px 15px;
        text-align: center;

    }

    .btnmodal {


        padding: 2px 10px;
        left: auto;
        top: auto;

    }

    .logomob {
        width: 100%;
        max-width: 175px;
        display: block;
        position: relative;
        margin: 30px auto;

    }

    .logodesk {
        display: none;
    }

    .message {
        text-align: center;
        width: 100%;
        margin-top: 0px;
        max-width: 100%;
    }

    .chatpsou {
        width: 100%;
        top: 0;
        margin-top: 0px;
        margin: auto;
    }
    
    #loginform {
        top: 0;
        width: 100%;
    }
    
    .lastcol{
        margin: 30px 0;
    }



#wrapper {
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    /* width: 995px; */
    top: 0;
    position: relative;
    margin-top: 10px;
}
    
    p.credits{
        display: none;
    }
    
    p.creditsmob{
        display:block;
        text-align: center;
    }
    
    .modal-content{
        width: 80%;
    }
    
    .topmsg{
        width: 100%;
    }
    
    
    .ment-sounds p.play {
    position: relative;
    padding-left: 27%;
    text-align: left;
}
    
    .ment-sounds div{
        margin: 15px 0 0;
    }
    
    #myplayer > div {
        margin-top: 50px;
    }

}


@media (max-width: 322px) {
    .ment-sounds p.play{
    padding-left:0;
        text-align: center;
    }
    
    
}