a {
    color: #2C93FF;
}

a:hover, a:focus {
    color: #1084FF;
}

a:focus, a:active {
    outline: 0;
}

.main {
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
    height: 100vh;
    width: 100vw;
    display: flex;
}

.farma {
    width: 100%;
    height: calc(100vh - 200px);
}

.footer {
    position: fixed;
    background: #976A4D;
    border-top: 7px solid #1D2844;
    padding-top: 10px;
    right: 0px;
    width: 100%;
    color: #FFFFFF;
    z-index: 4;
    text-align: center;
    bottom: 0;

}

.footer a {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer a:hover, .footer a:focus {
    color: #1084FF;
}

.footer .heart {
    color: #FF3B30;
}

.main .container {
    width: 100%;
}

@media (min-width:991px) {
    .footer {
        position: fixed;
        bottom: 0;
    }
}


@media (max-width:768px) {
    .fixed-plugin {
        top: 80px;
        right: 0px;
    }

    .main .container {
        margin-bottom: 50px;
    }
}