@import url('https://fonts.googleapis.com/css2?family=Graduate&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Graduate&family=Montserrat:ital,wght@0,300;0,600;1,200&display=swap');

* {
    /* margin: 0px;
    padding: 0px; */
    box-sizing: border-box;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat', sans-serif;

}

::selection {  /* Set colors for content selection */
    color: #f3ba4f;
    background: none;
}

body { /* CHILDS: #header-banner-div, #main-div, #footer-div*/
margin: 0px;
padding: 0px;
display: flex;
flex-direction: column;
width: 100%;
/* min-height: 100px; */
height: 100%;
}

    body.grad1 {
        background: -webkit-linear-gradient(to left, #d68c03, #e7d31b);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #d68c03, #e7d31b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .section01 {
        padding-top: 50px;
        padding-left: 50px;
        padding-left: clamp(0.0rem, 3.2552vw, 3.125rem);
        width: 580px;
        width: clamp(12.5rem, 37.7604vw, 36.25rem);
        height: fit-content;
    }

        .spinning {
            width: auto;
            height: 573px;
            height: clamp(25.0rem, 37.3047vw, 35.8125rem);
        }

    .section02 {
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        height: 100%;
        position: relative;
        left: -150px;
        /* right: 10%; */
    }

    @media (max-width: 1000px) {
        
        .section02 {
            padding-top: 200px;
        }

    }

    .type01 {
        font-family: 'Graduate';
        font-size: 100px; 
        font-weight: bolder; 
        color: white;
        /* text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 0px -4px 10px rgba(255,255,255,0.3); */
        /* text-shadow: 5px 4px 11px rgb(0,0,0), 0 2px 5px rgb(0,0,0); */
        /* text-shadow: 5px 4px 11px #999986, 0 2px 5px #000000; */
        text-shadow: 5px 4px 11px #000000, 0 2px 5px #999986;
        text-align: left;
    }

    .type02 {
        display: flex;
        flex-wrap: wrap;
        font-family: 'Montserrat';
        font-size: 25px; 
        font-weight: bolder; 
        color: #999896;
        color: #c5c4c2;
        color: #717171;
        
        line-height: 40px;
        padding-left: 20px;
        text-align: left;
    }

    .type03 {
        font-family: 'Montserrat';
        font-size: 20px; 
        font-weight: bolder; 
        color: #2c2c2c;
        line-height: 40px;
    }


    #header-banner-div {
        /* display: flex; <-- inherited from body */
        flex-direction: row;
        width: 100%;
        min-height: 110.183px;
        align-items:unset;
        justify-items: space-between;
    }

        header {
            margin: 0px;
            padding: 10px 20px; /* top-bottom left-right */
        }

                header h1 {
                    font-size: 24px;
                    font-family: 'Montserrat', sans-serif;
                    color: #ffffff;
                }

                header h2 {
                    font-size: 14px;
                    font-family: 'Montserrat', sans-serif;
                    color: #000000;
                }

    #main-div { /* CHILDS: #sidebar-div, #bodyarea-div, #form-div */
        display: flex;
        flex-direction: row;
        width: 100%;
        min-height: 400px;
        /* justify-content: space-between; <-- apparently not necessary*/
    }

        #sidebar-div {
            /* display: flex; <-- inherited from main-div */
            /* flex-direction: row; <-- inherited from main-div */
            width: 230.4px;
            height: 400px;
            flex-shrink: 0;
            flex-direction: row;
            /* background-color: #ffffff; */
        }

            nav {
                /* background: #ffffff; */
                font-family: 'Montserrat', sans-serif;
                font-size: 16px;
                float: left;
                padding: 50px 30px 50px 0px; /* top right bottom left */
            }

                    nav ul {
                        list-style: none;
                        line-height: 24px;
                        font-weight: bold;
                    }

                    nav ul li a {
                        color: #f4f9f8;
                        /* color: #969494; */
                        text-decoration: none;
                    }

                    nav ul li a:hover{
                        color: #696969;
                        text-decoration: underline;
                    }

        #bodyarea-div {
            display: flex;
            flex-direction: row;
            flex-basis: 85%;
            /*background-color: #a2d3b8; just for contrasting during dev */
            /* background-color: #ade0b5; */
            padding-bottom: 20px;
        }

            section.grade1 {
                /* background: #ade0b5; */
                /* padding-left: 100px;
                padding-right: 0px;
                padding-top: 0px; */
                padding-bottom: 20px;
                align-items: center;
                justify-content: center;
                width: auto;
                height: max-content;
                }

            section.grade2 {
                /* background: #ade0b5; */
                padding-left: 0px;
                padding-right: 0px;
                padding-top: 0px;
                padding-bottom: 0px;
                width: auto;
                height: max-content;
                }

                        section h2 {
                            font-family: 'Montserrat', sans-serif;
                            font-size: 18px;
                            color: #000000;
                            width: 100%;
                            padding-left: 100px;
                        }

                        section p {
                            font-family: 'Montserrat', sans-serif;
                            font-size: 16px;
                            color: #000000;
                            margin: 10px 50px;
                        }


                        #tittles {
                            display: flex;
                            flex-direction: column;
                            align-items: flex-end;
                            font-family: Georgia, 'Times New Roman', Times, serif;
                            font-weight: bold;

                        }
                            #tittle1 {
                                font-family: Georgia, 'Times New Roman', Times, serif;
                                font-size: 110px;
                                color: #6cbb64;
                            }
                            #tittle2 {
                                font-family: Georgia, 'Times New Roman', Times, serif;
                                font-size: 60px;
                                color: #1c3b2f;
                                font-style: oblique;
                            }
                            #tittle3 {
                                font-family: Georgia, 'Times New Roman', Times, serif;
                                font-size: 90px;
                                color: #225b2b;
                            }
                            #tittle4 {
                                font-family: Georgia, 'Times New Roman', Times, serif;
                                font-size: 20px;
                                color: #0c0c0c;
                                font-style: oblique;
                                text-align: right;
                            }

                        #figure1 {
                            width: 500px;
                            height: 300px;
                            border: none;

                        }

                        #figure2 {
                            display: flex;
                            width: 200px;
                            height: 240px;
                            border: none;
                            float: right;
                            margin: 7px;
                            justify-content: center;
                        }

                            figcaption {
                                border: 3px dotted #27ae60;
                                text-align: center;
                            }

        #form-div {
            display: flex;
            flex-direction: column;
            /* flex-basis: 65%; */
            /* background-color: #ade0b5; */
            /* padding-bottom: 20px; */
        }

            form.grade1 {
                /* background: #ade0b5; */
                /* padding-left: 0px;
                padding-top: 0px; */
                padding-bottom: 20px;
                width: auto;
                height: max-content;
            }

                .inp-group {
                    align-items: center;
                    justify-content: center;
                    /* align-self: center; */
                    /* padding-left: 50px;
                    padding-bottom: 15px; */
                }
                .inp-du {
                    max-width: 500px;
                    background: #ffffff;
                    border: 2px solid rgb(65, 143, 23);
                    border-radius: 10px;
                    width: 600px;
                    padding: 10px 10px 0px 10px; /* top right bottom left */
                    box-shadow: 10px 10px 5px 5px rgba(13, 13, 13, 0.3);
                }

                .inp-dc {
                    text-align: center;
                    max-width: 500px;
                    background: #ffffff;
                    border: 2px solid rgb(65, 143, 23);
                    border-radius: 10px;
                    width: 600px;
                    padding: 10px 10px 0px 10px; /* top right bottom left */
                    box-shadow: 10px 10px 5px 5px rgba(13, 13, 13, 0.3);
                }

                .inp-dc-section {
                    /* max-width: 585px; */
                    background: #ffffff;
                    border: 2px solid rgb(65, 143, 23);
                    border-radius: 10px;
                    width: 700px;
                    height: auto;
                    padding: 10px 10px 0px 10px; /* top right bottom left */
                    box-shadow: 10px 10px 5px 5px rgba(13, 13, 13, 0.3);
                }
                    .inp-dc-section p {
                        margin: 30px 20px;
                        font-size: 16px;
                    }

                    .inp-dc-section ul {
                        /* list-style-type: circle; */
                        list-style-type: "⚙️";
                        text-indent: 20px;
                        margin-left: 50px;
                    }

                .inp-dc-comp {
                    max-width: 500px;
                    background: #ffffff;
                    border: 2px solid rgb(65, 143, 23);
                    border-radius: 10px;
                    width: 600px;
                    padding: 10px 10px 0px 10px; /* top right bottom left */
                    box-shadow: 10px 10px 5px 5px rgba(13, 13, 13, 0.3);
                }
                .inp-dc-du-comp {
                    max-width: 500px;
                    background: #ffffff;
                    border: 2px solid rgb(65, 143, 23);
                    border-radius: 10px;
                    width: 600px;
                    padding: 10px 10px 0px 10px; /* top right bottom left */
                    box-shadow: 10px 10px 5px 5px rgba(13, 13, 13, 0.3);
                }

                input {
                    padding: 5px 10px;
                    background: #dddddd;
                    border: none;
                    width: 50%;
                    font-size: 10px;
                }

                input:focus {
                    outline: 1px solid #efefef;
                }

                    .flex {
                        display: flex;
                        justify-content: space-around;
                        gap: 0.5rem;
                        margin-bottom: 10px;
                    }

                        .form-element-div {
                                display: grid;
                                padding-left: 20px;
                                padding-bottom: 10px;
                                grid-template-columns: 310px 100px;
                                gap: 2px;
                                background: #ffffff;
                            }
                                .checkbox-div {
                                    display: flex;
                                    padding-left: 20px;
                                    flex-direction: row;
                                    flex-basis: 85%;
                                    /* background-color: #a2d3b8; */
                                    /* width:max-content;
                                    background-color: #ffffff; */
                                    line-height: 26px;
                                    color: #001510;
                                }

                                /* .slideThree */
                                .slideThree {
                                    width: 65px;
                                    height: 20px;
                                    background: #333333;
                                    /* margin: 2px auto; */
                                    position: relative;
                                    border-radius: 40px;
                                    border: 2px solid #27ae60;
                                    /* box-shadow: inset 0px 1px 1px #00000080, 0px 1px 0px #ffffff33; */
                                }
                                .slideThree::after {
                                    content: 'OFF';
                                    color: #ed2d2d;
                                    position: absolute;
                                    right: 6px;
                                    z-index: 0;
                                    font-size: 10px;
                                    line-height: 15.7px;
                                    /* font: 12px Arial, sans-serif; */
                                    font-weight: bold;
                                    /* text-shadow: 1px 1px 0px #9c1d1d; */
                                }
                                .slideThree::before {
                                    content: 'ON';
                                    color: #27ae60;
                                    position: absolute;
                                    left: 9px;
                                    z-index: 0;
                                    font-size: 10px;
                                    line-height: 15.7px;
                                    /* font: 12px/26px Arial, sans-serif; */
                                    font-weight: bold;
                                }
                                .slideThree label {
                                    display: block;
                                    width: 28px;
                                    height: 16px;
                                    cursor: pointer;
                                    position: absolute;
                                    top: 0px;
                                    /* bottom: 0.7px; */
                                    left: 0px;
                                    z-index: 1;
                                    background: #fcfff4;
                                    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #8d918b 100%);
                                    border-radius: 48px;
                                    transition: all 0.4s ease;
                                    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
                                }
                                .slideThree input[type=checkbox] {
                                    visibility: hidden;
                                }
                                .slideThree input[type=checkbox]:checked + label {
                                    left: 33px;
                                }
                                /* end .slideThree */

                #btn-2 {
                    padding-top: 20px;
                    padding-bottom: 10px;
                }

    