@font-face {
    font-family: oha;
    src: url(../fonts/RobotoSlab-Regular.ttf);
}
.none {
    display: none;
}
.space {
    height: 50px;
}
h1, h2, h3, h4, h5, label, p, a, span {
    font-family: 'oha';
}
img {
	max-width: 100%;
}
body {
    background-image: url(../immagini/full-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
header {
    width: 100%;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
}
header img {
    width: 100%;
}
header .second-row {
    text-align: right;
}
header a {
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 18px;
    background-color: black;
    padding: 10px 25px;
    margin-top: 10px;
    line-height: 85px;
}
header a:hover {
    text-decoration: none;
    color: black;
    background-color: #ffcb00;
}
.title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.title h2 {
    color: black;
}
.title h2:nth-of-type(2n) {
    font-weight: bold;
    font-size: 50px;
}
.title p {
    font-size: 20px;
}
#main label {
    color: black;
    font-weight: bold;
}
#main .form-control {
    padding: 25px!important;
    border-radius: 15px!important;
}
#main h2 {
    color: black;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
#main .select-event {
    font-size: 25px;
    margin-bottom: 10px;
}
#main .ente {
    margin-bottom: 100px;
}
#main .privacy {
    float: left;
    margin-bottom: 50px;
}
.event-box {
    background-color: #3faad8;
    text-align: center;
    height: 350px;
    width: 30%!important;
    margin: 0 15px!important;
}
@media screen and (max-width: 991px) {
    .event-box {
        width: 100%!important;
        margin: 15px 0!important;
    }
}
.event-box label {
    color: #ffcb00!important;
    margin: 25px 0;
    font-size: 25px;
    text-align: center;
}
.event-box img {
    margin: 25px 0;
}
.event-box input {
    display: none;
}
.confirm {
    background-color: #FFCC00;
    padding: 15px 25px;
    color: black;
    font-weight: bold;
    font-style: italic;
    font-size: 25px;
    margin: 25px 0;
    display: none;
}
.click {
    color: white;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin: 25px 0;
}
.privacy {
    margin-top: 50px;
}
#main .privacy a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}
#main .sub {
    background-color: black; 
    border: 0;
    color: #ffcb00;
    width: 100%;
    font-weight: bold;
    padding: 25px 0;
    font-size: 20px;
}
.izs-button {
    margin-top: 15px;
}
.izs-button a {
    color: black;
    font-size: 17px;
    font-weight: bold;
}

/*-- Process --*/
.fake-loading {
    width: 100%;
    height: 100vh;
    text-align: center;
}
.fake-loading img {
    width: 250px;
    margin-top: 100px;
}
.fake-loading {
    font-weight: bold;
    color: black;
    font-size: 20px;
}
.overflow-not {
    overflow: hidden;
}

/*-- Login --*/
.login-container {
    width: 80%;
    margin: 0 auto;
}
.login-container label {
    font-weight: bold;
    color: black;
    font-size: 17px;
}
.login-container input {
    padding: 25px!important;
}
.login-failed p {
    color: black;
    font-weight: bold;
    font-size: 17px;
}
.logout-a a {
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 18px;
    background-color: black;
    padding: 15px 40px;
    margin-top: 10px;
    width: fit-content;
}
.submit-login {
    background-color: black;
    border: 0;
    padding: 15px 25px;
    color: #ffcb00;
    font-weight: bold;
    width: 100%;
}
.mostra-nascondi {
    text-align: center;
}
.psw-button {
    margin: 25px auto;
    background-color: black;
    color: #ffcb00;
    padding: 15px 25px;
    border: 0;
    border-radius: 15px;
}
/*-- Admin --*/
.admin-page h3 {
    color: black;
    font-weight: bold;
    text-align: center;
}
.admin-page a {
    text-decoration: none;
}
.admin-page .select-box {
    background-color: black;
    width: 60%;
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
}
.admin-page .select-box .box-container {
    padding: 25px 0;
}
.main-table table tr:nth-child(even) {
    background-color: white;
}
.main-table table tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.select-box h3 {
    color: white;
    font-weight: bold;
    padding: 10px 0;
    font-size: 20px;
}
.select-box h3 span {
    color: #ffcb00;
}
.full-list {
    margin: 50px auto;
    width: 100%;
    text-align: center;
}
.full-list p {
    color: black;
    font-weight: bold;
}
.full-list p:hover {
    text-decoration: underline;
}
.alter-mobile {
    font-size: 15px;
    color: black;
    display: none;
    text-align: center;
    margin-top: 25px;
}


/*-- Edit sub --*/
.old-event {
    text-align: center;
    margin: 25px 0;
}
.old-event span {
    font-weight: bold;
    font-size: 20px;
}
.to-hidden {
    display: none!important;
}

.select-list {
    font-weight: bold;
    color: black;
    text-decoration: underline;
}
.izs {
    color: black;
    font-weight: bold;
    margin: 25px 0;
}

@media screen and (max-width: 768px) {
    header .first-row {
        text-align: center;
    }
    header img {
        margin-bottom: 25px;
    }
    header .second-row {
        text-align: center;

    }
    .desk {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    .eventi div {
        width: 100%;
        margin-bottom: 25px;
    }
    .admin-page .select-box {
        width: 90%;
        padding: 15px 10px;
    }
    .admin-page .select-box h3 {
        font-size: 14px;
    }
     .admin-page .select-box h4 {
        font-size: 14px;
    }
    .login-container {
        width: 90%;
    }
    .title h2:nth-of-type(2n) {
        font-weight: bold;
        font-size: 35px;
    }
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    select:focus,
    textarea {
        font-size: 16px;
    }
    .overflow-table {
        overflow-x: auto;
    }
    table {
        width: 100%;
    }
    .alter-mobile {
        display: block;
    }
}

/*-- Denied --*/
.ref-denied {
    text-align: center;
    margin-top: 100px;
}
.ref-denied img {
    width: 200px;
}
.ref-denied p {
    margin-top: 25px;
    font-weight: bold;
}

/*-- Preload --*/
.preload {
    width: 100%;
    height: 100vh;
    background-color: #ffcb00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preload img {
    width: 250px;
}
.preload p {
    font-weight: bold;
    text-align: center;
}