﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: Segoe UI, Arial, sans-serif;
    margin: 0;
    padding: 0;
    /*min-width: 800px;*/
}

html {
    background-color: #7F7F7F;
}

body {
    display: flex;
    flex-direction: column;
    max-width: 1366px;
    margin: 0 auto;
    background-color: #fff;
}

header {
    background-color: #fff;
    color: #7F7F7F;
    font-family: 'Roboto Condensed';
    top: 0;
    width: 100%;
    max-width: 1366px;
    position: fixed;
    transition: 0.3s;
    height: 85px;
    z-index: 997;
    border-bottom: 1px solid #cbc6c6e2;
}

.container,
.bodyContainer {
    flex: 1 0 auto;
}

.bodyContainer {
    margin-top: 85px;
    background-color: #fff;
}

footer {
    flex-shrink: 0;
    width: 100%;
    font-family: 'Poppins';
    background-color: #fff;
}

    footer .footerBar {
        width: 100%;
        height: 20px;
        margin-bottom: 5px;
        background-color: #9406f6;
    }

    footer .container {
        background-color: #333333;
        color: #fff;
        padding: 25px 0 5px 0;
    }

a {
    text-decoration: none;
    color: #009900;
}

#orgInfoBox a,
#orgAddress a {
    color: #009900;
}

    #orgInfoBox a:hover {
        text-transform: uppercase;
    }



.mblCloseMenu {
    display: none;
}




li {
    margin-bottom: 20px;
}

.textCentered {
    text-align: center;
}

.rightAligned {
    text-align: right;
}

.justifiedAlignment {
    text-align: justify;
}

.sectionTitle {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-style: italic;
}


.socialIconsBox {
    display: flex;
    justify-content: space-between;
    width: 25%;
}

    .socialIconsBox a {
        width: 30px;
        height: auto;
        overflow: hidden;
    }

    .socialIconsBox a img {
        width: 100%;
        height: auto;
    }



    .hamburgerBox {
        display: none;
    }



footer .container {
    display: flex;
    flex-direction: column;
}

.footer-top {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

    .footer-top .orgInfoContainer {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }


    .footer-top .boxInFooter {
        width: 23%;
        display: flex;
        flex-direction: column;
    }

    .footer-top .orgInfoTitle {
        text-transform: uppercase;
        font-weight: bolder;
        font-size: 1.3rem;
    }

    .footer-top .orgInfoContent {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }

        .footer-top .orgInfoContent .spanList {
            display: block;
        }

    .footer-top .orgBrandImg {
        width: 75%;
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

        .footer-top .orgBrandImg .txtHeadNameOver {
            font-size: 1.3rem;
            font-weight: bold;
            line-height: 1.3rem;
        }

        .footer-top .orgBrandImg .txtHeadNameLower {
            font-size: 2.35rem;
            font-weight: bold;
            line-height: 2.35rem;
        }

        .footer-top .orgBrandImg img {
            width: 100%;
            height: auto;
        }


    .footer-top .orgBrandDesc {
        font-size: 0.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 50px;
    }


    .footer-top .socialIconsBox {
        width: 100%;
        justify-content: flex-start;
    }

    .footer-top .socialIconsBox a {
        width: 30px;
        margin-right: 20px;
        margin-top: 20px;
    }

#orgInfoBox {
    width: 40%;
    display: flex;
    flex-direction: column;
}

#orgAddInfoBox {
    width: 56%;
    display: flex;
    justify-content: space-between;
}

#orgAddress {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.footer-bottom {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    text-transform: uppercase;
    background-color: #9406f6;
}

    .footer-bottom .copyrightBox {
        width: 100%;
        margin-top: 5px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


/* Sticky footer styles
-------------------------------------------------- */

.newsEventBox {
    width: 33%;
}

    .newsEventBox .sectionTitle {
        font-size: 1.3rem;
        border-bottom: none;
    }

    .newsEventBox .sectionContent {
        font-size: 1rem;
    }

    .newsEventBox .moreInfo {
        font-size: 1rem;
    }

.eventImage {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.hideIt {
    display: none;
}

.noOverflow {
    overflow: hidden;
}