#ere-logo {
    height: 80px;
    width: auto;
    mix-blend-mode: multiply;
}

@media screen and (max-width: 991px) {
    #ere-logo {
        height: 60px;
    }
}

#navbar-container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 404px) {
    #navbar-container {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media screen and (max-width: 405px) {
    #ere-logo {
        height: 50px;
    }
}


.error {
    color: darkred;
}

.header-space {
    display: none;
}

.content-body {
    min-height: calc(100vh - 80px - 57px - 1px);
}

.content-body-full {
    height: calc(100vh - 80px - 57px - 1px);
}

@media screen and (max-width: 991px) {
    .content-body {
        min-height: calc(100vh - 60px - 57px - 1px);
    }
    .content-body-full {
        height: calc(100vh - 60px - 57px - 1px);
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand {
        font-size: 0.75rem;
    }
}

.modal-backdrop {
    z-index: 10;
}

.signin-alert {
    display: none;
}

.btn-border {
    color: #04552c !important;
    background-color: white !important;
    border: 1px solid #04552c !important;
}

#invalid_info, #invalid_email {
    display: none;
    text-align: center;
}

#alerts {
    position: absolute;
    top: 83px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 992px) {
    #alerts {
        top: 63px;
    }
}

/*#login_info .alert.blink {
    border: 2px #D0CDCD solid;
    animation: blink 1s;
    animation-iteration-count: 5;
}

@keyframes blink { 50% { border-color:#fff ; }  }*/

.login_user_icon {
    display: none;
}

.pop-text {
    width: 100%;
    padding: 15px;
    margin: 5px 0 5px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

.pop-text:focus {
    background-color: #ddd;
    outline: none;
}

.pop-signupbtn {
    background-color: #04AA6D;
    color: white;
    margin: 15px 0 15px 0;
    border: none;
    width: 100%;
    font-size: 18px;
    padding: 14px 20px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .25);
    border-radius: 3px;
}

.pop-signupbtn:hover {
    background-color: #04AA6D;
}

.pop-container {
    padding: 25px;
}

.pop-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
}

.pop-modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pop-close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 5;
    position: relative;
    bottom: 10px;
}

.google-btn, .facebook-btn, .linked-btn {
    width: 100%;
    font-size: 18px;
    margin: 0 0 15px;
    padding: 14px 20px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .25);
    border-radius: 3px;
}

.linked-btn {
    background-color: #007bb5;

}

.facebook-btn {
    background-color: #3B5998;
    color: white;
}

.google-btn {
    display: flex;
    justify-content: center;
    background-color: #4285f4;
    border: 1px solid lightgray;
    color: white;
}

.facebook-btn a,
.linked-btn a {
    color: white;
}

.google-btn a {
    color: white;
    display: flex;
}

.pop-Social .google-btn i {
    padding: 0 3px;
    font-size: 20px;
    margin: 0 !important;
}

.google-btn .icon_wrapper {
    border-radius: 2px;
    background-color: white;
    margin-right: 5px;
}

.pop-Social {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 10px;
}

.pop-Social i {
    margin-right: 5px;
    font-size: 20px;
}

.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* NAVIGATION MENU: GLOBAL
====================================================================================================================================== */

@media screen and (max-width: 767px) {
    #alerts {
        width: 80%;
        text-align: center;
        z-index: 1;
    }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    img.slide {
        height: 400px;
        width: 150%;
    }

    #mobile-alert {
        position: relative;
        left: auto;
        bottom: 2px;
        padding-right: 2em;
    }

}

@media screen and (min-width: 360px) and (max-width: 425px) {
    img.slide {
        height: 440px;
        width: 150%;
    }

    #mobile-alert {
        position: relative;
        left: auto;
        bottom: 2px;
        padding-right: 2em;
        padding-bottom: 1.5em;
    }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
    img.slide {
        height: 530px;
        width: 150%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    #mobile-alert {
        position: relative;
        left: -50px;
    }
}

@media screen and (max-width: 767px) {
    #mobile-alert {
        position: relative;
        left: auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1059px) {
    .navbar-brand {
        font-size: 0.92rem;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1229px) {
    .navbar-brand {
        font-size: 1.15rem;
    }
}
