/*body {
    background-color: #000033; 
    background-image: url("https://reconsys.cz/wp-content/uploads/2018/10/technology-energy-solar-panel-solar-power-solar-energy-211577-pxhere-2.jpg"); 
    background-position: center top; 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    color: #E8EEF2;
}



.menu .Nav-link:nth-child(n+2):before{
    background-color: rgba(255, 255, 255, 0.3);     
}

.Divider {
    background-color: rgba(255,255,255,.3);
}

.link {
    border: solid 1px rgba(255,255,255,.3);
}

.link:hover {
    color: #95C6E5;
    background-color: rgba(149,198,229,.22);
}

.menubar {
    background-color: rgba(149,198,229,.1);
}
*/