@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Schoolbell&display=swap');

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-image: url(/images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    font-family: Handlee;
    font-size: 125%;
    color: lightgoldenrodyellow !important;
    background-color: #030;
}

footer {
    text-shadow: 1px 1px 5px black,1px 1px 5px black,1px 1px 5px black,1px 1px 5px black, 1px 1px 5px black;
}

div.mybox {
    padding: 1em;
    width: 90%;
    max-width: 1024px;
    margin: auto;
    text-shadow: 1px 1px 5px black, 1px 1px 5px black;
    background-color: #00110066;
    border-radius: 0.5em;
    margin-top: 0.5em;
    /*box-shadow:  1px 1px 5px lightgoldenrodyellow;*/
    box-shadow: lightgoldenrodyellow 2px 2px 8px;
}

x {
    text-shadow: 1px 1px 5px black,1px 1px 5px black,1px 1px 5px black,1px 1px 5px black, 1px 1px 5px black;
    font-weight: bold;
    font-size: 110%;
    /*font-style: italic;*/
}

a {
    color: white;
}

    a:hover {
        color: yellow;
    }


.top-line {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #030;
    ;
    opacity: 0.8;
}

.top-frost, .top-nav {
    position: absolute;
    top: 0;
}

.top-nav {
    height: 100%;
    background-color: white;
}

.top-item {
    display: inline-block;
    background-color: #030;
    border: 1px solid lightgoldenrodyellow;
    border-radius: 7px;
    padding: 0 9px 0 9px;
    text-shadow: none;

}

.top-item-right {
    float: right;
    margin: 0.25em;

}

    .top-item a, .top-item a:visited {
        color: lightgoldenrodyellow !important;
        text-decoration: none;
    }


    .top-item:hover {
        color: #030;
        background-color: lightgoldenrodyellow;
        border: 1px solid #030;
    }

        .top-item:hover a, .top-item:hover a:visited {
            color: #030 !important;
            text-decoration: none;
        }


/*div.for-items, main {
    background-color: #00220099;*/ /*rgba(255,255,255,0.5);*/
    /*padding: 1em;
    border-radius: 0.5em;
}*/

    div.for-items p {
        display: inline-block;
        margin: 0;
        padding: 0;
        border: 1px solid lightgoldenrodyellow;
        border-radius: 7px;
        padding: 2px 9px 0 9px;
        margin: 0 9px 9px 0;
        box-shadow: 1px 1px 5px black,1px 1px 5px black; /*,1px 1px 5px black,1px 1px 5px black, 1px 1px 5px black;*/
        background-color: #030;
        vertical-align: middle;
    }


    div.logo {
        vertical-align: middle;
        display: inline-block;
        font-size: 150%;
    }
    
    span.llc {
        font-size: 50%;   
        margin-right: 1em;
    }

    div.menu {
        padding: 0.2em;
        padding-left: 1em;
    }



/* Form Stuff */


fieldset {
    border: solid silver 1px;
    border-radius: 0.5em;
    padding: 1em;
    padding-top: 0;
    padding-bottom: 8px;
    margin-bottom: 20px; /*1.6em;*/
    margin-top: 4px;
}


legend {
    width: auto;
    padding-right: 0.5em;
    padding-left: 0.15em;
    display: inline-block;
    margin-top: -0.85em;
    background-color: white;
}

.control-label {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 4px;
}

.form-control {
    display: inline-block;
    width: calc(100% - 150px - 16px);
}

.form-group .text-danger {
    display: block;
    margin-left: 166px;
}

.form-group.form-check {
    margin-left: 166px;
}

.form-group {
    margin-bottom: 4px;
}


input[type=checkbox][disabled] {
    background-color: #e9ecef;
}


@media (max-width:767px) {

    .form-group {
        margin-bottom: 0;
    }



    .control-label {
        display: block;
        width: 100%;
        text-align: left;
    }

    .form-control {
        display: block;
        width: 100%;
    }

    .form-group .text-danger {
        display: block;
        margin: 0;
    }

    .form-group.form-check {
        margin: 0;
    }
}


div.checkboxes {
    margin-top: 8px;
}


span.text-danger {
    color: yellow !important;
}

input, textarea {
    background-color: #002200cc !important;
    color: lightgoldenrodyellow !important;
    xx-font-size: 110% !important;
}



div.menu-narrow {display: none;}
div.menu-wide {display: inline-block;}

@media (max-width:795px) {
    div.menu-narrow {
        display: block;
        margin-bottom: 8px;
    }

    div.menu-wide {
        display: none;
    }

    span.llc {
        display: none;
    }

}



