﻿footer .copyright p a, footer .copyright p a:focus,a:hover
{
    color:unset;
}
h2 {
    color: var(--theme-color-01);
    font-size: 1.75rem;
}
h4 {
    font-weight:700;
}
h6
{
    line-height:2.2;
}
.sec-home-04 .testi-home
{
    text-align:unset;
}

.homeTitle, .homeTitle a {
    font-size: 2rem;
    font-weight: 500;
    font-family: var(--font-kufi);
    color: var(--theme-color-02);
}
    .homeTitle a:focus, .homeTitle a:hover {
        color: var(--theme-color-01);
    }
.section-full-01
{
    background-color:#000!important;
}
.logoColor {
    color: var(--theme-color-01) !important;
    font-weight:bold;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .section-full-01 {
        /*background-size: cover !important;*/
        background-size: contain !important;
        background-attachment: fixed !important;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .homeTitle, .homeTitle a {
        font-size: calc(1.275rem + .3vw)!important;
    }
}