/* CSS for google fonts


    font-family: 'Noto Serif', serif;

    font-family: 'Frank Ruhl Libre', serif;

*/

body{
	padding: 0px;
	margin: 0px;
}

#index_main_page{
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #ff471a;
}

#name_centered{
	position: absolute;
	top: 50%;
	left: 0;
	width:100%;

	font-size: 4.5vw;
	text-align: center;
	font-weight: bold;
	color: white;
	font-family: 'Noto Serif', Georgia, serif
}

.nav_bar_link{
	float: left;
	width: 33.3333333%;
	height: 100%;
}

.nav_bar_link a{
	padding: 0;
	margin: 0;
	display: block;
	top: 50%;

	height: 100%;

	font-family: 'Frank Ruhl Libre', serif;
	font-size: 2vw;
	text-align: center;
	vertical-align: center
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a:hover{
	background-color: #dddddd;
}

#navigation_bar{
	position: absolute;
	list-style-type: none;
	background: black;
	padding: 0px;
	margin: 0px;
	top: 95%;
	width: 100%;
	height: 5%;
	min-height: 30px;
}