﻿.top {
    background: #13233B !important;
    border-bottom: 5px solid #f8be2e;
}


.navtop {
    line-height: 30px;
}

.logo {
    height: 20px;
}

.card {
    display: flex;
    flex-wrap: wrap;
}

.card1 {
    display: flex;
    /*flex-wrap: wrap;*/
}

.navbar .navbar-nav .nav-link:hover {
    color: orange;
}

.underline {
    height: 1px;
    border-width: 0;
    background-color: orange;
}

.content_text {
    color: orange;
}
