@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100;200;300;400;500;600&display=swap');

* {
    font-family: 'Alexandria', sans-serif;
}

.navbar {
    min-height: 80px;
}

.nav-item-active a {
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .nav-item-active {
        position: relative;
    }

    .nav-item-active::after {
        content: ' ';
        position: absolute;
        bottom: -20px;
        right: 15px;
        width: 25px;
        border-bottom: solid 1px #fff !important;
    }
}

ul li a {
    font-size: 14px !important;
    font-weight: 'Regular' !important;
    margin-inline: 10px;
}

ul li .atuffication {
    background: #fff;
    color: #000;
    margin-inline: 0;
    border-radius: 5px;
    padding-inline: 20px !important;
}

ul li .atuffication:hover {
    background: #212529;
    color: #ffffff;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #0066CC;
    height: 500px;
}

.hero img {
    width: auto;
    opacity: 50%;
}

.hero .text {
    position: absolute;
    z-index: 5;
    opacity: 100%;
    color: #fff;
    text-align: center;
}

.hero .text h1 {
    font-size: 35px;
    font-weight: 'Regular';
}

.hero .text p {
    font-size: 15px;
    font-weight: 'Regular';
    opacity: 50%;
}

.News {
    display: flex;
    flex-wrap: wrap;
}
/*
.Card-Body {
    position: relative;

    display:grid;
    grid-template-columns: 45% 55%;
   align-items: start;
   background: #14181D;
   border-radius: 10px;
   margin: 15px;
   height: 150px;
   overflow: hidden;

}
*//*
@media only screen and (max-width: 600px) {
    .Card-Body {
      
        grid-template-columns: 20% 80%;
     
    }
    .cardimage {
        position: relative;
        width: 100px;
        height: 150px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: #0066CC;
    }
    
.Card-text {
    padding-block:20px ;
}
}
*//*
.cardimage {
    width: 150px;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #0066CC;
}

.cardimage img {
    height: 100%;
    opacity: 60%;
}

.Card-text {
    padding: 20px;
    align-items: end;
}*/