main{
    padding-top: 9rem;
    padding-bottom: 4rem;
}

.lang-menu {
    background-color: #f68f28;
    padding: 0.5rem;
    color: white;
}


.navbar-main{
    background-color: white;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;}

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;
}

.lang-icon{
    font-size: 1.2rem;
    padding: 0.3rem;
}

.lang-item {
    font-size: 1rem;
    padding: 0.3rem;
    text-decoration: none!important;
    color: white;
}

.lang-item:visited{
    color: white;

}


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

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

.member-profile-square{
    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-bottom-border{
    border-bottom: 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: 80%;
    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: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.readmore-button{
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
    width: 15%;
    border-radius: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width:40%;
}

.custom-logo{
    max-width: 100%;
}

a:visited {
    color: inherit;
}

a.orange_background:visited{
    color: white;
}

a.orange_background:hover{
    color: #688DA1;
    background-color: #6fbce8;
}

a.committee_member_link, a.committee_member_link:visited{
    color:inherit!important;
    text-decoration: none!important;
}

.nav-link:visited{
    color: #18181B;
}

.profile-border{
    border: 1px solid #a5a5a5;
    border-radius: 1rem;
    padding: 4rem;
}

.profile-border-bottom{
    border-bottom: 1px solid #a5a5a5;
    padding: 2rem;
}

.filter-button-active{
    background-color: #f38f2f;
    color: white;
    border-color: #f38f2f;
}

.social-media-input{
    display: inline!important;
    width:25%;
}

.social-media-icon{
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

.form-group.row{
    padding: 0.5rem;
}


.join-button{
    border: 2px solid #6fbce8 !important;
    background: #6fbce8 !important;
    color: white !important;
    border-radius: 0.4rem !important;
    padding: 0.5rem 1.5rem !important;
    font-weight: bold !important;
    margin-left: 1rem;
}

.join-button:hover{
    border: 2px solid #6fbce8 !important;
    background: white !important;
    color: #6fbce8 !important;
}

.header-fixed-top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: white;
}

@media only screen and (min-width: 768px) {
    .background-image {
        max-width: 25%;
        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;
    }
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */
    .readmore-button{
        width: 100%;
    }
}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .readmore-button{
        width: 100%;
    }
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .custom-logo{
        max-width: 40%;
    }

    .readmore-button{
        width: 40%;
    }
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

