/*
html,
body,
body.home header,
#intro {
	height: 100%;
}
*/

img {
	overflow: hidden;
}

/*
body.single header {
	height: 50%;
}
*/

/*
#intro,
#single_intro {
	background: none;
}
*/

/*
#intro::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background: url("../img/main_bg.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	content: "";
}

#single_intro::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background: url("../img/single_bg.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	content: "";
}

@media (max-width: 576px) {
	.epp_logo_text {
		font-size: 2.5rem;
	}
	.epp_logo_text_mini {
		font-size: 1.25rem;
	}
}

@media (min-width: 768px) {
	.epp_logo_text {
		font-size: 3.0rem;
	}
	.epp_logo_text_mini {
		font-size: 1.25rem;
	}
}

@media (min-width: 992px) {
	.epp_logo_text {
		font-size: 3.5rem;
	}
	.epp_logo_text_mini {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.epp_logo_text {
		font-size: 3.5rem;
	}
	.epp_logo_text_mini {
		font-size: 1.5rem;
	}
}
*/

main {
	padding-top: 100px;
	background-color: #fff;
}

.top-nav-collapse {
	background-color: #24355c;
}

@media (max-width: 768px) {
	.navbar:not(.top-nav-collapse) {
		background-color: #24355c;
	}
}

@media (min-width: 800px) and (max-width: 850px) {
	.navbar:not(.top-nav-collapse) {
		background-color: #24355c;
	}
}

/*
.viewsize {
	width: 25%;
}

@media (max-width: 576px) {
	.viewsize {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.gallery_child {
		flex-basis: 50%;
	}
}

@media (min-width: 992px) {
	.gallery_child {
		flex-basis: 50%;
	}
}

@media (min-width: 1200px) {
	.gallery_child {
		flex-basis: 25%;
	}
}

@media (max-width: 576px) {
	.epp_logo_text {
		font-size: 2.5rem;
	}
	.epp_logo_text_mini {
		font-size: 1.25rem;
	}
}

@media (min-width: 768px) {
	.epp_logo_text {
		font-size: 3.0rem;
	}
	.epp_logo_text_mini {
		font-size: 1.25rem;
	}
}

@media (min-width: 992px) {
	.epp_logo_text {
		font-size: 3.5rem;
	}
	.epp_logo_text_mini {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.epp_logo_text {
		font-size: 3.5rem;
	}
	.epp_logo_text_mini {
		font-size: 1.5rem;
	}
}
*/


.header_55job_logo {
	width: auto;
	height: 25%;
	max-height: 40px;
}

.footer_55job_logo {
	width: auto;
	height: 25%;
	max-height: 40px;
}

.txt-break:before {
	content: "\A";
	white-space: pre;
}

.example {
	border-left: 4px solid #cdcdcd;
	padding-left: 10px;
	font-weight: normal;
}

.multiplication,
.equal,
.money,
.time,
.days,
.total {
	font-weight: bold;
}

.multiplication,
.equal {
	color: #cdcdcd;
}

.total {
	color: #d62c1a;
}