.container {
    text-align: center;
    color: white;
}

.container h2 {
    z-index: 20;
    padding-left: 20%;
    padding-right: 20%;
}

.main-hero {
    /* padding-top: 200px;
    padding-bottom: 200px; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero-inner-page-capstone {
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.05em;
}

.hero-inner-page-vine-root {
    line-height: 1em;
    letter-spacing: 0.05em;
}

.main-hero::after {
    position: absolute;
    content: "";
    display: block;
    z-index: 10;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.main-hero.backgroud-dark::after {
    background: linear-gradient(180deg, rgba(35, 50, 90, 0.51) 0%, #23325A 100%);
}

.main-hero.backgroud-light::after {
    background: linear-gradient(180deg, rgba(153, 193, 136, 0.2) 0%, rgba(35, 50, 90, 0.9) 100%);
}

.logo {
    z-index: 20;
    width: 250px;
    padding-top: 85px;
}

.up-hero {
    position: sticky;
    z-index: 20;
}

.green {
    background-color: #99C188 !important;
}

.blue {
    background-color: #005D93 !important;
}

.ligth-blue {
    background-color: #AAD2E8 !important;
}

.yellow {
    background-color: #F5B324 !important;
}

.btn-small {
    padding: 10px 16px !important;
}

.headline {
    font-size: 48px;
    padding-left: 6em;
    padding-right: 6em;
}

.gb-button-wrapper-main {
    justify-content: center;
}


.logo-capstone-blue {
    margin-top: 35px;
    margin-bottom: 35px;
}

.margins-headline {
    margin-top: 150px;
    margin-bottom: 100px;
}

.headline {
    font-size: 70px;
}

.text {
    color: #23325A;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text2 {
    color: #23325A;
    text-align: center;
    font-family: Mrs Eaves OT;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.margins-text,
.margins-text2 {
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 30px;
    margin-bottom: 30px;
}



@media(max-width:768px) {

    .margins-headline {
        margin-top: 90px !important;
        margin-bottom: 10px !important;
    }

    .container-custom {
        display: flex;
        flex-direction: column !important;
        flex-wrap: wrap;
        margin-top: 75px;
    }

    .container-main {
        width: 100% !important;
    }

    .container-sidebar {
        width: 100% !important;
    }

    .margins-text,
    .margins-text2 {
        margin-left: 25px !important;
        margin-right: 25px !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .one-post {
        display: block !important;
        margin-left: 25px !important;
        margin-right: 25px !important;
        margin-bottom: 25px !important;
    }

    .image-custom img {
        width: 100% !important;
        height: auto;
        max-width: none;
        margin-right: 0px !important;
    }

    .items-custom {
        align-items: center !important;
    }

    .content-custom {
        margin-bottom: 0px !important;
        text-align: center !important;
    }

    .text,
    .text2 {
        font-size: 24px !important;
    }

}

.container-custom {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 75px;
}

.container-main {
    width: 75%;
}

.container-sidebar {
    width: 25%;
}

.title {
    color: #23325A;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-align: initial;
}

.content-custom {
    color: #23325A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px;
    margin-top: 10px !important;
    text-align: left;
}

.image-custom img {
    width: 400px;
    height: auto;
    max-width: none;
    margin-right: 25px;
}

.tags-custom {
    padding-left: 10px;
}

.items-custom {
    display: flex;
    flex-direction: column;
}

.date-custom {
    color: #23325A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 10px;
}

.tags-custom {
    color: #23325A;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;

}

.tags-custom a {
    text-decoration: none;
}

.button-custom {
    border-radius: 10px;
    background: #23325A;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 45px;
    padding-left: 45px;
    max-width: 210px;
}

.button-custom:hover {
    color: #FFF !important;
    background: #1f74bf !important;
}

.one-post {
    display: flex;
    margin-left: 75px;
    margin-right: 75px;
    margin-bottom: 25px;
}

.inline {
    display: flex;
}

img.clock {
    width: 13px;
    height: 13px;
}

.pagination {
    text-align: left;
    color: #23325A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 75px;
    text-decoration: none;
    margin-top: 80px;
    margin-bottom: 80px;
}

.pagination .page-numbers {
    border-radius: 5px;
    background: #A6A6A6;
    width: 30px;
    height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 12px;
    padding-left: 12px;
    text-decoration: none;
}

.pagination .page-numbers.current {
    background: #F5B324;
}

.pagination .page-numbers.next {
    background: none;
}

.container-sidebar {
    background: rgba(217, 217, 217, 0.35);
    padding: 25px;
    text-align: left;
    padding-right: 90px;
}

.title-sidebar {
    color: #23325A;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.recent-title {
    color: #23325A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;

}

.recent-post {
    margin-bottom: 36px;
}

.border-custom {
    border-left: 2px solid #F5B324;
    padding-left: 15px;
}

.border-custom.new-border {
    border-left: 2px solid #23325A;
}

@media(max-width:768px) {
    .headline {
        font-size: 35px !important;
        padding-left: 35px;
        padding-right: 35px;
    }

    .main-hero {
        background-position-x: left !important;
        background-size: cover;
        padding-bottom: 60px !important;
        /*background-image: url('../../../icons/hero_image.png')!important;*/
    }

    .button-inner-page {
        margin-bottom: 3em !important;
    }

}