/* -----------------------------------------------------------------------------
Fonts
----------------------------------------------------------------------------- */
@font-face {
    font-family: Century-Gothic;
    src: url(https://www.horpereng.org/wp-content/themes/horpereng/fonts/Century-Gothic.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Revue;
    src: url(https://www.horpereng.org/wp-content/themes/horpereng/fonts/Revue.ttf);
    font-weight: normal;
    font-style: normal;
}



/* -----------------------------------------------------------------------------
Body
----------------------------------------------------------------------------- */
* {
	margin: 0;
}

html, body {
	height: 100%;
}



/* -----------------------------------------------------------------------------
Front Page
----------------------------------------------------------------------------- */
#container-entire-screen {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

#flex-entire-screen {
	display: flex;
	justify-content: center;
	margin: auto;
	flex-direction: column;
}

#text1 {
	font-family: Century-Gothic;
	color: white;
	text-align: center;
	font-size: 40px;
}

#text2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#enter-site {
	width: 100%;
	padding-top: 30px;
	text-align: center;
}

#text3 {
	font-family: Century-Gothic;
	color: white;
	font-size: 20px;
}

#text3:hover {
	color: #FF85BA;
	cursor: pointer;
}


