/*  Developer: Francesco Zito
    Email:  dev.zitofrancesco@outlook.com
*/

#header {
    background: white;
    color: black;
    border-bottom: gainsboro 1.5px solid;
}

#header.header-scrolled {
    background: white;
    color: black;
    border-bottom: gainsboro 1.5px solid;
}

#mobile-nav-toggle i {
    color: black !important;
}

.mobile-nav-toggle-scrolled i {
    color: black !important;
}

#main {
    margin-top: 100px;
}

#htmltext h3 {
    color: inherit;
    text-transform: lowercase;
    text-align: left;
    font-weight: bold;
    position: relative;
}

#htmltext h2 {
    color: inherit;
    font-weight: bold;
    font-size: 22px;
}

#htmltext p br {
    content: "";
    display: block;
    margin: 1rem 0;
}

#htmltext ul>li>p {
    margin: 0px;
}

#htmltext p {
    color: inherit;
}

#htmltext h1 {
    color: inherit;
    text-align: left;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    #htmltext {
        padding-top: 70px;
    }
    #htmltext h1 {
        font-size: 35px;
    }
    #htmltext p {
        text-align: justify;
    }
}

@media screen and (min-width: 600px) and (max-width: 990px) {
    #htmltext {
        padding-top: 70px;
    }
    #htmltext h1 {
        font-size: 40px;
    }
    #htmltext p {
        text-align: justify;
    }
}

@media screen and (min-width: 990px) {
    #htmltext {
        padding-top: 140px;
    }
    #htmltext p {
        text-align: left;
    }
    #htmltext h1 {
        font-size: 70px;
    }
}


#login{
    height: 100vh;
    padding-top: 100px;
}
#login .container{
    height: 100%;
}

#login iframe {
    border: 0px;
    background: transparent;
    width: 100%;
    height: 100%;
}