/*FONTS*/
/*-----------------------------------*/
@font-face{
	font-family:Neoteric;
	src: url("fonts/NEOTERIC-Regular.ttf");
}
@font-face{
	font-family:Exo;
	src:url("fonts/Exo2-Thin_0.ttf");
}
@font-face{
	font-family:Erbos;
	src:url("fonts/erbos_draco_1st_open_nbp_0.ttf");
}
@font-face{
	font-family:Skarpa;
	src:url("fonts/Skarpa regular_0.ttf");
}
/*GRID*/
/*-----------------------------------*/
body{
	background-color:#092463;
	color:#08ffa2;
}
/*CONTENT*/
/*-----------------------------------*/
.content-text-special{
	color:#450045;
	font-family:Skarpa;
	font-size:25px;
	padding:4px;
	text-align:center;	
}
.content-text{
	color:#08ffa2;
	font-family:Skarpa;
	font-size:20px;
	padding:4px;
	text-align:justify;
	line-height:200%;
}
.content-text:hover{}
.content-text-title{
	color:#450045;
	font-family:Erbos;
	font-size:25px;
	text-align:center;
}
.content-box{
	margin-top:20px;
	padding:4px;
}
h1, h2 {
	text-align:center;
	font-family:Erbos;
}
/*LINKS*/
/*-----------------------------------*/
.link-text{
	text-decoration:none;
	color:#450045;
}
.link-text:hover{
	color:#a90d91;
}
.link-box{
	border-style:solid;
	border-width:1px;
	border-color:#450045;
	padding:2px;
	/*background-color:#092463;*/
}
.link-box:hover{ 
	border-color:#a90d91; 
	box-shadow: 5px 5px 2px #450045;
}
.link-image{}
.link-image:hover{
	border-style:solid;
	border-width:2px;
	border-color:#450045;
}
/*NAVBAR*/
/*-----------------------------------*/
.navbar{
	height:50px;
	padding:2px;
	background-color:#ffffff;
	padding:5px;
	border-radius:20px;
	border-style:solid;
	border-width:2px;
	border-color:#0f90fb;
}
.navbar-links{
	font-size:25px;
	font-family:Erbos;
	padding:8px;
}
/*SPLASH PROMOS*/
/*-----------------------------------*/
#splashpromo-background{
	margin-top:10px;
	background: url("images/LogoNC0d3.png") no-repeat center fixed;
	background-size:cover;
	min-height:700px;
	border-radius:25px;
	border-style:solid;
	border-width:2px;
	border-color:#0f90fb;
}
/*IMAGES*/
/*-----------------------------------*/
.image-resize-grid{
	width:auto;
	height:auto;
	width:200px;
	margin-top:40px;
}
.image-resize-grid-small{
	width:auto;
	height:auto;
	width:80px;
}
.image-resize-grid:hover, .image-resize-grid-small:hover{
	border-color:#08ffa2; 
	box-shadow: 5px 5px 2px #08ffa2;
}
/*TERMS*/
/*-----------------------------------*/