


.yellow
{
background-color: #ffd520 ;   /* yellow */
background-color: rgba(255,213,32,0.75) ;   /* yellow */
}
A.cnt.yellow
{
background-color: #ffd520 ;   /* yellow */
}
 



.blue
{
background-color: #07aee1 ;   /* blue */
background-color: rgba(7,174,225,0.75) ;   /* blue */
}
A.cnt.blue
{
background-color: #07aee1 ;   /* blue */
}



.grey
{
background-color: #1b1f23 ;   /* grey */
background-color: rgba(27,31,35,1) ;   /* grey */
}
A.cnt.grey
{
background-color: #1b1f23 ;   /* grey */
}



.lightgrey
{
background-color: rgba(27,31,35,0.05) ;   /* grey */
}














.white
{
background-color: #ffffff ;   /* white */
background-color: rgba(255,255,255,1) ;   /* white */
}







/* CALL TO ACTION */

.yellow A.cta, 
.yellow A.cta:link, 
.yellow A.cta:active, 
.yellow A.cta:visited, 
.yellow A.cta:hover 
{
background-color: rgba(7,174,225,1) ;   /* blue */
}





/* PRESS COLOURS */

A.pressBlack::before { color: #1b1f23 ; }
A.pressWhite::before { color: #ffffff ; opacity: 1 ; }
A.pressGrey::before { color: #999999 ; }
A.pressBlue::before { color: #0066cc ; }
A.pressGreen::before { color: #339933 ; }
A.pressRed::before { color: #cc3333 ; }
A.pressOrange::before { color: #ff6600 ; }
A.pressYellow::before { color: #ffd520 ; opacity: 1 ; }
A.pressPurple::before { color: #9933cc ; }
A.pressMagenta::before { color: #990099 ; }
A.pressPink::before { color: #ff66cc ; }
A.pressPeach::before { color: #ff9999 ; }
A.pressBrown::before { color: #996633 ; }
A.pressCyan::before { color: #009999 ; }
A.pressCream::before { color: #cccc99 ; }









/*

FONT


DIN 2014
font-family: din-2014 ;

Light           300     normal
Regular         400     normal
Demi Italic     600     italic
Bold            700     normal
Extra Bold      800     normal




DIN 2014 Narrow
font-family: din-2014-narrow ;

Bold            700     normal



*/





/*

fontAWESOME

Solid	--fa-font-solid		900	    Free Plan
Regular	--fa-font-regular	400	    Pro Plan Required
Light	--fa-font-light		300	    Pro Plan Required
Thin	--fa-font-thin		100	    Pro Plan Required
Duotone	--fa-font-duotone	900	    Pro Plan Required
Brands	--fa-font-brands	400	    Free Plan


*/
