body {
    background-image: linear-gradient(#f7fbff, white);
    background-size: 100% 200px;
    background-repeat: no-repeat;
    background-position: top;
    font-family: 'Lato';
    padding: 1em;
}

/*****Nav Bar************/
.navig-bar {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 40;
    background-color: white;
    transform: translateX(-50%);
    left: 50%;
    padding: 10px 20px 10px 20px;
}

.navig-bar-container {
    display: flex;
    justify-content: space-between;
}

.nav-menu-left {
    display: flex;
    justify-content: center;
}

.nav-menu-item {
    align-content: center;
    /*margin: 20px;*/
    font-size: medium;
    font-weight: 400;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}

.nav-menu-item a {
    /*font-weight: 600;*/
    font-size: 11px;
    text-decoration: none;
}

.logo {
    align-content: center;
}

.nav-menu-right {
    /*align-content: center;*/
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-size: 13PX;
    font-weight: 600;
}


/**** Banner Section *****/

.content-wrap {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

#bb-text {
    width: 60%;
    background-color: #5C7FAC;
    color: #E6F6FD;
    padding: 20px 25px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#bb-image {
    width: 40%;
    overflow: hidden;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/**** Articles container ***/

#articles-wrap {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 60px
}


/** Blog - Sidebar ***/

#bw-sidebar {
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/***** Categories *****/
#blog-art-categories li {
    cursor: pointer;
}

/*** Aticle - Details ******/

/*#article-details-wrap {
    /*padding: 20px 10%;*/
/*background-image: linear-gradient(#f7fbff, white);*/
/*  background-size: 100% 200px;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}*/

#blog-art-ul li {
    line-height: normal;
    cursor: pointer;
}

#art-text ol {
    margin: 5px 0px;
    padding-left: 15px;
}

.bb-text-p {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
}

.bb-text-sub {
    font-size: 13px;
    margin: 0px;
    line-height: 22px;
    margin-top: 10px;
    font-weight: 400;
}
