/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header .header-nav { background: white;}
 #header .header-top { background: #161d27;}
 
 @font-face {
    font-family: 'Boom'; /*a name to be used later*/
    src: url('boom.ttf'); /*URL to font*/
}

*{
	font-family: ' Boom';
}