body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    user-select: none;
}

p {
    font-size: 18px;
}

li {
    font-size: 18px;
}

.bkground-pink {
    background-color: rgb(238, 56, 104);
}

.bkground-blue {
    background-color: rgb(35, 119, 213);
}

.font-lightblue {
    color: rgb(14, 118, 188);
}

.font-12 {
    font-size: 12px;
}

.footer {
    background-color: rgb(41, 47, 130);
}

.gridContainerHome {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 400px;
    padding-left: 0px;
    padding-right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
    background-image: url(../img/home_bgnd.jpg);
    background-position: center center;
}

.gridContainerServices {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 400px;
    padding-left: 0px;
    padding-right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
    background-image: url(../img/services_bgnd.jpg);
    background-position: center center;

}

.gridContainerContact {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 400px;
    padding-left: 0px;
    padding-right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
    background-image: url(../img/contact_bgnd.jpg);
    background-position: center center;
}

.text-container-full-width {
    width: 100%;
    margin: auto;
    padding: 20px;
}

.post {
    max-width: 70%;
    height: auto;
}

.position {
    right: 0;
    bottom: 0;
    left: 260px;
    top: -300px;
}

.mt-adjust {
    margin-top: -230px;
}

.mt-adjust-150 {
    margin-top: -150px;
}


@media screen and (max-width: 900px) {
    .position {
        position: relative !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgb(41, 47, 130);
    }

    .mt-adjust {
        margin-top: 0;
    }

    .mt-adjust-150 {
        margin-top: 0;
    }

    .font-change {
        color: white;
    }

    .gridContainerContact {
        background-image: url(../img/contact_bgnd2.jpg);
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        overflow: hidden;
        background-size: cover;
    }

    .gridContainerServices {
        background-image: url(../img/services_bgnd2.jpg);
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        overflow: hidden;
        background-size: cover;
    }

    .gridContainerHome {
        background-image: url(../img/home_bgnd2.jpg);
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        overflow: hidden;
        background-size: cover;
    }

    .post {
        max-width: 100%;
        height: auto;
    }
    .text-right{
        text-align: center!important;
    }
}

@media screen and (max-width: 980px) {
    .position {
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
    }
}