@font-face {
    font-family: 'Raleway';
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
}
img {
    max-width: 100%;
}
.container-wrapper {
    margin-top: 56px;
}
.navbar-dark.bg-dark {

    /*                padding: 0 1rem !important;*/

    /*background-color: rgba(43, 20, 64, 0.77) !important;*/
    /*background-color: rgb(1, 142, 160) !important;*/
    /*background-color: #00bcd4 !important;*/
    background-color: #00787f !important;
}
.navbar-dark.bg-dark .nav-item {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}
.navbar-dark.bg-dark a, .navbar-brand {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 18px;

}
.navbar-dark.bg-dark a:hover, .navbar-brand:hover {
    color: #fff !important;
}
.navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.home-banner {
    background-color: #2d2e2b;
}
.home-banner.white-banner {
    background-color: #fff;
}
.banner-padding-top {
    padding-top: 200px;
}
.logo-header {
    max-width: 100px;
}
.logo-main {
    max-width: 250px;
}
.fs-400p {
    font-size: 400%;
}
.fs-300p {
    font-size: 300%;
}
.fs-200p {
    font-size: 200%;
}
.fs-170p {
    font-size: 170%;
}
.fs-150p {
    font-size: 150%;
} 
.fs-140p {
    font-size: 140%;
} 
.abbreviation-home {
    display: block;
    margin-top: 20px;
    font-size: 90% !important;
}
.box-shadow {

}
.bvop-ecosystem {
    background-color: #cccec0;
    background-image: url('../assets/img/bvop_ecosystem_chart.png'); 
    /*background-size: 100%;*/ 
    background-repeat: no-repeat; 
    background-position: right;
    background-position-y: 0px; 
    background-attachment: fixed;
}
.bvop-ecosystem-image {
    max-width: 100%;
    display: none;
}


.navbar-dark .navbar-nav > .active {
    background: #23402c;
}
.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
    background: #23402c;
}

.stamp-image {
    position: absolute; 
    right: 70px; 
    top: -80px; 
    width: 150px; height: 150px;
    opacity: .8;
    background-image: url('../assets/img/stamp.png'); 
    background-repeat: no-repeat; 
    background-size: 100%;
}
.stamp-background {
    background-image: url('../assets/img/stamp.png'); 
    background-position: 95% 30px; 
    background-repeat: no-repeat; 
    background-size: 7%;
}

.bg-lightgreen {
    background-color: #d7dcd3
}
.bg-lightbeige {
    background-color: #e9eadf
}

.certificates-boxes h2 {
    font-weight: bold;
}
.certificate-box {
    margin: 30px 0;
    background-color: rgba(255, 255, 255, .3);
    padding: 25px;
}
.certificate-box img {
    max-width: 100%;
}
.input-button {
    width: auto !important;
    max-width: initial !important;
}

#priceHeader.price-label-header {
    display: inline-block; 
    border-radius: 3px; 
    color: #333; 
    font-weight: bold; 
    background-color: #d4e9af; 
    vertical-align: middle; 
    width: auto; 
    text-align: center; 
    padding-left: 3px; 
    padding-right: 3px;
}
#priceHeader.price-label-header > span {
    text-decoration: line-through; 
    color: #a41800
}


.breadcrumb-container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.post {
    background: #ffffff;
}

.post-intro {
    background-color: #fbfbfb;
    padding: 15px;
    margin-bottom: 20px;
}
.post-intro p:last-child {
    margin-bottom: 0;
}
.post-content {

}
.post-content p {
    font-size: 1.2rem;
    line-height: 1.5;
}
.post-outro {
    background-color: #fbfbfb;
    padding: 20px;
    margin-bottom: 20px;
}
.post-outro p {
    font-size: .9rem;
}
.post-outro p:last-child {
    margin-bottom: 0;
}
.post-image {
    width: 100%;
    padding: 15px;
    background-color: #f9f9f9;
    margin-left: 20px;
    margin-bottom: 20px;
}
.post-thumb {
    background-color: rgba(0, 0, 0, .1);
}
.guide-excerpt > p {
    font-size: 1rem;
}
.guide-excerpt > p:last-child {
    margin-bottom: 0;
}

.list-group-item {
    background-color: transparent;
}
.list-group-item.active {
    background-color: #f0f0f0;
}
.additions-list {
    padding-left: 0;
    list-style-type: none;
}

.prev-article:before {
    content: "Previous article:";
    display: inline-block;
    color: #555;
}
.next-article:before {
    content: "Next article:";
    display: inline-block;
    color: #555;
}



