/*header*/

@media screen and (min-width: 1000px) {
    .ul-h a {
        line-height: 40px;
        font-size: 18px;
    }
    .navbar-logo {
        height: 70px;
    }
}

.pda-a-pding {
    padding: 17px 0px 4px 10px;
}

@media screen and (max-width: 1000px) {
    .pda-a-pding {
        padding: 15px 0px 10px 10px;
    }
}

/*footer*/

.lik-cell {
    width: 515px;
    margin: auto;
    vertical-align: middle;
}

.lik-cell>div {
    vertical-align: middle;
}

.lik-cell>img {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .lik-cell {
        width: auto;
    }
}

.code {
    margin-right: 50px;
}

@media (max-width: 768px) {
    .code {
        margin-right: 0px;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
}

.alink {
    color: white;
    text-decoration: underline;
}

.alink:hover {
    color: #70ca39;
}

/*integration*/

.about {
    background-color: gray;
    background-image: url(../img/page/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (max-width: 768px) {
    .about-text-hold {
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
    }
}

.contact {
    background-color: gray;
    background-image: url(../img/page/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#map-container {
    height: 100%;
    width: 100%;
    color: black;
    letter-spacing: 0px;
    text-indent: 0px;
}

.map-height-pda {
    height: 250px !important;
}
.text-hold-pda {
    min-height: 0px;
    top: 20px;
}
.ul-h a {
    line-height: 40px !important;
    font-size: 18px;
}