﻿body {
    overflow-y: scroll;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
}
.nav-item a {
    color: #006f3b;
    font-size: 16px;
    font-weight: bold;
}
.nav-item a:link, .nav-item a:visited {
    color: #006f3b;
}
.nav-item a:hover {
    color: #009640;
}
.bg-page {
    background-color: #faf6ea;
}
.bg-tail {
    background-color: #006F3B;
}
.tail-text {
    color: #fff;
}
.tail-text a {
    color: #eee;
}
.tail-text a:hover {
    color: #fff;
}
.tail-text a:link {
    color: #eee;
    text-decoration: none;
}
.tail-text a:visited {
    color: #eee;
    text-decoration: none;
}
.red-title {
    font-size: 32px;
    color: #e30613;
}
.red-title-big {
    font-size: 40px;
    font-weight: bold;
    color: #e30613;
}
.green-title {
    font-size: 32px;
    color: #009640;
}
.green-paragraph {
    font-size: 32px;
    color: #009640;
}
.green-photo-title {
    font-size: 16px;
    font-weight: bold;
    color: #009640;
}
.left-block {
    font-size: 24px;
    font-weight: bold;
    color: #eee;
    background-color: #006f3b;
}
.right-block {
    font-weight: bold;
    font-size: 18px;
}
.green-list-group {
    font-size: 24px;
    font-weight: bold;
    color: #009640;
}
.green-list-group-small {
    font-size: 16px;
    font-weight: bold;
    color: #009640;
}
.red-line {
    color: #e30613;
    background-color: #e30613;
    width: auto;
    height: 14px;
}
.green-line {
    color: #009640;
    background-color: #009640;
    width: auto;
    height: 14px;
}
.blue-line {
    color: #6397cc;
    background-color: #6397cc;
    width: auto;
    height: 14px;
}
@media (max-width: 1199px) {
    .navbar-brand span img {
        width: 60% !important;
    }
    .red-title {
        font-size: 18px;
        color: #e30613;
    }

    .red-title-big {
        font-size: 20px;
        font-weight: bold;
        color: #e30613;
    }

    .green-title {
        font-size: 18px;
        color: #009640;
    }

    .green-paragraph {
        font-size: 18px;
        color: #009640;
    }

    .green-photo-title {
        font-size: 12px;
        font-weight: bold;
        color: #009640;
    }

    .left-block {
        font-size: 16px;
        font-weight: bold;
        color: #eee;
        background-color: #006f3b;
    }

    .right-block {
        font-weight: bold;
        font-size: 14px;
    }

    .green-list-group {
        font-size: 16px;
        font-weight: bold;
        color: #009640;
    }

    .green-list-group-small {
        font-size: 12px;
        font-weight: bold;
        color: #009640;
    }
}
@media (max-width: 767px) {
    .navbar-brand span img {
        width: 40% !important;
    }
    .red-title {
        font-size: 16px;
        color: #e30613;
    }

    .red-title-big {
        font-size: 18px;
        font-weight: bold;
        color: #e30613;
    }

    .green-title {
        font-size: 16px;
        color: #009640;
    }

    .green-paragraph {
        font-size: 16px;
        color: #009640;
    }

    .green-photo-title {
        font-size: 11px;
        font-weight: bold;
        color: #009640;
    }

    .left-block {
        font-size: 12px;
        font-weight: bold;
        color: #eee;
        background-color: #006f3b;
    }

    .right-block {
        font-weight: bold;
        font-size: 13px;
    }

    .green-list-group {
        font-size: 15px;
        font-weight: bold;
        color: #009640;
    }

    .green-list-group-small {
        font-size: 11px;
        font-weight: bold;
        color: #009640;
    }
}
