:root {
    --heading--font: 'Rockwell', sans-serif;
    --heading--font--size: 65px;
    --heading--font--weight: bold;
    --heading--line-height: 60px;
    --text--font: 'Josefin Sans', sans-serif;
    --text--font-size: 20px;
    --text--font-weight: 300;
    --text--line-height: 40px;
    --header--bg: #fff;
    --header--link: #000;
    --header--link--hover: #ccc;
   /* --header--contact--bg: #F0A000;*/
	 --header--contact--bg: #ffcc32;
    --header--contact--link: #000;
    --header--contact--link--hover: #000;
    /*Banner*/
    --banner--bg: #000;
    --banner--text--color: #fff;
    --banner--text--font--size: 85px;
    --banner--text--font-weight: bold;
    --banner--text--line-height: normal;
    /*Banner*/
}