@import "https://fonts.googleapis.com/css?family=Open+Sans|Squada+One";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css";

html, body {
	/*margin: 0;
	padding: 0;
	
	font-size: 100%;*/
	
	height: 100%;
}



body {
	/*display: table;
	width: 100%;*/
	font-family: "open sans", "lucida grande", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	
	/*display: block;*/
	
}


* {
  	/*-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}


a {
  	outline: none;
}


.text-overflow
{
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}



.fa-sync-alt:hover
{
	color: goldenrod !important;
}





	header {
		background-color: #1C1C21;	
	}

	header #header-logo {
		width: 220px;
	}


	header a {
		/*color:steelblue;*/
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";		
		color: rgba(255,255,255,.5);	
	}

	header a:hover {
		text-decoration: none;	
	}







.wrap {
	min-height: 100%;
	position:relative;
	overflow: hidden;
}




