@charset "utf-8";
/* CSS Document */

/* A "picture-1" az első kép. */
.picture-1{
    width: 100%;
    background-image: url(../image/hatterek/header-1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0% -28px;
    float: left;
}
/* A "picture-1"-ben lévő szöveg-box stílusa. */
.picture-1-box{
    margin-top: 26%;
    margin-left: 25%;
    padding-top: 0px;
    float: left;
}

/* A "picture-2" a második kép. */
.picture-2{
    width: 100%;
    /* [disabled]height: 120%; */
    background-image: url(../image/hatterek/header-2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0% 58px;
    float: left;
    font-size: x-large;
}
/* A "picture-2"-ben lévő üres box stílusa. */
.picture-2-box{
    margin-left: 25%;
    float: left;
    margin-top: 0px;
    padding-top: 40%;
}
/* A "picture-3" a harmadik kép. */
.picture-3{
    width: 100%;
    /* [disabled]height: 120%; */
    background-image: url(../image/hatterek/header-3.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0% 58px;
    float: left;
    font-size: x-large;
}
/* A "picture-3"-ban lévő üres box stílusa. */
.picture-3-box{
    margin-left: 25%;
    float: left;
    margin-top: 0px;
    padding-top: 40%;
}
/* A "picture-4" a negyedik kép. */
.picture-4{
    width: 100%;
    /* [disabled]height: 120%; */
    background-image: url(../image/hatterek/header-4.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0% 58px;
    float: left;
    font-size: x-large;
}
/* A "picture-4"-ben lévő üres box stílusa. */
.picture-4-box{
    margin-left: 25%;
    float: left;
    margin-top: 0px;
    padding-top: 40%;
}
/* A "picture-5" az ötödik kép. */
.picture-5{
    width: 100%;
    /* [disabled]height: 120%; */
    background-image: url(../image/hatterek/header-5.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0% 58px;
    float: left;
    font-size: x-large;
}
/* A "picture-5"-ben lévő üres box stílusa. */
.picture-5-box{
    margin-left: 25%;
    float: left;
    margin-top: 0px;
    padding-top: 40%;
}