@font-face {
    font-family: abaddon;
    src: url(fonts/abaddon.ttf);
}
  
html, body
{
  margin:			0px;
  height:			100%;
  font-size:			16px;
  font-family: 			'Roboto', 'open sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

a:hover {
 color:				#f4b111;
}

#mainTitle {
  font-size:			9vw;
  font-family:			'abaddon';
  font-weight:			bold;
  padding-top:			25px;
}

.center {
  margin:       auto;
  padding:        10px;
  height:       100%;
  text-align:     center;
  background-image:   url("../gfx/mainWallpaper.jpg");
  background-position:  center;
  background-repeat:  no-repeat;
  background-size:    cover;
}

.menuItem {
  color:        white;
}

.center_view {
  padding:			0px;
  width:			calc(100% - 210px);
  text-align:			center;
  background-image:		url("../gfx/mainWallpaper.jpg");
  background-position:		center;
  background-repeat:		no-repeat;
  background-size:		cover;
}

.center_row {
  margin:			auto;
  padding:			auto;
  height:			33vh;
  width:			100%;
  text-align:			center;
/*
  border-style:			solid;
  border-width:			1px;
*/ 
}

.htext {
  color:			#1e10c1fc;
  line-height:		1.25rem;
  cursor:			pointer;
  text-decoration:	none;
}

.mtext {
  color:			#2193b5fc;
  line-height:		1.25rem;
  cursor:			pointer;
  text-decoration:	none;
}

.mtext2 {
  color:			blue;
  line-height:		1.25rem;
  cursor:			not-allowed;
  text-decoration:	none;
}
