﻿@font-face {
    font-family: 'MetaBold';
    src: url('../fonts/MetaBold.ttf') format('truetype');
}

.rot .item{
    color: #A00022;
    border-color: #A00022;
}
.rot .h1 {
    color: #A00022;
}
.rot .item span {
    color: #A00022;
}
.rot .item-line {
    border-color: #A00022;
}

.item {
    display: block;
    border: 3px solid #658713;
    color: #658713;
    margin-bottom: 0.5em;
   
}

    .item:hover {
        cursor: pointer;
        background-color: #ffffff4d;
    }

    .item img {
        width: 50px;
        height: 50px;
        display: block;
        margin: 10px auto;
    }

    .item span {
        color: #658713;
        display: block;
        text-align: center;
        padding-bottom: 5px;
        font-family: MetaBold;
        font-size: 18px;
    }
    .item-line {
        border-top: 2px solid #658713;
    }

.h1 {
    color: #658713;
    font-weight: 900;
    text-align: center;
    font-family: 'MetaBold';
}


a {
    color: gray;
}

@media (min-width: 768px) {
    .item-container {
        /*margin: 0;
        position: absolute;
        top: 47%;
        transform: translateY(-50%);*/
    }

    .item {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .main {
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .main {
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .item {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

        .item img {
            margin: auto;
        }
}
.site-border{
    border: 10px solid #658713;
    background-color: #fff;
    height: 100%;
    width: 100%;
}
body {
   width: 100%;
   /*height: 100%;*/
   margin-bottom: unset;
}

@media (max-width: 524px){
    body {
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 525px) {
    body {
        width: 100%;
        height: 100vh;
    }
}

.footer { /*
    background-color: white;*/
    border-top: unset !important;
    line-height: unset;
    text-align: center;

    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    margin-bottom: 20px;
    margin-top: 20px;
    /*
    transform: translate(-50%, -50%);
    margin: 0 auto;*/
}
