body{
    background-color: #C4151C;
}

#title{
    text-align: center;
    margin-top: 70px;
}

h1,h5{
    font-family: 'Lato', sans-serif;
    color: white;
    text-align: center;
}

#logotxt{
    width: 50%;
    height: 95%;
}

.centerText{
    text-align: center;
}

#gledajbutton{
    width: 100%;
    font-family: 'Lato', sans-serif;
}

#watchButton{
    width: 100%;
    font-family: 'Lato', sans-serif;
}

.row{
    margin-top: 10px;
}

.button{
    font-family: 'Lato', sans-serif;
    color: white;
    cursor: pointer;
    border: solid rgba(255, 255, 255, 0.78);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 10vh;
    padding: 5px 50px;
}

.paybutton{
    width: 100%;
}

.pg2row{
    margin-top: 20px;
}

#secretinput{

}

#vstopnakoda{
    text-transform: uppercase;
}

#vstopnakoda::placeholder{
    text-transform: none;
}

*:focus {
    outline: none;
}

.pg2firstrow{
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .pg3firstrow{
        margin-top: 20px;
        margin-bottom: 100px;
    }
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}