/*--====================BOTTOM====================--*/

.bottom {
    width: 100%;
    padding: 50px 0;
    display: grid;
    place-items: center;
    position: relative;
    background-color: white;
}

.bottom .column {
    display: flex;
    align-items: center;
    float: left;
    font-family: "Vidaloka", serif;
    font-weight: 400;
}

.bottom ul li {
    list-style: none;
    display: inline-block;
    float: left;
    font-size: 22px;
    margin-left: 40px;
    text-align: center;
}

.bottom ul li a {
    color: #84904b;
}

.bottom ul li a:hover {
    color: #acbb62 !important;
}

.bottom i,
.bottom .fa-twitter {
    list-style: none;
    display: inline-block;
    float: left;
    color: #84904b;
    font-size: 40px;
    margin-left: 30px;
    text-align: center;
}

.bottom .img {
    width: 30px;
    position: absolute;
    top: -15px;
    left: 220px;
}

.bottom .text1 {
    color: #84904b;
    font-size: 16px;
    text-align: center;
    font-family: "Vidaloka", serif;
}

.bottom p.text2 {
    font-family: "DM Serif Display", serif;
    font-weight: normal;
    font-size: 40px;
    color: #84904b;
    text-align: center;
}

.admin a {
    color: #adadad !important;
    margin: 8px 14px;
    text-decoration: none;
}

.admin a:hover {
    color: #888888;
}

.copyright {
    background-color: #181818;
    padding: 4px 0;
    font-size: 14px;
    color: #a4a4a4;
}

/*--====================RESPONSIVE====================--*/

@media screen and (max-width: 600px) {
    .bottom {
        width: 100%;
        height: 350px;
        display: grid;
        place-items: center;
        position: relative;
        background-color: white;
    }

    .bottom .column {
        display: inline-block;
        float: left;
        font-family: "Vidaloka", serif;
        font-weight: 400;
    }

    .bottom .mask .row {
        margin-bottom: 25px;
    }
    .bottom .mask ul {
        margin: 0 auto;
        padding: 0;
    }

    .bottom ul li {
        list-style: none;
        display: block;
        float: none !important;
        color: #84904b;
        font-size: 22px;
        text-align: center;
        margin: 0;
    }

    .bottom i,
    .bottom .fa-twitter {
        list-style: none;
        display: inline-block;
        float: left;
        color: #84904b;
        background-color: white;
        font-size: 40px;
        margin-left: 30px;
        text-align: center;
    }
    
    .copyright {
        font-size: 12px;
    }
    
    .copyright .p-2{
        margin-left: 15px;
        margin-right: 15px;
        border-left: 1px solid #ffffff0d;
        border-right: 1px solid #ffffff0d;
        border-bottom: 1px solid #ffffff0d;

    }
}
