/* Háttérképek */
.wsite-background {
    background-image: url("../images/background.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: 50% 56% !important;
    background-size: cover !important;
}

.wsite-section-bg-image {
    background-image: url("../images/banner_home.jpg") !important;
    background-size: cover !important;
}

/* Logó és Szövegtörzs */
#wsite-title { 
    font-family: "Saginaw" !important; 
    color: #76b3b8 !important; 
}

.paragraph { 
    font-family: "Gentium Basic" !important; 
    color: #d5d5d5 !important; 
    text-align: justify; 
    font-size: 17px !important;       /* ÁTÍRVA */
    line-height: 32px !important;     /* HOZZÁADVA */
}

/* MENÜ JAVÍTÁS (Gentium Basic + 16px) */
#navigation .wsite-menu-default a {
    font-family: "Gentium Basic" !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
    font-weight: normal !important;
}

/* Mobil menü javítás */
.wsite-menu-default a, .wsite-menu a {
    font-family: "Gentium Basic" !important;
    font-size: 16px !important;
}