/*==========NAVIGATION BAR ON HOME=============*/
.navbar {
    padding: .7rem 1rem; /*Increase the space between top-bot of the navbar and between icon and list*/
    font-weight: 800;
    letter-spacing: .1rem; /*Separates the letters between each other to make it look nice*/
    font-size: 1.1rem;
}

/* Targets the <ul> of items class*/
.navbar-nav {
    padding-right: 7.2rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    text-transform: uppercase;
    margin-right: 20px;
}

.navbar-brand{
    padding-left: 7.2rem;
}

.navbar-nav li {
    margin-right: 50px; /*space between items*/
    list-style-type: none;
}

@media only screen and (max-width: 980px) {
    .hide-on-mobile-tablet {
        display: none !important;
    }
}

/*========== NAVIGATION BAR ON PROJECTS =============*/
.megamenu__container{
    padding-top:1rem;
    padding-bottom:1rem;
    background: radial-gradient(#004c6d, #16374c);
}

.megamenu__items__container{
    padding-top:2.5rem;
    padding-bottom:2.5rem;
}

.megamenuCol {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f3f3f3;
    text-align: justify;
}

.megamenu__item{
    display: inline-block; /*for column list*/
}

.inherit{
    color:inherit;
    text-decoration: none; 
}

.megamenu__heading {
    text-align: center;
}

.megamenu {
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 0 2.5rem;
    left: 0;
    top: 5.3125rem;
    margin: 0 auto;
    z-index: 11;
    box-shadow: 0 0 8px rgba(0,0,0,.27);
}

.dropdown-menu {
    padding: .7rem 1rem; /*Increase the space between top-bot of the navbar and between icon and list*/
    font-weight: 800;
    letter-spacing: .1rem; /*Separates the letters between each other to make it look nice*/
    font-size: 1.5rem;
    font-family: 'Lora', serif;
    color: #212529;
    text-align: justify;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-top-color: rgba(0, 0, 0, 0.15);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.15);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.15);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