#main > article.post > .post-content h2, 
#main > article.post > .post-content h3, 
#main > article.post > .post-content h4, 
#main > article.post > .post-content h5, 
#main > article.post > .post-content h6 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: bold;
}

#main > article.post > .post-content ul li {
    font-size: 1.2rem;
    line-height: 1.5;
}



@media screen and (max-width: 1400px) {
    .bvop-ecosystem {
        /*background-image: none;*/
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 45%;
        background-position-y: 40px;
    }

    .navbar-dark.bg-dark .nav-item {
        padding-top: .1rem !important;
        padding-bottom: .1rem !important;
    }
}


@media screen and (max-width: 1260px) {
    .navbar-dark.bg-dark a, .navbar-brand {
        font-size: 14px;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .fs-400p {
        font-size: 200%;
    }
    .fs-300p {
        font-size: 160%;
    }
    .fs-200p {
        font-size: 150%;
    }
    .fs-170p {
        font-size: initial;
    }
    .fs-150p {
        font-size: initial;
    }
    .fs-140p {
        font-size: initial;
    }
    .bvop-ecosystem {
        /*background-image: none;*/
        /*background-size: 130%;*/ 
        /*background-repeat: no-repeat;*/ 
        /*background-position: top right !important;*/ 
        /*background-size: cover;*/
    }
    .bvop-ecosystem-image {
        /*display: block !important;*/
    }
}



@media screen and (max-width: 1100px) {
    .resize-banner {
        height: auto !important;
    }
    .resize-banner .banner_inner {
        position: relative;
        padding-top: 100px;
        padding-bottom: 100px;
        transform: none;
        left: initial;
        top: initial;
        width: auto;
    }
    #main > .home-banner {
        height: auto !important;
        padding-bottom: 50px;
    }
    #main > .home-banner .banner-padding-top {
        padding-top: 50px;
    }
    .banner-padding-top {
        padding-top: 100px;
    }
}


@media screen and (max-width: 780px) {
    .navbar-dark .navbar-nav > .active {
        background: rgba(37, 16, 56, 0.92) !important;
    }
    .navbar-dark .navbar-nav > .active > a,
    .navbar-dark .navbar-nav > .active > a:hover,
    .navbar-dark .navbar-nav > .active > a:focus {
        background: rgba(37, 16, 56, 0.92) !important;
    }
    .home-banner {
        margin-top: 56px;
    }
    .container-wrapper {
        margin-top: 0;
    }
    .navbar-dark.bg-dark {
        background-color: rgba(43, 20, 64, .85) !important;
    }
    .logo-header {
        max-width: 80px;
    }
    .logo-main {
        max-width: 150px;
    }
    .fs-400p {
        font-size: 200%;
    }
    .fs-300p {
        font-size: 150%;
    }
    .fs-200p {
        font-size: initial;
    }
    .fs-150p {
        font-size: initial;
    }
    #headerSection .banner_inner {
        /*margin-top: 80px;*/
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    #headerSection h1 {
        margin-top: 80px;
    }
    #headerSection h2 {
        margin-bottom: 40px;
    }
    .certification-page {
        background-position: center 10px !important;
        background-size: 150% !important;
    }
    .price-label-home {
        display: block;
        margin-top: 15px;
        margin-left: 0 !important;
        width: 190px;
    }
    .big_padding {
        padding: 50px 0;
    }
    .bvop-ecosystem {
        background-image: none;
        /*background-size: 130%;*/ 
        /*background-repeat: no-repeat;*/ 
        /*background-position: top right !important;*/ 
        /*background-size: cover;*/
    }
    .bvop-ecosystem-image {
        display: block !important;
    }

    .stamp-image {
        position: relative;
        top: initial;
        right: initial; 
        margin: 0 auto;
        margin-top: -80px;
        margin-bottom: 20px;
        display: block;
        width: 130px; height: 130px;
    }
    .stamp-background {
        background-image: url('../assets/img/stamp.png'); 
        background-position: center 30px; 
        background-repeat: no-repeat; 
        background-size: 100px;
        padding-top: 150px;
    }
    .banner-padding-top {
        /*padding-top: 80px;*/
    }

}


@media screen and (max-width: 420px) {
    .start-learning-top {
        margin-bottom: 10px;
    }
    .certification-page {
        background-position: -150px 10px !important;
        background-size: 270% !important;
    }
    .certificate-box {
        padding: 15px !important;
    }
    .support-tax {
        display: block;
        margin-top: 8px;
    }
    .post-image {
        width: 100%;
        min-width: 100%;
        padding: 15px;
        background-color: #f9f9f9;
        margin-left: 0;
    }

}
