:root {
    --font-family: 'GothamRndBook', Arial, Helvetica, sans-serif;
    --element-header-font-family: 'GothamRndBook', 'Open Sans', Arial, Helvetica, sans-serif;
    --header-image-name: url('/styles/custom/mpc/images/headerLogo.png');
    --background-image-name: url('/styles/custom/mpc/images/bg.jpg');
    --element-header-h2-color: #555555;
    --hyperlink-color: #61acec;
    --hyperlink-hover-color: #124e91;
    --button-color: black;
    --button-hover-color: gold;
    --button-signup-color: #b2bb1e;
    --button-signup-hover-color: #005958;
    --button-width: 100%;
    --element-header-h1-entry-color : white;
    --wrapper-background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3));
}
