.info-bar{

position: fixed;
top: 0;
left: 0;
display: flex;
// margin-bottom: 50px;
align-items: center;
width: 100%;
height: 50px;
background: #ADB778;
color: #EEE;
z-index: 9999 !important;
p{
    margin-left: 5px;
}

}

.banner{

// display: flex;
margin-top: 50px;
padding: 5px;
// align-items: center;
// justify-content: space-evenly;
height: 200px;
text-align: center;
background: #333;
color: #EEE;
a{
    color: #ADB778;
}
img{
    width: 369px;
    height: 139px;
}

}

.affix {

top: 50px;
width: 100%;
z-index: 9999 !important;
margin-bottom: 51px;

}

.affix + .container{

padding-top: 70px;

}

// nav{

// } // i{ // font-size: 22px; // }