@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
@import url("style-d6e28b8cd832d5a47d09ca73d207acf4.css");

body {
    background: #FFF url("images/bodyback-39da1298998c00dce392ae5283b24f11.png") repeat scroll left top;
    /* 
    background-color: rgb(0, 191, 255);
    */
}

labels.required:before {
    content: "* ";
    color: red;
}

.nav-link {
    color: rgb(255, 255, 255);
}

.nav-link:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.apenav {
    margin-bottom: 10px;
    background-color: rgb(85, 145, 0);
}

.usehorizontally {
    display: none;
}

@media (min-width : 320px) and (max-width : 767px) {
    .usehorizontally {
        background-color: rgb(0, 0, 0);
        color: rgb(126, 16, 12);
        display: block;
        font-size: 1.5em;
    }
}