﻿/*These colors are for official VDC branding, approved by Dave Foster*/

:root {
    --blue-button: #010066; /* rgb(1,0,102) */
    --blue-button-hover: #2080C8; /* rgb(32,128,200) */
    --yellow-button: #FFD700; /* rgb(255, 215, 0) */
    --yellow-button-hover: #FADA5E; /* rgb(250, 218, 94) */
    --headline-text: #010066; /* rgb(1,0,102) needs to be bold as well*/
    --header-dropdown: #A7D2F3; /* rgb(167,210,243 */
}
