.dd-navbar-holder{
    top: 0;
    z-index: 999;
}

.dd-navbar-col p {
    padding: 0;
}

.dd-navbar-logo {
    margin-top: 0.5rem;
}

.dd-navbar-get-in-touch {
    margin-top: -0.5rem;
}

/** SMALL ONLY **/
@media screen and (max-width: 37.499em) {
    .dd-navbar-holder-bottom{
        margin-bottom: 2rem;
    }
}

/** MEDIUM ONLY **/
@media screen and (min-width: 37.5em) and (max-width: 61.999em) {
    .dd-navbar-holder-bottom{
        margin-bottom: 3rem;
    }
}

/** LARGE ONLY **/
@media screen and (min-width: 62em) {
    .dd-navbar-holder-bottom{
        margin-bottom: 5rem;
    }

    .dd-navbar-logo {
        background-image: url('../images/logo.svg');
        background-size: cover;
        width: 66px;
        height: 68px;
    }

    .dd-navbar-col {
        margin-top: 1.3rem;
        width: 165px;
    }
}

/** MEDIUM AND LARGE **/
@media screen and (min-width: 37.5em) {  }

/** SMALL AND MEDIUM **/
@media screen and (max-width: 61.999em) {
    .dd-navbar-col {
        margin-top: 1.5rem;
        width: 130px;
    }

    .dd-navbar-logo {
        background-image: url('../images/logo.svg');
        background-size: cover;
        width: 66px;
        height: 68px;
    }

    .dd-navbar-get-in-touch {
        margin-top: -0.375rem;
    }
}
