/* font */
@font-face {
	font-family: JustBecause;
	src: url('../fonts/just-because.ttf');
}
@font-face {
	font-family: EasyReadingCY;
	src: url('../fonts/EasyReadingCY.ttf');
	font-weight: 500;
}
@font-face {
	font-family: EasyReadingCY;
	src: url('../fonts/EasyReadingCYBold.ttf');
	font-weight: 700;
}
body {
	font-family: EasyReadingCY;
}

body h1,
body h2,
body h4 {
	font-family: JustBecause;
	color: #394592;
	text-transform: uppercase;
	letter-spacing: .05rem;
}
b {
	color: #394592;
}
/* font */


.header {
	padding: 60px 20px;
	position: relative;
	background-image: url(../img/bok-background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.over-img {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) !important;
}













