/************************************Links colors************************************/
a{
	cursor:pointer;
	color:#000;
	text-decoration:none;
}
a.greyBlack{
	color:#464a53;
}
a.greyBlack:hover{
	color:#000;
}

a.greyWhite{
	color:#464a53;
	text-decoration:none;
}
a.greyWhite:hover{
	color:#FFF;
	text-decoration:none;
}

a.whiteYellow{
	color:#FFF;
	text-decoration:none;
}
a.whiteYellow:hover{
	color:#eae61a;
	text-decoration:none;
}

a.greyYellow{
	color:#464a53;
	text-decoration:none;
}
a.greyYellow:hover{
	color:#eae61a;
	text-decoration:none;
}

a.white{
	color:#FFF !important;
	text-decoration:none !important;
}
a.yellow{
	color:#eae61a !important;
	text-decoration:none !important;
}

a.grey{
	color:#464a53 !important;
	text-decoration:none !important;
}


/************************************Font colors************************************/

.white{
	color:#FFF;
}
.whiteBg{
	background-color:#FFF;
}

.black{
	color:#000;
}
.blackBg{
	background-color:#000;
}

.grey{
	color:#464a53;
}
.greyBg{
	background:#464a53;
}

.greyLight{
	color:#c1c0c0;
}
.greyLightBg{
	background:#c1c0c0;
}
.yellow{
	color:#EAE61A;
}
.yellowBg{
	background:#EAE61A;
}

.red{
	color:#c12121;
}
.redBg{
	background:#c12121;
}



/************************************Font sizes************************************/
@media(max-width:900px){
	.huge{
		font-size:30px !important;
	}
	.big{
		font-size:22px !important;
	}
	.medium{
		font-size:18px !important;
	}
	.small{
		font-size:16px !important;
	}
	.tiny{
		font-size:12px !important;
	}
}

@media(min-width:900px){
	.huge{
		font-size:35px !important;
	}
	.big{
		font-size:25px !important;
	}
	.medium{
		font-size:20px !important;
	}
	.small{
		font-size:18px !important;
	}
	.tiny{
		font-size:14px !important;
	}
}

/************************************Button************************************/

.greyYellowBtn{
	border:0px;
	outline:none;
	color:#FFF;
	background:#464a53;
}
.greyYellowBtn:hover{
	color:#464a53;
	background:#EAE61A;
}

.yellowGreyBtn{
	border:0px;
	outline:none;
	color:#464a53;
	background:#EAE61A;
}
.yellowGreyBtn:hover{
	color:#FFF;
	background:#464a53;
}

/************************************************************************/
.rounded{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media(max-width:900px){
	.topSpacerSmaller{
		margin-top:2px;
	}
	.topSpacerSmall{
		margin-top:5px;
	}
	.topSpacer{
		margin-top:10px;
	}
	.topSpacerBig{
		margin-top:25px;
	}

	.bottomSpacerSmall{
		margin-bottom:5px;
	}
	.bottomSpacer{
		margin-bottom:10px;
	}
	.bottomSpacerBig{
		margin-bottom:20px;
	}
	
	.rightSpacerSmall{
		margin-right:10px;
	}
	.rightSpacer{
		margin-right:15px;
	}
	.rightSpacerBig{
		margin-right:25px;
	}
	
	.leftSpacerSmall{
		margin-left:10px;
	}
	.leftSpacer{
		margin-left:15px;
	}
	.leftSpacerBig{
		margin-left:25px;
	}
	
}

@media(min-width:900px){
	.topSpacerSmaller{
		margin-top:5px;
	}
	.topSpacerSmall{
		margin-top:10px;
	}
	.topSpacer{
		margin-top:20px;
	}
	.topSpacerBig{
		margin-top:40px;
	}

	.bottomSpacerSmall{
		margin-bottom:10px;
	}
	.bottomSpacer{
		margin-bottom:20px;
	}
	.bottomSpacerBig{
		margin-bottom:40px;
	}

	.rightSpacerSmall{
		margin-right:10px;
	}
	.rightSpacer{
		margin-right:20px;
	}
	.rightSpacerBig{
		margin-right:40px;
	}

	.leftSpacerSmall{
		margin-left:10px;
	}
	.leftSpacer{
		margin-left:20px;
	}
	.leftSpacerBig{
		margin-left:30px;
	}
}


