/* nav bar */
.footer_navbar {
    grid-area: "footer";
    height: auto;
    /* background-color: transparent; */
    background-color: whitesmoke;
    left: 0;
    right: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    grid-area: "navigation";
    margin-top: 10px;
    margin-bottom: 3px;
}

.footer_navbar_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_navbar_container ul {
    display: flex;
    list-style: none;
    margin: auto;
    /*
    margin-top: 10px;
    padding: 15px;
    position: relative; */
}

.footer_navbar_container ul li a {
    text-decoration: none;
    /* color: #74A9D8; */
    color: #1C4069;
    margin-right: 30px;
}

.footer_navbar_container ul li a:hover {
    /* background-color: darkblue; */
    color: #74A9D8;
    /* color: black; */
    /* opacity: .3; */
    /* transform: scale(1.1); */
}

/* set the size, height, width of the icon*/
.footer_navbar_container ul li a i {
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 34px;
	transition: 0.5s; /* adding the transition to make it more attractive */
	color: #000;
    /* width: 32px;
    height: 32px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 10px;}*/
}

.footer_navbar-span {
    display: flex;
    align-items: center;
}
.footer_left-links {
    flex: 1 1 ;
}
.footer_links {
    display: inline-block;
    text-align: center;
}
.footer_navbar_item {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
}

.footer_navbar_item i {
	width: 100%;
	font-size: 32px;
	transition: 0.5s; /* adding the transition to make it more attractive */
	color: #000;
    padding-left: 10px;
    padding-right: 10px;
}
