@font-face {
	font-family: 'Eras Bold ITC';
	src: url('./fonts/eras-bold-itc.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Cartoon';
	src: url('./fonts/Cartoon_Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 16px;
}

p {
	font-size: 1.125rem;
}

@media(max-width: 1024px) {
	html { font-size: 15px }
}

@media(max-width: 992px) {
	html { font-size: 14px }
}

@media(max-width: 768px) {
	html { font-size: 13px }
	p { font-size: 16px;  }
}

@media(max-width: 375px) {
	html { font-size: 10px; }
}


#presentation-section {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	padding-top: 9.375rem;
	width: 100%;
	background-image: url(./img/anime-blue-bg.jpg);
	background-size: cover;
	background-position: center;
}

#logo-einerd-bs2 {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 55vw;
}

#peter-dialog-box {
	position: relative;
	display: inline-block;
}

#peter-dialog-box #peter-img {
}

#presentation-text {
	color: #fff;
	font-family: 'Eras Bold ITC';
	font-size: 2.5rem;
}

#presentation-text #presentation-text-bigger {
	font-size: 3.125rem;
}

#presentation-text #highlight-presentation-text {
	font-size: 4.6875rem;
}

#invite-section {
	padding: 0 15px;
	background: url('./img/section-invite-bg.jpg');
	background-size: contain;
	background-position: center;
}

#invite-section::before {
	background: url('./img/section-invite-bg.jpg');
}

#invite-section .text {
	line-height: 2.5rem;
}

#invite-section .text-highlight {
	line-height: 3.125rem;
}

#invite-section #invite-section-content {
	position: relative;
}

#invite-section #invite-section-text {
	position: absolute;
	display: flex;
	justify-content: center;
	flex-direction: column;
	top: 0;
	right: 0;
	height: 100%;
}

#invite-section img {
	min-height: 100%;
}

#invite-section .text {
	font-family: 'Lato';
	font-weight: 900;
	color: #fff;
	font-size: 2rem;
}

#invite-section .text-highlight {
	font-family: 'Lato';
	font-weight: 900;
	font-size: 2.625rem;
	color: #FEDF52;
}

.highlight-text {
	color: #FFD300;
	text-shadow: 2px 4px 0 #FC5E4A;
}

.vertical-line-text {
	position: relative;
	font-size: 1.875rem;
}

.vertical-line-text::after {
	position: absolute;
	content: '';
	display: block;
	top: 0.9375rem;
	left: 0;
	width: 100%;
	height: 0.5rem;
	background: #fff;
	opacity: .8;a
}

.section-title {
	font-family: 'Cartoon';
	padding: 10px 15px;
	font-size: 2.5rem;
	text-align: center;
	background: url(./img/section-title-bg.jpg);
	background-size: contain;
	color: #fff;
	background-position: center;
}

.participate-box {
	display: flex;
	align-items: center;
	font-family: 'Lato';
}

.participate-box h3 {
	font-size: 2rem;
	font-weight: 900;
}

.participate-box p {
	color: #383838;
}

.button {
	font-family: 'Lato';
	display: inline-block;
	background-color: #2F3DCC;
	background-image: url(./img/bs2-icon.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	color: #fff;
	font-size: 1rem;
	line-height: 17px;
	border-radius: 30px;
	padding: 8px 40px 8px 90px;
	transition: .5s all;
}

.button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1F99CF;
}

.button b {
	display: block;
}

.button small {
	font-size: 12px;
}