* {
    color: black;
}

body {
    overflow-x: hidden;
}

.white-text {
    color: white;
}

.section-header {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 800;
}

.text-border {
    border-bottom: 2px solid white;
    width: 50%;
    padding-top: 2%;
}

.text-border-size {
    border-bottom: 4px solid white;
}

.section-border-bottom {
    border-bottom: 0.4rem solid #2AACF5;
    width: 155px;
    padding-top: 1%;
}

.border-location-right:after{
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 510px; /* This will center the border. */
    width: 10%; /* Change this to whatever width you want. */
    padding-top: 3%; /* This creates some space between the element and the border. */
    border-bottom: 0.4rem solid #2AACF5; /* This creates the border. Replace black with whatever color you want. */
    padding-right: 20%;
}

.border-location-center:after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 8%; /* Change this to whatever width you want. */
    padding-top: 1%; /* This creates some space between the element and the border. */
    border-bottom: 0.4rem solid #2AACF5; /* This creates the border. Replace black with whatever color you want. */
}

.footer-wrapper {
    background-color: #EAE6E6;
}

.footer-logo-row {
    margin-top: -15px;
}

.footer-log {
    width: 200px;
}

.footer-log-tag {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.footer-header {
    font-size: 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.footer-logo-header {
    font-size: 40px;
}

.footer-links-ul, .social-icons-ul, .footer-social-icons {
    list-style-type: none;
    padding: 0px;
}

.footer-social-icons li {
    display: inline;
}

.footer-social-icon {
    font-size: 35px;
    color: #2AACF5;
}

.footer-links-anchor {
    color: black;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    padding-left: 5px;
}

.footer-links-icons {
    font-size: 30px;
    color: #2AACF5;
    padding-top: 5px;
}

.footer-header-sub {
    font-size: 24px;
}

.copyright-row {
    border-top: 2px solid white;
    width: 95%;
    margin-top: 20px;
}

.copyright-text {
    font-size: 24px;
    font-family: 'Inter', sans-serif;
}

.ekcolab-signup-img {
    width: 499px;
    height: 646px;
    object-fit: cover;

}

.ekcolab-signup-img-2 {
    width: 458px;
    height: 646px;
}

.ekcolab-signup-img-4 {
    filter: saturate(2);
}

.google-img {
    height: 40px;
    width: 40px;
}

.google-btn {
    padding: 15px 10px;
    border: 1px solid black;
    border-radius: 15px;
    font-size: 22px;
    font-family: "Istok Web", sans-serif;
}

.user-header {
    border-bottom: 2px solid #D9D9D9;
    width: 60%;
}


/* Dashboard */
.entity-name, .nav-link-text {
    font-family: "Istok Web", sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #000000;
}

.entity-tag {
    font-family: "Inria Sans", sans-serif;
    font-size: 20px;
    font-weight: 100;
    color: #000000;
}

.entity-image {
    position: relative;
}

/* All anchor hovers to cyan blue. */
a:hover {
    color: #2AACF5;
}

/* Above 1024 < 1920 */
@media only screen and (max-width: 1919px) {
    .section-header {
        font-size: 30px;
    }

    .border-location-right:after{
                margin: 0 370px; /* This will center the border. */

        padding-right: 22%;
    }

    .footer-logo-row {
        margin-top: -15px;
    }

    .footer-log {
        width: 200px;
    }

    .footer-log-tag {
        font-size: 16px;
    }

    .footer-header {
        font-size: 22px;
    }

    .footer-logo-header {
        font-size: 30px;
    }

    .footer-social-icon {
        font-size: 25px;
    }

    .footer-links-anchor {
        font-size: 18px;
    }

    .footer-links-icons {
        font-size: 20px;
    }

    .footer-header-sub {
        font-size: 18px;
    }

    .copyright-text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
    .border-location-right:after{
                margin: 0 260px; /* This will center the border. */

        padding-right: 22%;
    }

    .section-header {
        font-size: 25px;
    }

    .footer-logo-row {
        margin-top: -15px;
    }

    .footer-log {
        width: 200px;
        margin-left: -20px !important;
    }

    .footer-log-tag {
        font-size: 16px;
    }

    .footer-header {
        font-size: 22px;
    }

    .footer-logo-header {
        font-size: 25px;
    }

    .footer-social-icon {
        font-size: 20px;
    }

    .footer-links-anchor {
        font-size: 13px;
    }

    .footer-links-icons {
        font-size: 20px;
    }

    .footer-header-sub {
        font-size: 18px;
    }

    .copyright-text {
        font-size: 18px;
    }
}




    @media only screen and (max-width: 900px) {
    .border-location-right:after{
                margin: 0 190px; /* This will center the border. */

        padding-right: 22%;
    }

    .section-header {
        font-size: 25px;
    }

    .footer-logo-row {
        margin-top: -15px;
    }

    .footer-log {
        width: 100px;
        margin-left: -20px !important;
    }

    .footer-log-tag {
        font-size: 16px;
    }

    .footer-header {
        font-size: 22px;
    }

    .footer-logo-header {
        font-size: 25px;
    }

    .footer-social-icon {
        font-size: 20px;
    }

    .footer-links-anchor {
        font-size: 13px;
    }

    .footer-links-icons {
        font-size: 20px;
    }

    .footer-header-sub {
        font-size: 18px;
    }

    .copyright-text {
        font-size: 18px;
    }
}


/* < 450 */
@media only screen and (max-width: 450px) {
    .border-location-right:after{
                margin: 0 190px; /* This will center the border. */
    margin: 0 auto; /* This will center the border. */
    width: 8%; /* Change this to whatever width you want. */
    padding-top: 1%; /* This creates some space between the element and the border. */
    border-bottom: 0.4rem solid #2AACF5; /* This creates the border. Replace black with whatever color you want. */
}
}