.header.header__article {
	height: 400px;
}

.header__article .header__texture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;
    background: url('../img/image3.jpg') center no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.5;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
section{
    height: 100vh;
    width: 100%;
}

section:nth-child(1){
    background-position: 100% 100%;
    background-attachment: fixed;
}

section:nth-child(2){
    background-position: 100% 100%;
    background-attachment: fixed;
}

section:nth-child(3){
    background-position: 100% 100%;
    background-attachment: fixed;
}

section:nth-child(4){
    background-position: 100% 100%;
    background-attachment: fixed;
}

.hending{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #f39c12;
    text-shadow: #333 2px 2px, #333 -2px 2px, #333 -2px -2px, #333 2px -2px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 60px;
	text-transform: uppercase;
	font-family: 'Anton';
	font-style: italic;
	letter-spacing: 2px;
}

