.navbar-fixed {
    padding: 0px;
    height: 0;
}
/* *{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
} */
nav {
    background: rgba(129, 129, 129, 0);
    box-shadow: none;
}

nav ul>li>a {
    font-size: medium;
    font-weight: 400;
    /* padding: 15px; */
}
nav ul>li>a:hover {
    background-color: transparent;
    color: #ffff;

}

nav ul li.active a{
    background-color: inherit;
    color: #ffff;
}


nav li a:hover {
    background: rgb(244, 240, 240);
}

.enlarge-logo {
    height: auto;
    width: auto;
}

.parallax-container {
    height: 700px;
}
.nav-color{
    background: rgba(31, 31, 31, 0.464);
    height: 90px;
    box-shadow: 15px;
}

nav .brand-logo{
    position: absolute;
}
nav .brand-logo img{
    margin: 15px;
    max-width: 90%;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0;
  }