/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019.01.19., 14:11:43
    Author     : SMID
*/

.container{
    max-width: 960px;
    margin: 0 auto;
    background: #c6a4d7;
    font-size: 24px;
    padding: 24px;
}
.parallax{
    background: url(/images_main/wallpaper0.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 100px;
    
}
.parallax1{
    background: url(/images_termek/1024/USAG.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 100px;
    
}