h1, h2, h3, h4, h5, h6 {
    font-family: "Michroma", sans-serif;
    padding: 0px 10px;
    color: #6a26e9;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p, li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    text-align: justify;
    padding-left: 15px;
}

.calcpage {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('images/house02c.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.calchelp {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #6a26e9;
    border-radius: 10px;
    padding: 0px 20px;
    margin: 20px 0px;
    background-color: rgba(106, 38, 233, 0.2);
}

.calchelp p, .calchelp li {
    font-size: 15px;
    line-height: 1.1;
}

.center {
    text-align: center;
    font-size: inherit;
    color: inherit;
}

.clear {
    clear: left;
    width: 0px;
    height: 0px;
}

.code td {
    font-family: "Courier New", Courier, monospace;
    padding-left: 15px;
}

.code {
    font-family: "Courier New", Courier, monospace;
}

.foot p, .foot li {
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    padding: 0px 15px;
}

.formlabel input[type="number"], .formlabel input[type="text"] {
    width: 125px;
    border: 1px solid #6a26e9;
    border-radius: 5px;
}

.formlabel input[type="submit"] {
    width: 130px;
    border: 1px solid #6a26e9;
    border-radius: 5px;
}

.formlabel table {
    padding: 10px;
    border: 1px solid #6a26e9;
    border-radius: 10px;
    margin: 20px 0px;
    background-color: rgba(106, 38, 233, 0.3);
}

.formlabel td {
    text-align: right;
    padding-left: 10px;
}

.glass {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    padding: 20px;
    margin: 50px 0px;
    backdrop-filter: blur(3px);
    width: 80%;
    max-width: 1300px;
    margin: 25px auto;
    z-index: 20;
}

.homepage {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('images/house08c.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.pages {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('images/house01.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.title {
    background: white;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding-bottom: 10px;
    position: sticky;
    border: 1px solid #6a26e9;
    border-radius: 10px;
    top: -80px;
    z-index: 10;
}

.title a {
    font-family: "Arial", sans-serif;
    padding: 0px 10px;
    border-radius: 5px;;
    float: left;
    color: #6a26e9;
    text-decoration: none;
}

.title a:hover {
    color: yellow;
    background-color: #6a26e9;
}

.title h1 {
    color: #6a26e9;
    display: inline;
}

.title h2 {
    color: #6a26e9;
    font-size: 20px;
    display: inline;
}

@media screen and (max-width: 700px) {
    .title a {
        padding: 0px 10px;
    }

    .title h2 {
        font-size: 13px;
        padding: 0px 5px;
        margin: 5px 0px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }
}

.title img {
    float: left;
    padding: 5px 10px;
}

