body {
    padding: 10px;
    margin: 10px;
    background: #ffffff;
}
.navbar-toggler{
 background-color: rgb(10, 10, 43);   
 box-shadow: 0px 8px 16px 0px rgb(7, 7, 99);
}
.nav-link,
.navbar-brand {
    box-shadow: 0px 8px 16px 0px rgb(7, 7, 99);
    font-weight: 700;
    color: rgb(10, 10, 43);
    cursor: pointer;
}

.logo {
    padding-top: 0px;
    width: auto;
    height: auto;
}

.nav-link {
    margin-right: 1em !important;
}

.nav-link:hover {
    color: rgb(7, 7, 99);
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px rgb(7, 7, 99);
    background: rgba(170, 168, 16, 0.938);
}

.navbar-collapse {
    justify-content: flex-end;
}

/* Dropdown Button */
.dropbtn {
    background-color: #ffffff;
    color: rgb(7, 7, 99);
    box-shadow: 0px 8px 16px 0px rgb(7, 7, 99);
    font-weight: 700;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fffefe;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgb(7, 7, 99);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: rgb(7, 7, 99);
    padding: 8px 8px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color:rgba(170, 168, 16, 0.938);
    text-decoration: underline;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: rgba(170, 168, 16, 0.938);
    border-radius: 50%;
}
.page-footer {
    margin :0 0 0 0 0;
    background: #3a3f3d;
    color: #ccc;
    padding: 20px 0 30px 0;
}

.fa_custom {
    color: #ffffff ;
    }
    #li {
        display: inline-block;
        margin: 0 10px;
        text-align:center;
      }
      hr { display: block;  overflow: hidden; border-style: inset; border-width: 3px;
        width: 200px;margin-left: auto;margin-right: auto;height: 2px;background-color:#ffffff; opacity: 0.5;}
  .striped-border { border: 2px dashed rgb(10, 10, 43); width: 60%; margin: auto; margin-top: 2%; margin-bottom: 2%; }
  