/*----------------------------------------------------------------------------------*/
/*---------------------------------------------*/
/*------- PAGE SKELETON -----------------------*/
/*---------------------------------------------*/
.LinksPage
{
	z-index:1;
	position: relative;
	
	min-height: 100%;
	margin-right: 5px;
	
	background-color: var(--mainGrey);
	border-right: 1px solid var(--mainOrange);
}

.LinksPage .Content
{
	position: relative;
	padding-top: 10px;
	
	width: 100%;
	
	text-align: center;
	/*font-size: min(12.84px, 1.5vw); /* max size at 700px -> total width: 856px. So 1.5% = 12.84px */
	/*font-size: 2vw;*/
	font-size: 18px;
	font-family: Raj-light;
	font-variant : small-caps;
}

.LinksPage .Content .Title
{
	color: var(--mainOrange);
}

.LinksPage .Content .List
{
	position: relative;
	margin-top: 20px;
	width:80%;
}

.LinksPage .Content .List .Button
{
	position: relative;
	
	width: 80%;
	max-width: 600px;
	
	height: 45px;
	line-height: 40px;
	vertical-align: baseline;
	
	background-color: var(--secGrey);
	border: 1px solid var(--txtGrey);
	box-shadow: 4px 4px 0px var(--txtGrey);
	
	margin: 0 auto;
	margin-bottom: 10px;
}

.LinksPage .Content .List .Button img
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 25px;
}

.LinksPage .Content .List .Button .Link
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	font-family: Raj;
}

.LinksPage .Content img
{
	/*margin-top: 15px;*/
	max-width: 200px;
}

/*----------------------------------------------------------------------------------*/
/*---------------------------------------------*/
/*------- FOOT --------------------------------*/
/*---------------------------------------------*/
.LinksPage .Foot
{
	border-top: 1px dotted var(--mainOrange);
	margin: 3rem auto 0px auto;
	
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	
	font-size: 2vw;
	font-variant : small-caps;
	
	font-family: Raj-light;
	text-align: center;
	color: var(--mainOrange);
}

.LinksPage .Foot img
{
	margin-top: 0.5rem;
	height: 3rem;
	background-color: var(--mainOrange);
	box-shadow: 0px 0px 5px var(--mainOrange);
}

@media only screen and (min-width: 855px)
{
	.LinksPage .Foot
	{
		font-size: 17.12px;
	}
}