/*
Theme Name: 1.0 - Event Stuff Starter Theme
Author: Barry Bradley
Author URI: https://eventstuff.ltd
Description: Starter custom theme for Event Stuff websites.
Version: 1.0
Text Domain: eventstuff
*/

body {
  background-color: #ffffff;
  font-family: 	Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, sans-serif;
}
h2 {
  margin:  2rem 0 1rem;
}
a {
  color: #564A71;
  text-decoration: none;
}
pre {
  background: #222;
  padding: 10px;
  border: 1px #777 solid;
  color: #ededed;
  font-family: monospace;
  font-size: 1rem;
}
#masthead {
  margin: 2rem 0 1rem;
  text-align: center;
}
#content {
  background: #efefef;
  margin: 20px auto;
  padding: 20px;
  width: 80%;
  border-radius: 5px;
}