/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Hot Dish
 Author URI:   https://hotdishad.com
 Template:     generatepress
 Version:      0.1
*/

/* Styling that is used on multiple pages is in this stylesheet -- one off styling on individual pages is saved in the Custom CSS section in the Advanced Tab. Sections with custom css are denoted with a double asterisk */
:root {
  --blue: #005671;
  --orange: #EF9600;
  --dkblue: #004257;
  --white: #ffffff;
}
body {
	
}
body,
html {
  padding: 0;
  margin: 0;
}
