
.aligncenter{
    align-items: center;
    align-content: center;
    text-align: center;
}


.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;

}
.flex1 {
    flex-grow: 1;
}
.flex2 {
    flex-grow: 2;
}
.flex3 {
    flex-grow: 3;
}

.topbox a:hover{
    text-decoration: none;
}
.navbar-default {
    background-color: #242a5a !important ;
    border-color: #fcbe00 !important;
}
.navbar-default .navbar-nav > .active > a{
    background-color: #fcbe00 !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #ffd864 !important;
}

