.egn-logo { width: 86px; height: auto; }
body {
    color:#000000;
    /* background-color:#0072C6; */
    margin:0; 
}
section.navigation {
    background-color: #ffffff;
}
section.footer { 
    background-color: #ffffff; 
    margin-top: 60px;
    padding-bottom: 4vh;
}
section.container {
    margin-top: 30px;
}
.navbar {
    background-color: #ffffff !important; 
    margin: 0;
    padding: 0;
}
.title {
    text-transform: uppercase;
}
.mabo50 { margin-bottom: 40px; }
.mato60 { margin-top: 60px; }
.navbar-collapse ul li a {
    background-color: #ffffff;
    color: #373738 !important;
    padding: 25px 20px !important;
}

.navbar-brand { font-size: 230%; line-height: 20px; }
.navbar-brand-sub { font-size: 30%; }
.navbar-icon { font-size: 150%; color: white; }

.navbar-nav .nav-link {
    position: relative;
}

object {
    pointer-events: none;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #1f64e8;
    width: 0%;
    height: 4px;
    transition: all 0.5s;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.card {
    border-radius: 0 !important;
    width: 17rem;
}