body
{
    background: #46502d !important;

    color: #dedede !important;
}
.footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #46502d !important;
    padding: 10px 0px;
    color: #dedede;
}

.height80
{

    background-color: #f0e8dd !important;
    color: #2c2c2c !important;
    padding-bottom: 300px;
}

.grid-container 
{
    display: grid;
    margin: 0px auto;
    width: 100vw;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1300px;
}

.grid-item 
{
    grid-row: 1;
    padding: 20px;
}
.item-2 
{
    
    grid-column: 1;
}
.item-1
{
    
    grid-column: 2;
}
@media only screen and (max-width: 800px) {
    .grid-container 
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-item 
    {
        grid-column: 1;
    }
    .item-2 
    {

        grid-row: 1;
    }
    .item-1
    {
        margin-top: 50px;
        grid-row: 2;
    }
}

.f-text{
    max-width: 1300px;
    margin: 0px auto;
    text-align: center;
    font-size: 0.85rem;
}

.align-center
{
    text-align: center;
    font-size: 1.1rem;
}

.maillink{
    text-decoration: none;
    text-decoration-line: none;
    color: #46502d;
}

.btn
{
    border: 0px solid black !important;
}
.imp
{
    max-width: 1300px;
    margin: 0px auto;
}

.main-link
{

    text-decoration: none;
    text-decoration-line: none;
    color: #dedede;
}