#headerBackground {
    color: #ffffff !important;
    background: #141e30; /* fallback for old browsers */
    background-color: -webkit-linear-gradient(to left, #243b55, #141e30) !important; /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to left, #243B55, #141E30);   */
    min-height: fit-content;
    min-width: 750px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    height: fit-content;
}

.headerIcon {
    /* padding-bottom: 5px; */
    width: 42px;
    height: 35px;
}

#navbarSymbol {
    color: #ffffff;
    font-size: 30px;
    font-family: "Quicksand", sans-serif;
    margin-right: 10px !important;
    padding-left: 5px !important;
    /* vertical-align: middle; */
    /* padding-bottom: 5px; */
}

#navbarSymbol:hover {
    color: #3fb0ac;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247, 136, 47)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*Widen navbar 100% to allow right alignment*/
.navbar-nav {
    width: 100%;
    float: right;
}

.portal-link-button{
    padding-left: 30px !important;
    padding-right: 4px !important;
    background-color: transparent;
    border: none;
    height: 100%;
    /* padding: 1rem; */
    font-weight: 300;
    color: #ffffff;
    text-align: left;
}

.portal-link{
    color: #3fb0ac;
}

.portal-link-button:hover{
    color: #3fb0ac;
}

.portal-link-button:focus{
    border: none;
    outline: none;
}

/*Header size*/
.nav-link {
    padding: 1rem 1rem;
}

.navbar-nav .nav-link {
    padding-left: 30px !important;
    padding-right: 4px !important;
}
/* 
#navbarSymbol{
    text-transform: none !important;
    letter-spacing: 0.00em;
}
   */
/* Footer */

.footer {
    padding-left: 0% !important;
    padding-right: 0px !important;
    padding-top: 0%;
}

.footerCopyright {
    text-align: center;
    margin-top: 65px;
    padding-bottom: 25px;
}

.footerContainer {
    background: #141e30; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #243b55, #141e30); /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to left, #243B55, #141E30); W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    min-width: 750px;
}

.page-footer {
    background-color: transparent;
    color: #ffffff;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25%;
    background-size: 100% auto;
    min-width: 750px;
}

.footer-copyright:hover {
    color: #3fb0ac;
}

.footer {
    display: block;
    margin: auto;
    margin-top: 0%;
    width: 200px;
}

.footerContainer {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.list-unstyled a{
    text-decoration: none;
}

#id{
    display: none;
}

@media (max-width: 991px) {
    .portal-link {
        padding: 1rem 1rem 1rem 0;   
       }
}
