@font-face{
	font-family: 'AlKislevb';
	src: url(fonts/AlKislevB.woff);
	font-weight: 800;
	font-style: normal;
}

@font-face{
	font-family: 'AlKislevm';
	src: url(fonts/AlKislevM.woff);
	font-weight: 800;
	font-style: normal;
}

*{
    box-sizing: border-box;
    font-size: 12px;  
}

body{

	font-family: 'tiempos';
	font-weight: 400;
	background-color: black;
	color: white;
	direction: rtl;
	background-image: url(img/background.gif);
	background-size: 95%;

	}

p{
	font-family:'Alkislevm';
	font-size: 12pt;
	letter-spacing: 0.5pt;
	line-height: 16pt;
	color: #dddddd;
}

h1{
	font-family: 'AlKislevB';
	font-size: 22pt;
	color: #ffffc7;
	line-height: 1.2em;
}

img { 
    width:100%; 
}


section{
    width: 100%;
    position: relative;
    padding: 100 0 100 0;
}



.wrapper{
    width: 100%;
    max-width: 1300px;
    padding: 40 40 150 40px;
    margin: 0 auto;
}


.scratch1{
	background-image: url(img/fireback.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.lasttext{
	margin-right: -5%;
}

.cat{
    width: 100%;
    padding: 0;
    margin-top: -250px;
}



.gate{
	padding: 0 100 100 100;
	margin-right: -4%;
	margin-top: -5%;
}

.row{
    display: flex;
    margin: 0 -15px;   
}



.col-6{
    width: 50%;
    padding: 0 15px;
}

.offset-3{
    margin-right: 25%;
}

.offset-6{
    margin-right: 50%;
}



.eye{
	padding: 40px 0px 40px 0px;
}

.absolute{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0 ,  -50%);
}

.relative{
	position: relative;
}

.absolute2{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.fire .absolute2{
	display: flex;
	flex-direction: column;
	justify-content: space-between; 

}


#scratch{
    position: relative;
    z-index: -1;
    margin-top: -400px;
}




.pub .absolute2{
	display: flex;
	flex-direction: column;
	justify-content: space-between; 

}



.push{
	margin-top: 200px;
}

.push2{
	margin-top: 65%;
}

.push3{
	margin-top: 40%;
}

#midtext{
	margin-top: -5%;
	margin-right: 35%;
	width:35%;

}

#push4{
	margin-bottom: 10%;
}


#hover:hover{
	visibility: hidden;

	
}

.hover{
	transition-property: backgrond;
}

.hover:hover{
	background-image: url(img/scratch.gif);
}

h1:hover{
	color: #d81d3b;
}