﻿* {
    margin: 0;
    font-family: system-ui;
}


/* INDEX MENU NO PHP - RISCRITTO CSS SOLO PER INDEX */

* {
    padding: 0;
    margin: 0px;
}

.login-boxY {
    /* position: relative; */
    /* width: 2000px; */
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    box-shadow: 0px, 0px, 3px rgba(0, 0, 0);
    backdrop-filter: blur(3px);
    color: #fff;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 124%, transparent 100%);
    -webkit-mask-image: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 124%, transparent 100%);
}

.heroY {
    background-image: url('../images/bgint/bggrey.jpg');
    /*background-image: url('../images/ImgEsterne/bg1advl.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*margin-bottom: 100px;*/
}

.marginY {
    margin-bottom: 50px;
}

.navY {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 1%;
}

.logoY {
    color: aliceblue;
    font-size: 28px;
}

.spanY {
    color: #c79b14;
}

nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
}

    nav ul li a {
        color: white;
        text-decoration: none;
        font-weight: bold;
    }

        nav ul li a:hover {
            color: brown;
            transition: .3s;
        }

button {
    border: none;
    background: #553e41;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    transition: .4s;
}

    button:hover {
        /*transform: scale(1.3);*/
        cursor: pointer;
    }


/* INDEX MENU NO PHP - RISCRITTO CSS SOLO PER INDEX */

.coll {
    color: bisque;
    background-color: rgba(0, 0, 0, 0.349);
}

.hidden-A {
    /* visibility: hidden; */
    display: none;
    
}

.ref {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(158, 0, 0, 0.6);
    border-radius: 3px;
    padding: 5px 8px;
    position: absolute;
    font-size: 16px;
    bottom: 10px;
    right: 10px;
    color: rgb(196, 0, 0);
    font-weight: 300;
    /*font-family: sans-serif;*/
    font-family: system-ui;
    text-decoration: none;
}

    .ref::first-letter {
        font-size: 12px;
    }


/* CSS scritta e icona pagina delle CLASSI */

.pokem {
    position: relative;
    text-align: center;
    color: bisque;
    font-family: system-ui;
    /*font-family: fantasyMachine;*/
    font-size: 100px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

form,
.regUno {
    /*display: flex;*/
    /*flex-direction: column;*/
    width: 300px;
    padding: 50px;
}

label {
    margin-bottom: 5px;
    margin-top: 10px;
}

form,
.regDue {
    /*display: flex;*/
    /*flex-direction: column;*/
    width: 300px;
    padding: 50px;
}

input [type=text] {
    width: 100%;
    margin: 8px;
    display: inline-block;
    border: 1px;
    box-shadow: inset 0 1px 3px bisque;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

input[type=submit],
.regnoTre {
    width: 100%;
    background-color: #c79b14;
    color: bisque;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.ambTesto {
    text-align: center;
    color: bisque;
}


/* FOOTER */

.exfootY {
    margin-top: 50px;
}

.footerY #buttonYY {
    width: 100px;
    height: 100px;
    border: #c79b14 5px solid;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    /*margin-left: 50%;*/
}

    .footerY #buttonYY:hover {
        width: 100px;
        height: 100px;
        border: #c79b14 12px solid;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        position: relative;
    }

.footerY {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 5em;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 999;
}

    .footerY:hover {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        height: 20em;
    }

    .footerY #containerY {
        margin-top: 5px;
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        /*background: #332525;*/
        background-image: url('../images/images/main/fiamme2.png');
    }

    .footerY #contY {
        position: relative;
        top: -45px;
        right: 190px;
        width: 150px;
        height: auto;
        margin: 0 auto;
    }

.footer_centerY {
    width: 500px;
    float: left;
    text-align: center;
}

.footerY h3 {
    font-family: 'Helvetica';
    font-size: 30px;
    font-weight: 100;
    margin-top: 30%;
    margin-left: 40px;
}


/* FOOTER */
