.navbar-main{
    background-color: white;
}

h1, h2, h3, h4, h5 {
    font-family: Plus Jakarta Sans;
    text-align: center;
}

.header_shadow{
    background-color: #6abdeb;
    padding: 0.7rem 1rem;
}

.orange_header_shadow{
    background-color: #ef8c27;
    padding: 0.7rem 1rem;
}

.blue_background {
    background-color: #688DA1;
    padding: 0.7rem 1rem;
}

.orange_background {
    background-color: #f68f28;
    padding: 0.7rem 1rem;
}

.member-profile{
    border-radius: 50%;
    max-width: 60%;
}

.member_name{
    font-weight: bolder;
    font-size: 1.5rem;
}

.member_position{
    font-size: 1rem;
}

.search-box{
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    border-radius: 24px;
    font-size: 16px;
    background-color: transparent;
    background-image: url('../assets/images/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    color: #ffffff;
}

.header_shadow>.navbar-toggler{
    border: solid rgba(255, 255, 255, 0.55) 0.8px;
    border-radius: 16%;
    padding: 0.3rem;
}

.half-menu {
    margin: auto;
}

.nav-item {
    display: inline-block;
    color: #18181B;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    text-align: left;
}

.slider-image-container{
    margin: auto;
    width:60.6%;
}

.blue-top-border{
    border-top: 0.5rem #6fbce8 solid;
}

.green-top-border{
    border-top: 0.5rem #d6ffb7 solid;
}

.orange-top-border{
    border-top: 0.5rem #ef8c27 solid;
}

.orange-top-border-dashed{
    border-top: 0.3rem #ef8c27 dashed;
}

.slider-futureevents {
    background-color: #f68f28;
}

.slider-netwoking {
    background-color: #d6ffb7;
}

.slider-pastevents {
    background-color: #6fbce8;
}

.slider-news {
    background-color: #E39697;
}

.slider-text-container{
    width: 29%;
}

.slider-right {
    padding-right: 15rem;
}

.slider-type {
    padding: 3rem;
}

.slider-type h3 {
    font-size: 37px;
    font-weight: 800;
    line-height: 46px;
    text-align: left;
    color: #ffffff;
}

.slider-date {
    font-size: 17px;
    font-weight: 800;
    line-height: 46px;
    text-align: left;
    color: #18181B;
}

.slider-title h5 {
    font-size: 26px;
    font-weight: 800;
    line-height: 46px;
    text-align: left;
    color: #18181B;
}

.slider-content {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #0C0C0D;
}

.slider-button {
    background-color: transparent;
    border: 1.3px solid #18181B;
    color: #18181B;
    border-radius: 10%;
    padding: 0.3rem 1rem;
}

.slider-nav-buttons {
    align-content: end;
    text-align: center;
    width: 10%;
}

.slider-nav-buttons button {
    border: none;
    background-color: transparent;
    color: #1E1E1E;
    font-size: 35px;
}

.text-section {
    padding: 3rem 1rem;
}

.text-section.middle {
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
}

.tcc-button {
    background-color: #DDB36E;
    color: #ffffff;
    padding: 0.3rem 1rem;
    border: none;
    border-radius: 10%;
}

.image-section {
    margin: auto;
    padding: 2rem;
}

.background-image {
    max-width: 100%;
    border-radius: 10%;
    position: absolute;
}

.image-title {
    position: relative;
    padding-top: 50%;
    padding-bottom: 50%;
    color: #ffffff;
}

footer{
    background-color: #EAEAEA;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    border-top: 1rem #ef8c27 solid;
}

footer h5{
    font-family: Plus Jakarta Sans;
    font-size: 17px;
    font-weight: 800;
    line-height: 46px;
    text-align: left;
    text-align: center;
}

.bottom-menu li{
    list-style-type: none;
}

.bottom-menu{
    padding-left: 0rem;
}


.event_list_image{
    max-width: 85%;
}

.event-row{
    border-top: 0.3rem #ef8c27 dashed;
}

.category-button{
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
    width: 15%;
    border-radius: 5%;
}

@media only screen and (min-width: 768px) {
    .background-image {
        max-width: 20%;
        border-radius: 10%;
        position: absolute;
    }

    .image-section {
        margin: auto;
    }

    .nav-item {
        display: inline-block;
        color: #18181B;
        font-family: Plus Jakarta Sans;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        width: auto;
    }
}